@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 783 B
JavaScript
import { __decorate } from "tslib";
import { LitElement } from 'lit';
import { customElement } from 'lit/decorators/custom-element.js';
import { style } from '@mdui/shared/icons/shared/style.js';
import { svgTag } from '@mdui/shared/icons/shared/svg-tag.js';
let IconTempleHindu_Outlined = class IconTempleHindu_Outlined extends LitElement {
render() {
return svgTag('<path d="M20 11v2h-2L15 3V1h-2v2h-2.03V1h-2v2.12L6 13H4v-2H2v11h9v-5h2v5h9V11h-2zm-4.69 0H8.69l.6-2h5.42l.6 2zm-1.2-4H9.89l.6-2h3.02l.6 2zM20 20h-5v-5H9v5H4v-5h3.49l.6-2h7.82l.6 2H20v5z"/>');
}
};
IconTempleHindu_Outlined.styles = style;
IconTempleHindu_Outlined = __decorate([
customElement('mdui-icon-temple-hindu--outlined')
], IconTempleHindu_Outlined);
export { IconTempleHindu_Outlined };