UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 810 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 IconTurnSharpRight_Rounded = class IconTurnSharpRight_Rounded extends LitElement { render() { return svgTag('<path d="m16 6.83-.88.88a.996.996 0 1 1-1.41-1.41l2.59-2.59a.996.996 0 0 1 1.41 0L20.3 6.3a.996.996 0 1 1-1.41 1.41L18 6.83V13c0 1.1-.9 2-2 2H8v5c0 .55-.45 1-1 1s-1-.45-1-1v-5c0-1.1.9-2 2-2h8V6.83z"/>'); } }; IconTurnSharpRight_Rounded.styles = style; IconTurnSharpRight_Rounded = __decorate([ customElement('mdui-icon-turn-sharp-right--rounded') ], IconTurnSharpRight_Rounded); export { IconTurnSharpRight_Rounded };