ohctechv3/.svn/pristine/76/7653dfea96e027ae928ec487e00ccfc74bd297ff.svn-base
2024-10-28 15:03:36 +05:30

15 lines
653 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: "13",
r: "1.25"
}, "0"), /*#__PURE__*/_jsx("circle", {
cx: "15",
cy: "13",
r: "1.25"
}, "1"), /*#__PURE__*/_jsx("path", {
d: "M22.91 11.96C22.39 6.32 17.66 2 12 2S1.61 6.32 1.09 11.96l-.9 9.86c-.1 1.17.82 2.18 2 2.18h19.62c1.18 0 2.1-1.01 1.99-2.18zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87"
}, "2")], 'Face3');