12 lines
No EOL
553 B
JavaScript
12 lines
No EOL
553 B
JavaScript
"use client";
|
|
|
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("ellipse", {
|
|
cx: "12",
|
|
cy: "12",
|
|
rx: "3",
|
|
ry: "5.74"
|
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
d: "M7.5 12c0-.97.23-4.16 3.03-6.5C9.75 5.19 8.9 5 8 5c-3.86 0-7 3.14-7 7s3.14 7 7 7c.9 0 1.75-.19 2.53-.5-2.8-2.34-3.03-5.53-3.03-6.5M16 5c-.9 0-1.75.19-2.53.5 2.8 2.34 3.03 5.53 3.03 6.5s-.23 4.16-3.03 6.5c.78.31 1.63.5 2.53.5 3.86 0 7-3.14 7-7s-3.14-7-7-7"
|
|
}, "1")], 'JoinFullSharp'); |