UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 909 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 IconNetworkWifi_3Bar_Rounded = class IconNetworkWifi_3Bar_Rounded extends LitElement { render() { return svgTag('<path d="M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47A16.871 16.871 0 0 0 12 4zM2.92 9.07C5.51 7.08 8.67 6 12 6s6.49 1.08 9.08 3.07l-2.85 2.86A10.945 10.945 0 0 0 12 10c-2.31 0-4.46.71-6.23 1.93L2.92 9.07z"/>'); } }; IconNetworkWifi_3Bar_Rounded.styles = style; IconNetworkWifi_3Bar_Rounded = __decorate([ customElement('mdui-icon-network-wifi-3-bar--rounded') ], IconNetworkWifi_3Bar_Rounded); export { IconNetworkWifi_3Bar_Rounded };