UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 840 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 IconCurrencyYuan_Rounded = class IconCurrencyYuan_Rounded extends LitElement { render() { return svgTag('<path d="M12 21c-.55 0-1-.45-1-1v-6H7c-.55 0-1-.45-1-1s.45-1 1-1h3.72L5.98 4.54A.998.998 0 0 1 6.82 3c.34 0 .66.17.84.46L12 10.29l4.34-6.83c.18-.29.5-.46.84-.46.79 0 1.27.87.84 1.54L13.28 12H17c.55 0 1 .45 1 1s-.45 1-1 1h-4v6c0 .55-.45 1-1 1z"/>'); } }; IconCurrencyYuan_Rounded.styles = style; IconCurrencyYuan_Rounded = __decorate([ customElement('mdui-icon-currency-yuan--rounded') ], IconCurrencyYuan_Rounded); export { IconCurrencyYuan_Rounded };