ohctechv3/.svn/pristine/63/63c6690d37463464e3ea07c7bfd469cd34260ddf.svn-base
2024-10-28 15:03:36 +05:30

22 lines
991 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("circle", {
cx: "18",
cy: "5",
r: "1",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("circle", {
cx: "6",
cy: "12",
r: "1",
opacity: ".3"
}, "1"), /*#__PURE__*/_jsx("circle", {
cx: "18",
cy: "19.02",
r: "1",
opacity: ".3"
}, "2"), /*#__PURE__*/_jsx("path", {
d: "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92M18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"
}, "3")], 'ShareTwoTone');