@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 978 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 Toolbox32 = (_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("path", { "fill-rule": "evenodd", d: "M10.667 4.333a1 1 0 0 0-1 1v4.334H8a5 5 0 0 0-5 5v13h26v-13a5 5 0 0 0-5-5h-1.667V5.334a1 1 0 0 0-1-1H10.667Zm9.666 5.334V6.334h-8.666v3.333h8.666Zm-9.666 2H24a3 3 0 0 1 3 3V17.5h-5.167V16a.5.5 0 1 0-1 0v1.5h-9.666V16a.5.5 0 1 0-1 0v1.5H5v-2.833a3 3 0 0 1 3-3h2.667ZM5 18.5v7.167h22V18.5h-5.167V20a.5.5 0 1 1-1 0v-1.5h-9.666V20a.5.5 0 0 1-1 0v-1.5H5Z" })));
};
exports.default = Toolbox32;