UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 798 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 IconTurnSharpLeft_Rounded = class IconTurnSharpLeft_Rounded extends LitElement { render() { return svgTag('<path d="m8 6.83.88.88a.996.996 0 1 0 1.41-1.41L7.71 3.71a.996.996 0 0 0-1.41 0L3.71 6.29A.996.996 0 1 0 5.12 7.7L6 6.83V13c0 1.1.9 2 2 2h8v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-1.1-.9-2-2-2H8V6.83z"/>'); } }; IconTurnSharpLeft_Rounded.styles = style; IconTurnSharpLeft_Rounded = __decorate([ customElement('mdui-icon-turn-sharp-left--rounded') ], IconTurnSharpLeft_Rounded); export { IconTurnSharpLeft_Rounded };