UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 855 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 IconInstallMobile_TwoTone = class IconInstallMobile_TwoTone extends LitElement { render() { return svgTag('<path d="M7 20h10v1H7zM7 3h7v1H7z" opacity=".3"/><path d="M17 18H7V6h7V4H7V3h7V1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-5h-2v2zm0 3H7v-1h10v1z"/><path d="M19 3h-2v7.17l-2.59-2.58L14 8l-1 1 1 1 4 4 3-3 2-2-1.41-1.41-.59.59-2 1.99z"/>'); } }; IconInstallMobile_TwoTone.styles = style; IconInstallMobile_TwoTone = __decorate([ customElement('mdui-icon-install-mobile--two-tone') ], IconInstallMobile_TwoTone); export { IconInstallMobile_TwoTone };