UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 856 B
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 IconMobileScreenShare_Rounded = class IconMobileScreenShare_Rounded extends LitElement { render() { return svgTag('<path d="M17 1H7c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zm-4.2-5.78v1.75l2.81-2.62c.21-.2.21-.53 0-.73L12.8 9v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z"/>'); } }; IconMobileScreenShare_Rounded.styles = style; IconMobileScreenShare_Rounded = __decorate([ customElement('mdui-icon-mobile-screen-share--rounded') ], IconMobileScreenShare_Rounded); export { IconMobileScreenShare_Rounded };