UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 923 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 IconDisabledByDefault_Rounded = class IconDisabledByDefault_Rounded extends LitElement { render() { return svgTag('<path d="M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2zm13.3 11.29a.996.996 0 0 1-1.41 0L12 13.41 9.11 16.3a.996.996 0 1 1-1.41-1.41L10.59 12 7.7 9.11A.996.996 0 1 1 9.11 7.7L12 10.59l2.89-2.88a.996.996 0 1 1 1.41 1.41L13.41 12l2.89 2.88c.38.39.38 1.03 0 1.41z"/>'); } }; IconDisabledByDefault_Rounded.styles = style; IconDisabledByDefault_Rounded = __decorate([ customElement('mdui-icon-disabled-by-default--rounded') ], IconDisabledByDefault_Rounded); export { IconDisabledByDefault_Rounded };