UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 797 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 IconTurnSlightLeft_Rounded = class IconTurnSlightLeft_Rounded extends LitElement { render() { return svgTag('<path d="M11.66 5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3.66c0 .55.45 1 1 1s1-.45 1-1V7.41l5 5V19c0 .55.45 1 1 1s1-.45 1-1v-6.58c0-.53-.21-1.04-.59-1.41l-5-5h1.24A1.02 1.02 0 0 0 11.66 5z"/>'); } }; IconTurnSlightLeft_Rounded.styles = style; IconTurnSlightLeft_Rounded = __decorate([ customElement('mdui-icon-turn-slight-left--rounded') ], IconTurnSlightLeft_Rounded); export { IconTurnSlightLeft_Rounded };