@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 622 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 IconResetTv_Sharp = class IconResetTv_Sharp extends LitElement {
render() {
return svgTag('<path d="M22 10h-9.01V7L9 11l3.99 4v-3H20v5H4V5h16v3h2V3H2v16h6v2h8v-2h6z"/>');
}
};
IconResetTv_Sharp.styles = style;
IconResetTv_Sharp = __decorate([
customElement('mdui-icon-reset-tv--sharp')
], IconResetTv_Sharp);
export { IconResetTv_Sharp };