UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 792 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 IconRoundaboutRight_Sharp = class IconRoundaboutRight_Sharp extends LitElement { render() { return svgTag('<path d="M8 13c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4v1h6.17l-1.59 1.59L18 13l4-4-4-4-1.41 1.41L18.17 8h-4.25C13.44 5.16 10.97 3 8 3 4.69 3 2 5.69 2 9c0 2.97 2.16 5.44 5 5.92V21h2v-8H8z"/>'); } }; IconRoundaboutRight_Sharp.styles = style; IconRoundaboutRight_Sharp = __decorate([ customElement('mdui-icon-roundabout-right--sharp') ], IconRoundaboutRight_Sharp); export { IconRoundaboutRight_Sharp };