iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BuildingMosque = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-building-mosque", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3 21h7v-2a2 2 0 114 0v2h7M4 21V11M20 21V11M4 16h3v-3h10v3h3M17 13a5 5 0 00-10 0M21 10.5c0-.329-.077-.653-.224-.947L20 8l-.776 1.553A2.118 2.118 0 0019 10.5a.5.5 0 00.5.5h1a.5.5 0 00.5-.5zM5 10.5c0-.329-.077-.653-.224-.947L4 8l-.776 1.553A2.118 2.118 0 003 10.5a.5.5 0 00.5.5h1a.5.5 0 00.5-.5zM12 2a2 2 0 102 2M12 6v2" }));
exports.default = BuildingMosque;