@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 953 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_Rounded = class IconPhonelinkOff_Rounded extends LitElement {
render() {
return svgTag('<path d="M24 19V9c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1v3.61l2 2V10h4v7h-1.61l2.93 2.93c.39-.13.68-.49.68-.93zM21 6c.55 0 1-.45 1-1s-.45-1-1-1H7.39l2 2H21zM1.36 2.21a.996.996 0 0 0 0 1.41l1.11 1.11C2.18 5.08 2 5.52 2 6v11h-.5c-.83 0-1.5.67-1.5 1.5S.67 20 1.5 20h16.23l1.64 1.64a.996.996 0 1 0 1.41-1.41L2.77 2.21a.996.996 0 0 0-1.41 0zM4 17V6.27L14.73 17H4z"/>');
}
};
IconPhonelinkOff_Rounded.styles = style;
IconPhonelinkOff_Rounded = __decorate([
customElement('mdui-icon-phonelink-off--rounded')
], IconPhonelinkOff_Rounded);
export { IconPhonelinkOff_Rounded };