lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
31 lines (28 loc) • 717 B
JavaScript
/**
* @license lucide-static v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const DoorOpen = `
<svg
class="lucide lucide-door-open"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 21H2" />
<path d="M10 3H7a2 2 0 00-2 2v16" />
<path d="M14 12h.01" />
<path d="M19 21V5a2 2 0 00-1.675-1.974l-6.163-1.013A1 1 0 0010 3v18a1 1 0 001.124.992z" />
<path d="M22 21h-3" />
</svg>
`;
export { DoorOpen as default };
//# sourceMappingURL=door-open.mjs.map