UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 806 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 IconTurnSlightRight_Rounded = class IconTurnSlightRight_Rounded extends LitElement { render() { return svgTag('<path d="M12.34 5c0-.55.45-1 1-1H17c.55 0 1 .45 1 1v3.66c0 .55-.45 1-1 1s-1-.45-1-1V7.41l-5 5V19c0 .55-.45 1-1 1s-1-.45-1-1v-6.58c0-.53.21-1.04.59-1.41l5-5h-1.24A1.02 1.02 0 0 1 12.34 5z"/>'); } }; IconTurnSlightRight_Rounded.styles = style; IconTurnSlightRight_Rounded = __decorate([ customElement('mdui-icon-turn-slight-right--rounded') ], IconTurnSlightRight_Rounded); export { IconTurnSlightRight_Rounded };