UNPKG

@icongo/li

Version:
35 lines (34 loc) 1.58 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiEraser = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiEraser = function LIGuiEraser(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: "#26a6d1", d: "M8.868 1.198 12.79 5.12a.677.677 0 0 1 0 .958l-6.7 6.7a.677.677 0 0 1-.958 0l-3.92-3.921a.677.677 0 0 1 0-.957l6.7-6.7a.677.677 0 0 1 .957 0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e2574c", d: "M4.62 4.49 1.21 7.899a.677.677 0 0 0 0 .957l3.922 3.92a.677.677 0 0 0 .957 0L9.5 9.369 4.618 4.49z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m5.46 12.329 7.372.033-.004.638-7.37-.033.003-.638z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cb4e44", d: "M2.748 6.361 1.211 7.9a.677.677 0 0 0 0 .957l3.92 3.92a.677.677 0 0 0 .958 0l1.538-1.536L2.748 6.36z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#eae5e4", d: "m1.886 7.225 4.877 4.877-.451.452-4.878-4.878.452-.451z" })] })); }; exports.LIGuiEraser = LIGuiEraser;