@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.6 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 Tool20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5.836 4.084H11.3c.19.308.45.907.45 1.75 0 .842-.26 1.44-.45 1.75H7.083a.75.75 0 0 0-.735.602l-.673 3.363a.25.25 0 0 1-.245.201H3.7a.25.25 0 0 1-.247-.294L4.606 5.11a1.25 1.25 0 0 1 1.23-1.026Zm5.83-1.5h-5.83A2.75 2.75 0 0 0 3.13 4.842l-1.154 6.345A1.75 1.75 0 0 0 3.7 13.25h.8v2.584c0 .61.316 1.068.744 1.353.412.275.932.396 1.423.396a.5.5 0 0 0 0-1c-.343 0-.657-.087-.869-.228-.197-.131-.298-.299-.298-.521v-2.585a1.75 1.75 0 0 0 1.646-1.406l.114-.57c.1.054.218.075.338.05l2.083-.416a.5.5 0 0 0 .277-.821 1.16 1.16 0 0 1-.109-.244 3.56 3.56 0 0 1-.147-.758h1.965a.75.75 0 0 0 .527-.217c.29-.287.671-.876.887-1.7h1.086a.5.5 0 0 0 .121-.015l1.667-.417a.5.5 0 0 0 .371-.402h1.586a.5.5 0 0 0 0-1h-1.586a.5.5 0 0 0-.371-.401l-1.667-.417a.5.5 0 0 0-.121-.015H13.08c-.216-.824-.597-1.413-.887-1.7a.75.75 0 0 0-.527-.216Zm-2.8 7.466-1.418.284.25-1.25h1c.035.408.097.723.169.966Zm-.95-4.717a.5.5 0 1 0 0 1h1.667a.5.5 0 0 0 0-1H7.917Zm5.5.834V5.5h.69l1.227.307v.053l-1.228.307h-.688Z" })));
};
exports.default = Tool20;