@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Tool24 = (_a) => {
var { fill, size = '1.5rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.67 5h6.833c.215.367.497 1.05.497 2s-.282 1.633-.497 2H8.5a1 1 0 0 0-.98.804L6.68 14H4.2l1.486-8.179a1 1 0 0 1 .984-.82ZM14 3H6.67a3 3 0 0 0-2.952 2.463l-1.487 8.18A2 2 0 0 0 4.199 16H5.5v3c0 .694.358 1.214.848 1.541C6.823 20.858 7.426 21 8 21a.5.5 0 0 0 0-1c-.426 0-.823-.108-1.098-.291-.26-.173-.402-.403-.402-.709v-3h.18a2 2 0 0 0 1.961-1.608l.185-.923a.5.5 0 0 0 .272.021l2.5-.5a.5.5 0 0 0 .273-.825 1.49 1.49 0 0 1-.147-.323 4.209 4.209 0 0 1-.172-.842H14a1 1 0 0 0 .704-.29c.375-.371.865-1.14 1.122-2.21H17a.5.5 0 0 0 .121-.015l2-.5a.5.5 0 0 0 .38-.485h1.993a.5.5 0 0 0 0-1H19.5a.5.5 0 0 0-.379-.485l-2-.5a.5.5 0 0 0-.12-.015h-1.175c-.257-1.07-.747-1.839-1.122-2.21A1 1 0 0 0 14 3Zm2 4v.5h.939l1.561-.39v-.22l-1.56-.39H16V7Zm-5.231 5.136-1.746.35L9.32 11h1.226c.05.491.133.86.223 1.136ZM9.5 6.5a.5.5 0 1 0 0 1h2a.5.5 0 1 0 0-1h-2Z" })));
};
exports.default = Tool24;