@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 2.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Tool = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:tool" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.2966032,13.6534221 C15.1155354,14.3279443 17.1787907,13.8966784 18.5746179,12.5008512 C19.3422572,11.7332119 19.7814059,10.8000565 19.891141,9.77810449 C19.4476929,10.2215524 18.2234847,11.4377708 18.2234847,11.4377708 C17.7909171,11.8703385 17.0716151,12.0886837 16.4726873,11.9688982 L13.9203551,11.4584317 C13.2531648,11.3249937 12.6792644,10.7505202 12.5459696,10.0840462 L12.0355031,7.53171397 C11.9155316,6.93185641 12.1336697,6.2138773 12.5666305,5.78091658 L14.2291092,4.11843785 C13.8830438,4.16722839 12.7415284,4.1918051 11.5035501,5.42978343 C10.1077229,6.82561056 9.67645689,8.888866 10.3509786,10.7077998 C10.486865,11.0742346 10.396829,11.4862519 10.1204782,11.7626028 L5.14115723,16.7419237 C4.55222756,17.3308534 4.55247446,18.2776977 5.13958903,18.8648123 C5.72405745,19.4492807 6.6764937,19.4492279 7.2624776,18.863244 L12.2417997,13.8839223 C12.5181507,13.6075714 12.9301682,13.5175355 13.2966032,13.6534221 Z M21.6539238,7.30125164 C22.306074,9.7432977 21.7523397,12.1515565 19.9888314,13.9150648 C18.1938343,15.7100619 15.6093932,16.3655478 13.2273012,15.7280429 C13.0517853,15.9035584 8.67669114,20.2774576 8.67669114,20.2774576 C7.30969375,21.644455 5.09092754,21.6445779 3.72537547,20.2790258 C2.35737738,18.9110277 2.35680027,16.6978536 3.72694367,15.3277102 L8.2729948,10.781659 C7.59456686,8.93251686 8.13571562,5.96919074 10.0893365,4.01556987 C11.8528448,2.25206158 14.2611036,1.69832734 16.7031497,2.35047752 C17.4472466,2.54918914 17.696842,3.47913221 17.1522474,4.0237268 L13.980844,7.19513014 L14.4708798,9.53352153 L16.8092712,10.0235573 L19.9806745,6.85215392 C20.5252691,6.30755933 21.4552122,6.55715473 21.6539238,7.30125164 Z", fillRule: "nonzero" }) })));
exports.default = Tool;
//# sourceMappingURL=tool.js.map