@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.04 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 StoreBricoman32 = (_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: "M8 5.667a1 1 0 0 0-.707 1.707l.96.96H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1v-16a1 1 0 0 0-1-1h-4.838l.909-.992a1 1 0 0 0-.738-1.675H8Zm13.329 4.666-4.592 5.01a1 1 0 0 1-1.444.03l-5.04-5.04H5v14h5.833V18a.5.5 0 0 1 .5-.5h9.334a.5.5 0 0 1 .5.5v6.333H27v-14h-5.671Zm-9.954-1.706 4.594 4.594 5.091-5.554H10.414l.959.958.002.002Zm.458 9.873H15.5v5.833h-3.667V18.5Zm4.667 0v5.833h3.667V18.5H16.5Z" })));
};
exports.default = StoreBricoman32;