UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.07 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 Door20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M5 1.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h10a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75H5Zm.75 15V3.25h8.5v13.5h-8.5ZM7.083 4.083a.5.5 0 0 0-.5.5V8.25a.5.5 0 0 0 .5.5h5.834a.5.5 0 0 0 .5-.5V4.583a.5.5 0 0 0-.5-.5H7.083Zm.5 3.667V5.083h4.834V7.75H7.583Zm-1 3.917a.5.5 0 0 1 .5-.5h5.834a.5.5 0 0 1 .5.5v3.666a.5.5 0 0 1-.5.5H7.083a.5.5 0 0 1-.5-.5v-3.666Zm1 .5v2.666h4.834v-2.666H7.583ZM11.25 9.5a.5.5 0 0 0 0 1h1.667a.5.5 0 0 0 0-1H11.25Z" }))); }; exports.default = Door20;