15 lines
1.1 KiB
Plaintext
15 lines
1.1 KiB
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
||
|
d: "M15.43 15.48c-1.1-.49-2.26-.73-3.43-.73-1.18 0-2.33.25-3.43.73-.23.1-.4.29-.49.52h7.85c-.1-.23-.27-.42-.5-.52",
|
||
|
opacity: ".3"
|
||
|
}, "0"), /*#__PURE__*/_jsx("circle", {
|
||
|
cx: "12",
|
||
|
cy: "9",
|
||
|
r: "1",
|
||
|
opacity: ".3"
|
||
|
}, "1"), /*#__PURE__*/_jsx("path", {
|
||
|
d: "M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9C6.68 14.13 6 15.21 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74M8.07 16c.09-.23.27-.42.49-.52 1.1-.49 2.26-.73 3.43-.73 1.18 0 2.33.25 3.43.73.23.1.4.29.49.52zm-6.85-1.42C.48 14.9 0 15.62 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58m21.56 0c-.85-.37-1.79-.58-2.78-.58-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85M12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M1.4968 11l2.5031-2.503L6.5031 11l-2.5032 2.5032zM20 9l-2.5 4h5z"
|
||
|
}, "2")], 'Groups3TwoTone');
|