@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 947 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 IconMapsUgc_Outlined = class IconMapsUgc_Outlined extends LitElement {
render() {
return svgTag('<path d="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42A7.925 7.925 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2z"/><path fill-rule="evenodd" d="M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"/>');
}
};
IconMapsUgc_Outlined.styles = style;
IconMapsUgc_Outlined = __decorate([
customElement('mdui-icon-maps-ugc--outlined')
], IconMapsUgc_Outlined);
export { IconMapsUgc_Outlined };