@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 2.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIToolDropsaw = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIToolDropsaw = function LIToolDropsaw(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: "M12.156 12.834h.716c.07 0 .128-.057.128-.128v-1.401a.128.128 0 0 0-.128-.128H1v1.529c0 .07.057.128.128.128h.716a.128.128 0 0 0 .129-.128v-.247c1.07.204 2.922.339 5.027.339s3.956-.135 5.027-.339v.247c0 .07.058.128.129.128zM2.352 6.99l-.974.974A1.286 1.286 0 0 0 1 8.862v1.996h2.253V9.739L5.13 7.864c.045-.045.086-.093.123-.143l5.936-5.936a.146.146 0 0 0 0-.207l-.37-.37a.145.145 0 0 0-.206 0L9.59 2.232a4.596 4.596 0 0 0-2.94-1.065c-1.151 0-2.293.438-3.134 1.34C2.3 3.807 1.917 5.513 2.352 6.99Zm-.254 2.295a.402.402 0 1 1 0-.804.402.402 0 0 1 0 .804zM5.06 4.146a1.986 1.986 0 0 1 2.654-.14.19.19 0 0 1 .014.281l-.524.525a1.147 1.147 0 0 0-1.206.272c-.33.329-.42.803-.272 1.206l-.525.524a.19.19 0 0 1-.28-.014 1.986 1.986 0 0 1 .14-2.654Zm1.249 3.165a.127.127 0 0 0-.17.008L4.197 9.26c-.036.036-.004.099.046.09.196-.038.536-.24.63-.167.122.096-.098.685.032.763.133.08.552-.387.691-.325.141.064.07.688.216.733.147.046.442-.51.592-.482.152.028.231.651.385.66.153.01.307-.6.46-.609.154-.009.38.577.53.55.152-.028.156-.656.303-.702.146-.045.506.47.646.407s-.007-.673.125-.754c.13-.078.603.335.725.24.12-.095-.17-.652-.06-.762.11-.11.669.179.762.06.096-.123-.317-.596-.238-.726.08-.132.69.015.753-.125.063-.14-.452-.5-.406-.646.045-.147.673-.152.7-.302.028-.152-.558-.378-.549-.53.01-.154.619-.308.61-.462-.01-.153-.633-.232-.66-.384-.028-.15.527-.445.481-.592-.045-.147-.67-.075-.732-.216-.063-.139.405-.558.325-.69-.08-.131-.668.089-.764-.033-.073-.094.13-.435.166-.63.01-.05-.053-.082-.089-.046L7.934 5.523a.126.126 0 0 0-.009.17A1.15 1.15 0 0 1 6.308 7.31Z"
})
}));
};
exports.LIToolDropsaw = LIToolDropsaw;