UNPKG

@icongo/li

Version:
93 lines (92 loc) 3.23 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIPoison = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIPoison = function LIPoison(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.jsxs)("g", { fill: "#469c10", transform: "translate(.143 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.7 41.098 7.87 38.27 38.98 7.162l2.828 2.828z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 39, cy: 7, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 42, cy: 10, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 8, cy: 38, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 10, cy: 41, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m6.116 9.985 2.828-2.828 31.108 31.108-2.828 2.828z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M28 43h-8c-2.2 0-4-1.8-4-4v-6h16v6c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 9, cy: 7, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 6, cy: 10, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 40, cy: 38, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 38, cy: 41, r: 3 })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#64dd17", transform: "translate(.143 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 24, cy: 19, rx: 15, ry: 14 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M34 33H14c-1.7 0-3-1.3-3-3v-8h26v8c0 1.7-1.3 3-3 3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M28 38h-8c-1.1 0-2-.9-2-2v-6h12v6c0 1.1-.9 2-2 2zm-8 1h2v2h-2zm6 0h2v2h-2zm-3 0h2v2h-2z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#33691e", transform: "translate(.143 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M24 29c-1 .2-2.5 2.7-2.5 4 0 .6.6 1 1 1 .8 0 1.3-.8 1.5-1.3.2.6.6 1.3 1.5 1.3.6 0 1-.4 1-1 0-1.3-1.5-3.8-2.5-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 30, cy: 26, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 18, cy: 26, r: 4 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ccff90", d: "M5.857 10.429h.572V11h-.572zm1.714 0h.572V11H7.57zm-.857 0h.572V11h-.572z" })] })); }; exports.LIPoison = LIPoison;