@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 891 B
JavaScript
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 IconPhonelinkOff_TwoTone = class IconPhonelinkOff_TwoTone extends LitElement {
render() {
return svgTag('<path d="M22 17v-7h-4v4.61L20.39 17z" opacity=".3"/><path d="M23 8h-6c-.55 0-1 .45-1 1v3.61l2 2V10h4v7h-1.61l2.93 2.93c.39-.13.68-.49.68-.93V9c0-.55-.45-1-1-1zm-1-2V4H7.39l2 2zM.65 2.92l1.82 1.82C2.18 5.08 2 5.52 2 6v11H0v3h17.73l2.35 2.35 1.41-1.41L2.06 1.51.65 2.92zM4 6.27 14.73 17H4V6.27z"/>');
}
};
IconPhonelinkOff_TwoTone.styles = style;
IconPhonelinkOff_TwoTone = __decorate([
customElement('mdui-icon-phonelink-off--two-tone')
], IconPhonelinkOff_TwoTone);
export { IconPhonelinkOff_TwoTone };