@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.94 kB
JavaScript
'use strict';
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 Tool32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.336 6.334h9.853c.33.498.811 1.53.811 3 0 1.469-.481 2.501-.811 3h-6.856a1 1 0 0 0-.98.803L9.18 19H5.198L7.351 7.155a1 1 0 0 1 .984-.821Zm10.33-2H8.337a3 3 0 0 0-2.952 2.463L3.231 18.642A2 2 0 0 0 5.199 21H7.5v4.334c0 .86.44 1.505 1.056 1.916.6.4 1.37.584 2.11.584a.5.5 0 0 0 0-1c-.592 0-1.156-.15-1.555-.416-.385-.257-.61-.612-.61-1.084V21h.679c.951 0 1.774-.671 1.962-1.608l.381-1.908a.5.5 0 0 0 .575.34l3.333-.667a.5.5 0 0 0 .27-.83l-.002-.001a.646.646 0 0 1-.041-.062 2.143 2.143 0 0 1-.183-.422c-.104-.31-.216-.793-.272-1.508h3.464a1 1 0 0 0 .703-.29c.465-.46 1.106-1.46 1.428-2.877h1.869a.5.5 0 0 0 .121-.015l2.667-.667a.5.5 0 0 0 .378-.485v-.166h2.826a.5.5 0 1 0 0-1h-2.826v-.167a.5.5 0 0 0-.378-.485l-2.667-.667a.5.5 0 0 0-.121-.015h-1.87c-.321-1.416-.962-2.417-1.427-2.877a1 1 0 0 0-.703-.29Zm-6.764 12.51a.498.498 0 0 0-.284.167l.535-2.677H14.2c.06.825.188 1.412.326 1.824.017.053.035.103.053.15l-2.677.535Zm.765-8.01a.5.5 0 1 0 0 1h2.666a.5.5 0 1 0 0-1h-2.666Zm8.5 1.333V8.5h1.438l2.228.557v.553l-2.228.557h-1.438Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Tool32;