@icongo/li
Version:
LibreICONS Icons
29 lines (28 loc) • 2.11 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCut = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCut = function LIGuiCut(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: "#333",
d: "M6.503 5.84c-.07-.042-1.715-1.044-2.109-1.256a1.18 1.18 0 0 1-.147-.091c.314-.277.478-.79.478-1.161 0-.559-.475-1.732-1.887-1.732C1.489 1.6 1 2.584 1 3.28c0 .547.207 1.29 1.191 1.729.167.074.341.143.519.214.84.332 1.707.675 2.454 1.814a.24.24 0 0 0 .357.052l1.013-.859a.242.242 0 0 0-.03-.39zM3.537 4.026a.797.797 0 0 1-.603.274 1.05 1.05 0 0 1-1.019-.9.833.833 0 0 1 .202-.66.869.869 0 0 1 .652-.288c.517 0 .933.353.992.839a.938.938 0 0 1-.224.735zm9.419 6.566-4.12-3.034-1.607 1.185L10 10.72c.029.022.7.499 1.526.499.451 0 .86-.123 1.216-.414.057-.047.214-.213.214-.213z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.101 7.248 7.23 8.743l1.606-1.185-1.913-1.374z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "gray",
d: "M6.52 8.098 13 3.4l-.205-.231c-.356-.292-.765-.364-1.216-.364-.825 0-1.497.427-1.52.444l-4.606 3.22a.24.24 0 0 0-.07.08C4.593 7.982 3.636 8.36 2.71 8.727c-.179.07-.353.14-.52.215C1.207 9.38 1 10.124 1 10.67c0 .695.49 1.73 1.837 1.73 1.412 0 1.887-1.223 1.887-1.782 0-.371-.163-.884-.477-1.161a1.21 1.21 0 0 1 .147-.09c.394-.213 2.04-1.215 2.127-1.27zm.026-1.552a.3.3 0 1 1 0 .6.3.3 0 0 1 0-.6zM3.76 10.659c-.059.486-.476.839-.992.839a.87.87 0 0 1-.653-.287.833.833 0 0 1-.201-.662c.06-.496.517-.899 1.02-.899.23 0 .445.097.602.275a.934.934 0 0 1 .224.734z"
})]
}));
};
exports.LIGuiCut = LIGuiCut;