UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 619 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 IconSouth_TwoTone = class IconSouth_TwoTone extends LitElement { render() { return svgTag('<path d="m19 15-1.41-1.41L13 18.17V2h-2v16.17l-4.59-4.59L5 15l7 7 7-7z"/>'); } }; IconSouth_TwoTone.styles = style; IconSouth_TwoTone = __decorate([ customElement('mdui-icon-south--two-tone') ], IconSouth_TwoTone); export { IconSouth_TwoTone };