@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 713 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 Icon60fpsSelect_Sharp = class Icon60fpsSelect_Sharp extends LitElement {
render() {
return svgTag('<path d="M18 6v6h-3V6h3zm2-2h-7v10h7V4zm-9 2V4H4v10h7V8H6V6h5zm-2 4v2H6v-2h3zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"/>');
}
};
Icon60fpsSelect_Sharp.styles = style;
Icon60fpsSelect_Sharp = __decorate([
customElement('mdui-icon-60fps-select--sharp')
], Icon60fpsSelect_Sharp);
export { Icon60fpsSelect_Sharp };