UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 703 B
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 Icon30fpsSelect_Sharp = class Icon30fpsSelect_Sharp extends LitElement { render() { return svgTag('<path d="M4 4v2h5v2H5v2h4v2H4v2h7V4H4zm9 0h7v10h-7V4zm5 2h-3v6h3V6zM5 22H3v-5h2v5zm4 0H7v-5h2v5zm4 0h-2v-5h2v5zm8 0h-6v-5h6v5z"/>'); } }; Icon30fpsSelect_Sharp.styles = style; Icon30fpsSelect_Sharp = __decorate([ customElement('mdui-icon-30fps-select--sharp') ], Icon30fpsSelect_Sharp); export { Icon30fpsSelect_Sharp };