UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 960 B
'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 Door24 = (_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: "M6 2a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H6Zm1 18V4h10v16H7ZM8.5 5a.5.5 0 0 0-.5.5v4.4a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V5.5a.5.5 0 0 0-.5-.5h-7ZM9 9.4V6h6v3.4H9ZM8 14a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v4.4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V14Zm1 .5v3.4h6v-3.4H9Zm4.5-3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2Z" }))); }; exports.default = Door24;