@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 928 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 IconMobiledataOff_Rounded = class IconMobiledataOff_Rounded extends LitElement {
render() {
return svgTag('<path d="M16 7h1.79c.45 0 .67-.54.35-.85l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79a.5.5 0 0 0 .36.85H14v4.17l2 2V7zM2.1 3.51a.996.996 0 0 0 0 1.41l5.9 5.9V17H6.21c-.45 0-.67.54-.35.85l2.79 2.78c.2.19.51.19.71 0l2.79-2.79c.32-.32.09-.85-.35-.85h-1.79v-4.18l9.07 9.07a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0z"/>');
}
};
IconMobiledataOff_Rounded.styles = style;
IconMobiledataOff_Rounded = __decorate([
customElement('mdui-icon-mobiledata-off--rounded')
], IconMobiledataOff_Rounded);
export { IconMobiledataOff_Rounded };