@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 904 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 IconEmojiObjects_Sharp = class IconEmojiObjects_Sharp extends LitElement {
render() {
return svgTag('<path d="M12 3c-.42 0-.85.04-1.28.11-2.81.5-5.08 2.75-5.6 5.55-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V21h2.28a1.98 1.98 0 0 0 3.44 0H16v-4.31c0-.55.22-1.09.64-1.46A6.956 6.956 0 0 0 19 10c0-3.87-3.13-7-7-7zm2 16h-4v-1h4v1zm0-2h-4v-1h4v1zm-1.5-5.59V14h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62.71.71-1.83 1.82z"/>');
}
};
IconEmojiObjects_Sharp.styles = style;
IconEmojiObjects_Sharp = __decorate([
customElement('mdui-icon-emoji-objects--sharp')
], IconEmojiObjects_Sharp);
export { IconEmojiObjects_Sharp };