11 lines
334 B
Plaintext
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'); |