UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 655 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 IconSwipeUpAlt_Sharp = class IconSwipeUpAlt_Sharp extends LitElement { render() { return svgTag('<path d="m13 5.83 1.59 1.59L16 6l-4-4-4 4 1.41 1.41L11 5.83v4.27a5 5 0 1 0 2 0V5.83z"/>'); } }; IconSwipeUpAlt_Sharp.styles = style; IconSwipeUpAlt_Sharp = __decorate([ customElement('mdui-icon-swipe-up-alt--sharp') ], IconSwipeUpAlt_Sharp); export { IconSwipeUpAlt_Sharp };