UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 855 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 IconSignalCellularNoSim_Rounded = class IconSignalCellularNoSim_Rounded extends LitElement { render() { return svgTag('<path d="M19 5c0-1.1-.9-2-2-2h-6.17c-.53 0-1.04.21-1.42.59L7.95 5.06 19 16.11V5zM3.09 4.44a.996.996 0 0 0 0 1.41L5 7.78V19a2 2 0 0 0 2 2h11.23l.91.91a.996.996 0 1 0 1.41-1.41L4.5 4.44a.996.996 0 0 0-1.41 0z"/>'); } }; IconSignalCellularNoSim_Rounded.styles = style; IconSignalCellularNoSim_Rounded = __decorate([ customElement('mdui-icon-signal-cellular-no-sim--rounded') ], IconSignalCellularNoSim_Rounded); export { IconSignalCellularNoSim_Rounded };