@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTempleHinduW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TempleHinduW100Filled",
short_name: "TempleHindu",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m332-654 53-177v-49q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h133v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v44l54 182H332ZM106-134v-346q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v66h125l16-52h410l16 52h125v-66q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v346q0 11-8.5 19.5T826-106H576q-12.75 0-21.37-8.63Q546-123.25 546-136v-104q0-27-19.5-46.5T480-306q-27 0-46.5 19.5T414-240v104q0 12.75-8.62 21.37Q396.75-106 384-106H134q-11 0-19.5-8.5T106-134Zm178-360 39-132h314l39 132H284Z"
}));
});
IconMaterialTempleHinduW100Filled.displayName = 'OnesyIconMaterialTempleHinduW100Filled';
export default IconMaterialTempleHinduW100Filled;