google-material-icons
Version:
A google material icon library package for React applications
30 lines (26 loc) • 919 B
JavaScript
/**
* @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 TempleBuddhist = createIcon("TempleBuddhist", [
[
"path",
{
d: "M21 9.52C21 10.61 20.11 11.5 19.02 11.5H4.98C3.89 11.5 3 10.61 3 9.52H1C1 11.38 2.28 12.92 4 13.36V22.5H10V19.5C10 18.4 10.9 17.5 12 17.5C13.1 17.5 14 18.4 14 19.5V22.5H20V13.36C20.55 13.22 23 12.32 23 9.5L21 9.52Z",
key: "18dv26"
}
],
[
"path",
{
d: "M6 9.36V10.5H18V9.36C18.55 9.22 21 8.32 21 5.5L19 5.52C19 6.61 18.11 7.5 17.02 7.5H6.98C5.89 7.5 5 6.61 5 5.52H3C3 7.37 4.28 8.92 6 9.36Z",
key: "dpi971"
}
],
["path", { d: "M12 1.5L8.25 6.5H15.75L12 1.5Z", key: "4cvmtr" }]
]);
export { TempleBuddhist as default };
//# sourceMappingURL=temple_buddhist.js.map