google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 933 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Mosque = createIcon("Mosque", [
[
"path",
{
d: "M7 9H17C17.29 9 17.57 9.06 17.84 9.13C17.93 8.8 18 8.46 18 8.09C18 6.78 17.35 5.56 16.26 4.84L12 2L7.74 4.84C6.65 5.56 6 6.78 6 8.09C6 8.46 6.07 8.8 6.16 9.13C6.43 9.06 6.71 9 7 9Z",
key: "bdk5en"
}
],
[
"path",
{
d: "M24 8C24 6.9 22 5 22 5C22 5 20 6.9 20 8C20 8.74 20.4 9.38 21 9.72V14H19V12C19 10.9 18.1 10 17 10H7C5.9 10 5 10.9 5 12V14H3V9.72C3.6 9.38 4 8.74 4 8C4 6.9 2 5 2 5C2 5 0 6.9 0 8C0 8.74 0.4 9.38 1 9.72V22H10V18C10 16.9 10.9 16 12 16C13.1 16 14 16.9 14 18V22H23V9.72C23.6 9.38 24 8.74 24 8Z",
key: "161uxv"
}
]
]);
export { Mosque as default };
//# sourceMappingURL=mosque.js.map