@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 948 B
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 Toolbox48 = (_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: "M16 6.5A1.5 1.5 0 0 0 14.5 8v6.5H12A7.5 7.5 0 0 0 4.5 22v19.5h39V22a7.5 7.5 0 0 0-7.5-7.5h-2.5V8A1.5 1.5 0 0 0 32 6.5H16Zm14.5 8v-5h-13v5h13Zm-14.5 3h20a4.5 4.5 0 0 1 4.5 4.5v4H33v-2a1 1 0 1 0-2 0v2H17v-2a1 1 0 1 0-2 0v2H7.5v-4a4.5 4.5 0 0 1 4.5-4.5h4ZM7.5 28v10.5h33V28H33v2a1 1 0 1 1-2 0v-2H17v2a1 1 0 1 1-2 0v-2H7.5Z" })));
};
exports.default = Toolbox48;