@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 854 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 IconFace_6_Rounded = class IconFace_6_Rounded extends LitElement {
render() {
return svgTag('<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01z"/><circle cx="9" cy="13" r="1.25"/><circle cx="15" cy="13" r="1.25"/>');
}
};
IconFace_6_Rounded.styles = style;
IconFace_6_Rounded = __decorate([
customElement('mdui-icon-face-6--rounded')
], IconFace_6_Rounded);
export { IconFace_6_Rounded };