UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 579 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 IconAdd_TwoTone = class IconAdd_TwoTone extends LitElement { render() { return svgTag('<path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>'); } }; IconAdd_TwoTone.styles = style; IconAdd_TwoTone = __decorate([ customElement('mdui-icon-add--two-tone') ], IconAdd_TwoTone); export { IconAdd_TwoTone };