@icongo/li
Version:
LibreICONS Icons
31 lines • 955 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiShare = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M11.23 9.16 5.62 7l5.61-2.16a.91.91 0 0 0 .51-1.17.91.91 0 0 0-1.17-.51l-7.8 3c-.33.12-.57.48-.57.84s.24.72.57.84l7.8 3c.12.03.21.06.33.06.36 0 .69-.21.84-.57a.91.91 0 0 0-.51-1.17z"
}), /*#__PURE__*/_jsxs("g", {
fill: "gray",
transform: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 11,
cy: 24,
r: 7
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 14,
r: 7
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 34,
r: 7
})]
})]
}));
export { LIGuiShare };