@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 971 B
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 Shutter32 = (_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: "M3 4a1 1 0 0 1 1-1h24a1 1 0 0 1 1 1v4.667a1 1 0 0 1-1 1h-1.667V28a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1V9.667H4a1 1 0 0 1-1-1V4Zm4.667 5.667h16.666v2.5H7.667v-2.5Zm0 3.5V15.5h16.666v-2.333H7.667Zm0 5.666V16.5h16.666v2.333H7.667Zm0 1v2.334h16.666v-2.334H7.667Zm7.833 3.334H7.667V27H15.5v-3.833Zm1 3.833v-3.833h7.833V27H16.5ZM27 7.667H5V5h22v2.667Z" })));
};
exports.default = Shutter32;