ohctechv3/.svn/pristine/eb/eb2a876c3cfe0c5f76e71a0a3a90eff24b930e75.svn-base
2024-10-28 15:03:36 +05:30

11 lines
334 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M14 7h-4c-1.1 0-2 .9-2 2v6h2.5v7h3v-7H16V9c0-1.1-.9-2-2-2"
}, "0"), /*#__PURE__*/_jsx("circle", {
cx: "12",
cy: "4",
r: "2"
}, "1")], 'Man2TwoTone');