UNPKG

@nomercyicons/react

Version:
29 lines 1.08 kB
const React = require("react"); function TempleHinduTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M13.51 5h-3.02l-.6 2h4.22zM14.71 9H9.29l-.6 2h6.62zM15.91 13H8.09l-.6 2H4v5h5v-5h6v5h5v-5h-3.49z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M20 11v2h-2L15 3V1h-2v2h-2.03V1h-2v2.12L6 13H4v-2H2v11h9v-5h2v5h9V11h-2zm-9.51-6h3.02l.6 2H9.89l.6-2zm-1.2 4h5.42l.6 2H8.69l.6-2zM20 20h-5v-5H9v5H4v-5h3.49l.6-2h7.82l.6 2H20v5z" })); } const ForwardRef = React.forwardRef(TempleHinduTwoToneIcon); module.exports = ForwardRef;