@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 939 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_Rounded = class IconRssFeed_Rounded extends LitElement {
render() {
return svgTag('<circle cx="6.18" cy="17.82" r="2.18"/><path d="M5.59 10.23c-.84-.14-1.59.55-1.59 1.4 0 .71.53 1.28 1.23 1.4 2.92.51 5.22 2.82 5.74 5.74.12.7.69 1.23 1.4 1.23.85 0 1.54-.75 1.41-1.59a9.894 9.894 0 0 0-8.19-8.18zm-.03-5.71C4.73 4.43 4 5.1 4 5.93c0 .73.55 1.33 1.27 1.4 6.01.6 10.79 5.38 11.39 11.39.07.73.67 1.28 1.4 1.28.84 0 1.5-.73 1.42-1.56-.73-7.34-6.57-13.19-13.92-13.92z"/>');
}
};
IconRssFeed_Rounded.styles = style;
IconRssFeed_Rounded = __decorate([
customElement('mdui-icon-rss-feed--rounded')
], IconRssFeed_Rounded);
export { IconRssFeed_Rounded };