11 lines
455 B
Plaintext
11 lines
455 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("circle", {
|
|
cx: "12",
|
|
cy: "4",
|
|
r: "2"
|
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
d: "m16.45 14.63-2.52-6.32c-.32-.79-1.08-1.3-1.94-1.31-.85 0-1.62.51-1.94 1.31l-2.52 6.32c-.25.66.24 1.37.94 1.37H10v5c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-5h1.53c.7 0 1.19-.71.92-1.37"
|
|
}, "1")], 'WomanRounded'); |