UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 832 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 IconPlayDisabled_Rounded = class IconPlayDisabled_Rounded extends LitElement { render() { return svgTag('<path d="M2.1 3.51a.996.996 0 0 0 0 1.41l5.9 5.9v6.35c0 .79.87 1.27 1.54.84l3.45-2.2 6.08 6.08a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0zm15.58 9.33a1 1 0 0 0 0-1.69L9.54 5.98a1.01 1.01 0 0 0-.84-.11l7.75 7.75 1.23-.78z"/>'); } }; IconPlayDisabled_Rounded.styles = style; IconPlayDisabled_Rounded = __decorate([ customElement('mdui-icon-play-disabled--rounded') ], IconPlayDisabled_Rounded); export { IconPlayDisabled_Rounded };