UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.95 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("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.772 3.485l-.778-.184-2.11 2.096-1.193-1.216 2.056-2.157-.18-.792a4.418 4.418 0 00-1.347-.228c-.5-.008-.996.088-1.457.28a3.824 3.824 0 00-1.186.84 3.736 3.736 0 00-.875 1.265 3.938 3.938 0 000 2.966 335.31 335.31 0 00-6.173 6.234c-.21.275-.31.618-.284.963a1.403 1.403 0 00.464.967c.124.135.272.247.437.328.17.075.353.118.538.127.316-.006.619-.126.853-.337 1.55-1.457 4.515-4.45 6.2-6.204.456.194.947.294 1.444.293a3.737 3.737 0 002.677-1.133 3.885 3.885 0 001.111-2.73 4.211 4.211 0 00-.197-1.378zM2.934 13.928a.31.31 0 01-.136.07.437.437 0 01-.149 0 .346.346 0 01-.144-.057.336.336 0 01-.114-.11c-.14-.143-.271-.415-.14-.568 1.37-1.457 4.191-4.305 5.955-6.046.1.132.21.258.328.376.118.123.245.237.38.341-1.706 1.75-4.488 4.564-5.98 5.994zM14.05 4.863c.003.765-.296 1.5-.83 2.048a2.861 2.861 0 01-4.008 0 2.992 2.992 0 01-.635-3.137A2.748 2.748 0 0110.14 2.18c.34-.142.704-.215 1.072-.214h.254L9.649 3.839v.696l1.895 1.886h.66l1.846-1.816v.258zM3.24 6.688H4.77l.705.717.678-.674-.665-.678V6.01l.057-1.649-.22-.437-2.86-1.882-.591.066-.831.849-.066.599 1.838 2.918.424.215zm-.945-3.632L4.609 4.58l-.04 1.124H3.495L2.002 3.341l.293-.285zm7.105 6.96l.674-.673 3.106 3.185a1.479 1.479 0 010 2.039 1.404 1.404 0 01-1.549.315 1.312 1.312 0 01-.437-.315l-3.142-3.203.679-.678 3.132 3.194a.403.403 0 00.153.105.477.477 0 00.359 0 .401.401 0 00.153-.105.438.438 0 00.1-.153.527.527 0 00.036-.184.547.547 0 00-.035-.184.438.438 0 00-.101-.153L9.4 10.016z", fill: "#C5C5C5" })); exports.default = Tools;