@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.4 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 Curtains32 = (_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: "M4 3a1 1 0 0 0 0 2h1.667v23a1 1 0 0 0 1 1H12a1 1 0 0 0 .961-1.275L12.754 27h6.492l-.207.725A1 1 0 0 0 20 29h5.333a1 1 0 0 0 1-1V5H28a1 1 0 1 0 0-2H4Zm15.817 22 1.286-4.5H16.5V25h3.317ZM15.5 25v-4.5h-4.603l1.286 4.5H15.5Zm0-5.5h-4.889l-.022-.078c.043-.014.086-.03.13-.046.765-.28 1.738-.825 2.688-1.87.763-.84 1.493-1.98 2.093-3.528V19.5Zm5.889 0H16.5v-5.522c.6 1.549 1.33 2.689 2.093 3.528.95 1.045 1.923 1.59 2.688 1.87.044.016.087.032.13.046l-.022.078ZM7.667 17.667V5h7.322c-.144 6.518-1.696 9.658-3.062 11.16-.717.79-1.411 1.16-1.896 1.339a2.973 2.973 0 0 1-.696.167H7.667ZM24.333 5h-7.322c.144 6.518 1.696 9.658 3.062 11.16.717.79 1.411 1.16 1.896 1.339a2.973 2.973 0 0 0 .696.167h1.668V5Zm-3.007 22 2.095-7.333h.912V27h-3.007Zm-13.66-7.333h.913L10.674 27H7.667v-7.333Z" })));
};
exports.default = Curtains32;