lucide-react-native
Version:
A Lucide icon library package for React Native applications.
30 lines (26 loc) • 867 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Mosque = createLucideIcon("Mosque", [
["path", { d: "M12.268 2a2 2 0 003.465 2", key: "3in8xp" }],
["path", { d: "M14 5 L14 8", key: "1fhhfb" }],
["path", { d: "M16 22v-3a2 2 0 00-4 0v3", key: "1p6nbd" }],
[
"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",
key: "ck3r5y"
}
],
["path", { d: "M3 9h4", key: "rnfnj5" }],
[
"path",
{ d: "M7 22V6a5 5 0 00-2-4 5 5 0 00-2 4v14a2 2 0 002 2h14a2 2 0 002-2v-7", key: "28kgc3" }
]
]);
export { Mosque as default };
//# sourceMappingURL=mosque.mjs.map