@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiVirus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiVirus = function LIGuiVirus(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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: "M13 8.058a.434.434 0 0 1-.854.102L9.57 7.789c-.066.24-.167.466-.298.67l1.282.812a.781.781 0 1 1-.14.22L9.12 8.67a2.43 2.43 0 0 1-1.277.824l.231 1.428a.562.562 0 0 1-.02 1.125.564.564 0 0 1-.235-1.075l-.23-1.426A2.418 2.418 0 0 1 6.3 9.39l-1.033 2.8a.325.325 0 1 1-.245-.087l1.042-2.827a2.437 2.437 0 0 1-.57-.433L3.89 10.016a.39.39 0 1 1-.091-.255l1.524-1.114a2.415 2.415 0 0 1-.475-1.033l-2.378.223a.737.737 0 1 1-.017-.26l2.36-.222a2.415 2.415 0 0 1 .371-1.513l-.525-.395a.694.694 0 1 1 .157-.208l.519.391c.33-.411.79-.712 1.32-.84l-.487-2.768a.39.39 0 1 1 .257-.046l.485 2.765a2.411 2.411 0 0 1 1.104.107L8.57 3.3a.325.325 0 1 1 .245.087l-.558 1.559c.376.176.7.445.941.779l1.73-.99a.623.623 0 0 1-.032-.19.63.63 0 1 1 .161.417l-1.717.981a2.416 2.416 0 0 1 .287 1.591l2.537.365a.434.434 0 0 1 .837.159z"
})
}));
};
exports.LIGuiVirus = LIGuiVirus;