@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.02 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 Toolbox64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M21.333 9.166a1.5 1.5 0 0 0-1.5 1.5v9.167H16a9.5 9.5 0 0 0-9.5 9.5v25.5h51v-25.5a9.5 9.5 0 0 0-9.5-9.5h-3.833v-9.166a1.5 1.5 0 0 0-1.5-1.5H21.333Zm19.834 10.667v-7.666H22.833v7.666h18.334Zm-19.834 3H48a6.5 6.5 0 0 1 6.5 6.5V35H43.667v-3a1 1 0 0 0-2 0v3H22.333v-3a1 1 0 0 0-2 0v3H9.5v-5.667a6.5 6.5 0 0 1 6.5-6.5h5.333ZM9.5 37v14.833h45V37H43.667v3a1 1 0 1 1-2 0v-3H22.333v3a1 1 0 1 1-2 0v-3H9.5Z" })));
};
exports.default = Toolbox64;