UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 1.25 kB
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_TwoTone = class IconEmojiObjects_TwoTone extends LitElement { render() { return svgTag('<path d="M10 18h4v1h-4zm0-2h4v1h-4z" opacity=".3"/><path d="M12 3c-.46 0-.93.04-1.4.14-2.76.53-4.96 2.76-5.48 5.52-.48 2.61.48 5.01 2.22 6.56.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28a1.98 1.98 0 0 0 3.44 0H14c1.1 0 2-.9 2-2v-2.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-1h4v1zm1.31-3.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27-1.32-1.18-1.91-2.94-1.59-4.7.36-1.94 1.96-3.55 3.89-3.93.34-.07.68-.1 1.02-.1 2.76 0 5 2.24 5 5 0 1.43-.61 2.79-1.69 3.74z"/><path d="M11.5 11h1v3h-1z"/><path d="m9.672 9.58.707-.706 2.122 2.121-.707.707z"/><path d="m12.208 11.712-.707-.707 2.121-2.121.707.707z"/>'); } }; IconEmojiObjects_TwoTone.styles = style; IconEmojiObjects_TwoTone = __decorate([ customElement('mdui-icon-emoji-objects--two-tone') ], IconEmojiObjects_TwoTone); export { IconEmojiObjects_TwoTone };