UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 862 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 IconPhonelinkRing_TwoTone = class IconPhonelinkRing_TwoTone extends LitElement { render() { return svgTag('<path d="M4 4h10v16H4z" opacity=".3"/><path d="M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 19H4V4h10v16zm6.1-12.3-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM17 10.8c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3l-1 1z"/>'); } }; IconPhonelinkRing_TwoTone.styles = style; IconPhonelinkRing_TwoTone = __decorate([ customElement('mdui-icon-phonelink-ring--two-tone') ], IconPhonelinkRing_TwoTone); export { IconPhonelinkRing_TwoTone };