UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 2.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Tools = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.773 3.485l-.78-.184-2.108 2.096-1.194-1.216 2.056-2.157-.18-.792a4.42 4.42 0 00-1.347-.228c-.5-.008-.995.088-1.457.28a3.824 3.824 0 00-1.185.84 3.736 3.736 0 00-.875 1.265 3.938 3.938 0 000 2.966 335.308 335.308 0 00-6.173 6.234c-.21.275-.311.618-.285.963a1.403 1.403 0 00.464.967c.124.135.272.247.437.328.17.075.353.118.539.127.315-.006.618-.126.853-.337 1.548-1.457 4.515-4.45 6.199-6.204.457.194.948.294 1.444.293a3.736 3.736 0 002.677-1.133 3.885 3.885 0 001.112-2.73 4.214 4.214 0 00-.197-1.378zM2.934 13.928a.31.31 0 01-.136.07.437.437 0 01-.148 0 .346.346 0 01-.145-.057.336.336 0 01-.114-.11c-.14-.143-.27-.415-.14-.568 1.37-1.457 4.192-4.305 5.955-6.046.1.132.21.258.328.376.118.123.246.237.38.341-1.706 1.75-4.488 4.564-5.98 5.994zm11.117-9.065c.002.765-.296 1.5-.831 2.048a2.861 2.861 0 01-4.008 0 2.993 2.993 0 01-.634-3.137A2.748 2.748 0 0110.14 2.18c.339-.142.703-.215 1.071-.214h.254L9.65 3.839v.696l1.894 1.886h.66l1.847-1.816v.258zM3.24 6.688h1.53l.705.717.678-.674-.665-.678V6.01l.057-1.649-.219-.437L2.466 2.04l-.59.066-.832.849-.066.599 1.838 2.918.424.215zm-.946-3.632L4.61 4.58l-.04 1.124H3.494L2.002 3.341l.293-.285zm7.105 6.96l.674-.673 3.106 3.185a1.479 1.479 0 010 2.039 1.405 1.405 0 01-1.549.315 1.313 1.313 0 01-.437-.315l-3.141-3.203.678-.678 3.132 3.194a.402.402 0 00.153.105.477.477 0 00.36 0 .403.403 0 00.152-.105.438.438 0 00.1-.153.523.523 0 00.036-.184.547.547 0 00-.035-.184.438.438 0 00-.1-.153L9.4 10.016z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = Tools;