UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.13 kB
'use strict'; 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 StoreBricoman64 = (_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: "M16 11.833a1.5 1.5 0 0 0-1.06 2.561l2.772 2.773H8a1.5 1.5 0 0 0-1.5 1.5v32a1.5 1.5 0 0 0 1.5 1.5h48a1.5 1.5 0 0 0 1.5-1.5v-32a1.5 1.5 0 0 0-1.5-1.5H45.188l2.584-2.82a1.5 1.5 0 0 0-1.105-2.514H16Zm26.452 8.318-9.346 10.196a1.5 1.5 0 0 1-2.167.047L20.712 20.167H9.5v29h12.167V36a1 1 0 0 1 1-1h18.666a1 1 0 0 1 1 1v13.167H54.5v-29H42.667c-.073 0-.145-.006-.215-.016Zm-20.057-2.544 9.558 9.558 11.304-12.332H19.62l2.772 2.772.002.002ZM23.667 37H31v12.167h-7.333V37ZM33 37v12.167h7.333V37H33Z" }))); }; exports.default = StoreBricoman64;