ohctechv3/.svn/pristine/1c/1ca5d7228a9fdb1141be131c6c3b5a6237eec14c.svn-base
2024-10-28 15:03:36 +05:30

11 lines
398 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("circle", {
cx: "9",
cy: "8",
r: "4"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M9 14c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4m11-4V7h-2v3h-3v2h3v3h2v-3h3v-2z"
}, "1")], 'PersonAddAlt1Rounded');