17 lines
692 B
Plaintext
17 lines
692 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("path", {
|
|
d: "M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8 0-.39 3.87-1.12 5.74-5.69 3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25-4.72-2.15 3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10 7.21 0 12.12-7.45 9.1-14.13z"
|
|
}, "1"), /*#__PURE__*/_jsx("circle", {
|
|
cx: "15",
|
|
cy: "13",
|
|
r: "1.25"
|
|
}, "2"), /*#__PURE__*/_jsx("path", {
|
|
d: "M20.6 5.6 19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5z"
|
|
}, "3")], 'FaceRetouchingNaturalSharp'); |