@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 1.9 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIReligionCathedral = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIReligionCathedral = function LIReligionCathedral(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e89419",
d: "M7 4 3.526 7l-2.21 1.263V13h11.368V8.263l-2.147-1.2L7 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c62828",
d: "m12.684 7.947-2.147-1.2L7 3.684l-3.474 3-2.21 1.263v.632l2.21-1.263 3.474-3 3.537 3.063 2.147 1.2zM10.474 1l-.948 3.79h1.895zM3.526 1 2.58 4.79h1.895z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffb74d",
d: "M9.526 4.79h1.895V13H9.526zm-6.947 0h1.895V13H2.579z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#805a26",
d: "M8.263 13H5.737v-2.842c0-.695.568-1.263 1.263-1.263s1.263.568 1.263 1.263V13zm2.526-.632h-.631V9.211c0-.19.126-.316.316-.316s.315.126.315.316v3.157zm-6.947 0h-.631V9.211c0-.19.126-.316.315-.316s.316.126.316.316v3.157zm6.947-4.736h-.631V5.737c0-.19.126-.316.316-.316s.315.126.315.316v1.895zm-6.947 0h-.631V5.737c0-.19.126-.316.315-.316s.316.126.316.316v1.895zM7 5.737a.93.93 0 0 0-.947.947c0 .537.41.948.947.948a.93.93 0 0 0 .947-.948A.93.93 0 0 0 7 5.737zM7 7c-.19 0-.316-.126-.316-.316s.127-.316.316-.316.316.127.316.316S7.189 7 7 7z"
})]
}));
};
exports.LIReligionCathedral = LIReligionCathedral;