@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.24 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 Curtains24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M3 2a1 1 0 0 0 0 2h1v17a1 1 0 0 0 1 1h4a1 1 0 0 0 .962-1.275l-.065-.225h4.206l-.064.225A1 1 0 0 0 15 22h4a1 1 0 0 0 1-1V4h1a1 1 0 1 0 0-2H3Zm11.674 16.5.857-3H12.5v3h2.174Zm-3.174 0v-3H8.469l.857 3H11.5Zm0-4H8.72a5.65 5.65 0 0 0 1.52-1.202 8.004 8.004 0 0 0 1.26-1.9V14.5Zm3.78 0H12.5v-3.102a8.004 8.004 0 0 0 1.26 1.9 5.65 5.65 0 0 0 1.52 1.202ZM6 13V4h4.985c-.141 4.68-1.273 6.905-2.225 7.952-.508.56-.994.817-1.323.937a2.014 2.014 0 0 1-.454.111H6Zm12-9h-4.985c.141 4.68 1.272 6.905 2.225 7.952.508.56.994.817 1.323.937a2.015 2.015 0 0 0 .454.111H18V4Zm-1.674 16 1.428-5H18v5h-1.674ZM6 15h.246l1.428 5H6v-5Z" })));
};
exports.default = Curtains24;