UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.05 kB
'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 Door64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M16 6.5A1.5 1.5 0 0 0 14.5 8v48a1.5 1.5 0 0 0 1.5 1.5h32a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 48 6.5H16Zm1.5 48v-45h29v45h-29Zm5.167-40.833a1 1 0 0 0-1 1V26.4a1 1 0 0 0 1 1h18.666a1 1 0 0 0 1-1V14.667a1 1 0 0 0-1-1H22.667Zm1 11.733v-9.733h16.666V25.4H23.667Zm-2 11.933a1 1 0 0 1 1-1h18.666a1 1 0 0 1 1 1v11.734a1 1 0 0 1-1 1H22.667a1 1 0 0 1-1-1V37.333Zm2 1v9.734h16.666v-9.734H23.667ZM36 31a1 1 0 1 0 0 2h5.333a1 1 0 1 0 0-2H36Z" }))); }; exports.default = Door64;