UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 446 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDoorOpenFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M1.998 21v-2h2V4.835a1 1 0 0 1 .821-.984l9.472-1.722a.6.6 0 0 1 .707.59v1.28l4 .001a1 1 0 0 1 1 1v14h2v2h-4V6h-3v15zm10-10h-2v2h2z" }) })); const Memo = memo(SvgDoorOpenFill); export default Memo;