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 IconDiscFull_Sharp = class IconDiscFull_Sharp extends LitElement { render() { return svgTag('<path d="M20 16h2v-2h-2v2zm0-9v5h2V7h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>'); } }; IconDiscFull_Sharp.styles = style; IconDiscFull_Sharp = __decorate([ customElement('mdui-icon-disc-full--sharp') ], IconDiscFull_Sharp); export { IconDiscFull_Sharp };