@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.08 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 StoreLeroymerlin32 = (_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: "M15.293 3.293a1 1 0 0 1 1.414 0L24.414 11H28a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V12a1 1 0 0 1 1-1h3.586l7.707-7.707ZM16 5.414l-7.293 7.293A1 1 0 0 1 8 13H5v14h5.833v-6.333a.5.5 0 0 1 .5-.5h9.334a.5.5 0 0 1 .5.5V27H27V13h-3a1 1 0 0 1-.707-.293L16 5.414Zm-.5 15.753h-3.667V27H15.5v-5.833Zm1 5.833v-5.833h3.667V27H16.5Zm-.146-16.687a.5.5 0 0 0-.708 0l-5.333 5.333a.5.5 0 0 0 .354.854h10.666a.5.5 0 0 0 .354-.854l-5.333-5.333Z" })));
};
exports.default = StoreLeroymerlin32;