@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 742 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 IconRssFeed_Sharp = class IconRssFeed_Sharp extends LitElement {
render() {
return svgTag('<circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 10.1v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9zm0-5.66v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56z"/>');
}
};
IconRssFeed_Sharp.styles = style;
IconRssFeed_Sharp = __decorate([
customElement('mdui-icon-rss-feed--sharp')
], IconRssFeed_Sharp);
export { IconRssFeed_Sharp };