UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 641 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 IconPlaylistPlay_Sharp = class IconPlaylistPlay_Sharp extends LitElement { render() { return svgTag('<path d="M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm13-1v8l6-4z"/>'); } }; IconPlaylistPlay_Sharp.styles = style; IconPlaylistPlay_Sharp = __decorate([ customElement('mdui-icon-playlist-play--sharp') ], IconPlaylistPlay_Sharp); export { IconPlaylistPlay_Sharp };