UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 1.05 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 IconContacts_TwoTone = class IconContacts_TwoTone extends LitElement { render() { return svgTag('<path d="M20 6H4v12h16V6zm-8 1a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5zm5 10H7v-1.01C7 13.9 10.31 13 12 13s5 .9 5 2.99V17z" opacity=".3"/><path d="M4 20h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2zM4 6h16v12H4V6zm0-6h16v2H4zm0 22h16v2H4zm8-10a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5zm0-3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4.5c-1.69 0-5 .9-5 2.99V17h10v-1.01C17 13.9 13.69 13 12 13zm-3.19 2.5c.61-.52 2.03-1 3.19-1 1.17 0 2.59.48 3.2 1H8.81z"/>'); } }; IconContacts_TwoTone.styles = style; IconContacts_TwoTone = __decorate([ customElement('mdui-icon-contacts--two-tone') ], IconContacts_TwoTone); export { IconContacts_TwoTone };