@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.58 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 Tool48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M11.67 9.5h15.613c.495.748 1.217 2.296 1.217 4.5s-.722 3.752-1.217 4.5H17a1.5 1.5 0 0 0-1.47 1.206L13.77 28.5H7.797l3.38-18.59a.5.5 0 0 1 .492-.41ZM28 6.5H11.67a3.5 3.5 0 0 0-3.444 2.874L4.739 28.553a2.501 2.501 0 0 0 2.46 2.947H11V38c0 1.388.715 2.428 1.695 3.082.951.634 2.157.918 3.305.918a1 1 0 1 0 0-2c-.852 0-1.646-.216-2.195-.582-.52-.346-.805-.806-.805-1.418v-6.5h1.179a2.502 2.502 0 0 0 2.453-2.01l.576-2.88a1 1 0 0 0 .988.37l5-1a1 1 0 0 0 .547-1.65.831.831 0 0 1-.042-.063 2.984 2.984 0 0 1-.252-.583c-.147-.441-.31-1.138-.393-2.184H28a1.5 1.5 0 0 0 1.055-.434c.67-.663 1.583-2.073 2.082-4.066H34c.082 0 .163-.01.243-.03l4-1A1 1 0 0 0 39 15h3.989a1 1 0 1 0 0-2H39a1 1 0 0 0-.757-.97l-4-1A.997.997 0 0 0 34 11h-2.863c-.5-1.992-1.412-3.403-2.082-4.066A1.5 1.5 0 0 0 28 6.5ZM17.804 25.02a.999.999 0 0 0-.3.112l.726-3.632h2.82c.087 1.236.278 2.131.487 2.773l-3.733.746ZM19 13a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4Zm14.877 2H32v-2h1.877l3.123.78v.44l-3.123.78Z" })));
};
exports.default = Tool48;