lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
32 lines (29 loc) • 844 B
JavaScript
/**
* @license lucide-static v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Mosque = `
<svg
class="lucide lucide-mosque"
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="M12.268 2a2 2 0 003.465 2" />
<path d="M14 5 L14 8" />
<path d="M16 22v-3a2 2 0 00-4 0v3" />
<path d="M21 13c-.662-1.497-1.666-2.753-2.9-3.63C16.825 8.47 15.422 8 14 8s-2.826.47-4.1 1.37C8.668 10.248 7.663 11.504 7 13z" />
<path d="M3 9h4" />
<path d="M7 22V6a5 5 0 00-2-4 5 5 0 00-2 4v14a2 2 0 002 2h14a2 2 0 002-2v-7" />
</svg>
`;
export { Mosque as default };
//# sourceMappingURL=mosque.mjs.map