@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 886 B
JavaScript
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 IconCurrencyRuble_Rounded = class IconCurrencyRuble_Rounded extends LitElement {
render() {
return svgTag('<path d="M8 21c.55 0 1-.45 1-1v-2h3c.55 0 1-.45 1-1s-.45-1-1-1H9v-2h4.5c3.22 0 5.79-2.76 5.47-6.04C18.7 5.1 16.14 3 13.26 3H8c-.55 0-1 .45-1 1v8H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2c0 .55.45 1 1 1zm5.5-9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12z"/>');
}
};
IconCurrencyRuble_Rounded.styles = style;
IconCurrencyRuble_Rounded = __decorate([
customElement('mdui-icon-currency-ruble--rounded')
], IconCurrencyRuble_Rounded);
export { IconCurrencyRuble_Rounded };