@icongo/li
Version:
LibreICONS Icons
39 lines (38 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiShare = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiShare = function LIGuiShare(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "gray",
transform: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 11,
cy: 24,
r: 7
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 14,
r: 7
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 34,
r: 7
})]
})]
}));
};
exports.LIGuiShare = LIGuiShare;