@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 3.11 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPurge = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPurge = function LIGuiPurge(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", {
fill: "#00a344",
d: "M7.022 3.83c-2.064 0-3.727 1.662-3.727 3.726s1.663 3.727 3.727 3.727S10.75 9.62 10.75 7.556 9.086 3.83 7.022 3.83zm0 6.306a2.57 2.57 0 0 1-2.58-2.58 2.57 2.57 0 0 1 2.58-2.58 2.57 2.57 0 0 1 2.58 2.58 2.57 2.57 0 0 1-2.58 2.58z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00c853",
d: "M2.578 7.384c1.147-.63 2.58-.315 3.297.717.029.029.058.029.086.029l.344-.201c.03-.029.058-.057.03-.086 0-.057-.03-.115-.03-.172v-.172c0-.029 0-.029.03-.057 0-.03 0-.03.028-.058 0 0 0-.028.028-.028 0 0 0-.03.03-.03 0 0 0-.028.028-.028l.028-.028.03-.03.028-.028.028-.029.03-.028h.028a.484.484 0 0 1 .143-.058c.029 0 .057-.028.057-.086V6.64a.062.062 0 0 0-.057-.058c-1.29-.114-2.293-1.175-2.293-2.465 0-1.176.86-2.179 1.978-2.408.028 0 .057-.029.057-.086v-.144a.062.062 0 0 0-.057-.057c-1.606.258-2.867 1.663-2.867 3.354 0 .373.057.746.172 1.09a3.42 3.42 0 0 0-1.032.372c-1.491.86-2.093 2.638-1.491 4.157.029.03.057.03.086.03l.086-.058c.029-.029.057-.058.029-.086-.344-1.09.086-2.322 1.146-2.896zm8.744-1.147a2.999 2.999 0 0 0-1.032-.372 3.33 3.33 0 0 0 .172-1.09c0-1.691-1.261-3.096-2.924-3.354a.062.062 0 0 0-.057.057v.115c0 .029.028.057.057.086a2.456 2.456 0 0 1 1.978 2.408c0 1.29-1.003 2.351-2.293 2.466a.062.062 0 0 0-.058.057v.373c0 .028.03.057.058.086.057.028.114.028.172.057l.028.029c.03 0 .03.028.03.028l.085.087.029.028.028.029v.057s0 .029.03.029c0 .029 0 .029.028.057v.2c0 .058 0 .116-.029.173 0 .029 0 .057.029.086l.344.2c.029.03.057 0 .086-.028.745-1.032 2.179-1.376 3.297-.717 1.032.602 1.49 1.806 1.118 2.896 0 .028 0 .057.029.086l.086.057c.028.029.057 0 .086-.029.716-1.548.114-3.325-1.377-4.157zm-2.35 5.419a2.403 2.403 0 0 1-1.004-3.182c.029-.03 0-.058-.028-.086l-.345-.201c-.028-.029-.057 0-.086 0-.057.029-.086.086-.143.086-.029 0-.029.029-.057.029-.029 0-.029 0-.058.028-.028 0-.086.029-.114.029h-.344c-.029 0-.029 0-.058-.029 0 0-.028 0-.028-.028h-.029c-.057-.03-.086-.058-.143-.086-.029-.03-.058-.03-.086 0l-.344.2c-.029.029-.029.058-.029.086.545 1.147.115 2.523-1.003 3.183a2.524 2.524 0 0 1-3.125-.488c-.029-.028-.058-.028-.086-.028l-.086.057c-.029.029-.029.057-.029.086 1.032 1.29 2.924 1.663 4.415.803.344-.201.63-.43.86-.688.23.258.516.516.86.688 1.491.86 3.354.458 4.415-.803.029-.029 0-.057-.028-.086l-.086-.086c-.03-.029-.058 0-.086.029a2.603 2.603 0 0 1-3.125.487z"
})]
}));
};
exports.LIGuiPurge = LIGuiPurge;