@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 2.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIToolsChainsaw = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIToolsChainsaw = function LIToolsChainsaw(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: "#546e7a",
d: "m6.865 4.343-.642-.212v.848L8.112 7.28l.677.238v-.847l.64.212v-.847l.642.212v-.847l.641.211v-.846l.642.212-.099-.83.825.022-.41-.635.73-.317-.672-.42.45-.674-.815.057.177-.794-.721.344L10.623 1l-.499.6-.512-.508-.182.71-.641-.21v.846l-.642-.212v.847l-.641-.212v.847l-.641-.212z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#cfd8dc",
d: "M10.712 2.65a.595.595 0 0 1 0 .846L7.933 6.25a.61.61 0 0 1-.855 0 .595.595 0 0 1 0-.847l2.78-2.752a.609.609 0 0 1 .854 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f57c00",
d: "m4.727 9.848-1.71 1.694-.199-.197c-.11-.321.276-1.364.954-2.443L2.9 8.039c-.698 1.064-1.897 3.203-.953 4.138l.642.635c.427.423.855 0 .855 0l2.137-2.117-.855-.847z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "M8.575 6.884a.89.89 0 0 1 0 1.27l-2.993 2.964s-.213.212-.427 0l-1.71-1.694c-1.496-1.482 0-2.964 0-2.964l2.137-2.117s.214-.212.428 0l2.565 2.541z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#6d4c41",
d: "M6.326 6.994 4.575 4.399a.97.97 0 0 0-1.333-.283l-.001.001a.95.95 0 0 0-.285 1.319c.029.045.375.53.618.897.122-.12.263-.263.428-.424-.22-.33-.518-.754-.544-.794a.36.36 0 0 1 .109-.502.37.37 0 0 1 .507.109l1.75 2.594.502-.322z"
})]
}));
};
exports.LIToolsChainsaw = LIToolsChainsaw;