UNPKG

google-material-icons

Version:

A google material icon library package for React applications

18 lines (14 loc) 623 B
/** * @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 TempleHindu = createIcon("TempleHindu", [ ["path", { d: "M6.6 11.5H17.4L16.5 8.5H7.5L6.6 11.5Z", key: "5f1vdo" }], ["path", { d: "M20 11.5V13.5H4V11.5H2V22.5H10V17.5H14V22.5H22V11.5H20Z", key: "1k3uni" }], ["path", { d: "M15.9 6.5L15 3.5V1.5H13V3.5H10.97V1.5H8.97V3.62L8.1 6.5H15.9Z", key: "1014ot" }] ]); export { TempleHindu as default }; //# sourceMappingURL=temple_hindu.js.map