UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 835 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 IconPermScanWifi_Rounded = class IconPermScanWifi_Rounded extends LitElement { render() { return svgTag('<path d="M12 3C7.41 3 3.86 4.53.89 6.59c-.49.33-.59 1-.22 1.46l9.78 12.04c.8.98 2.3.99 3.1 0l9.78-12.02a.999.999 0 0 0-.22-1.46C20.14 4.54 16.59 3 12 3zm0 13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm-1-8V6h2v2h-2z"/>'); } }; IconPermScanWifi_Rounded.styles = style; IconPermScanWifi_Rounded = __decorate([ customElement('mdui-icon-perm-scan-wifi--rounded') ], IconPermScanWifi_Rounded); export { IconPermScanWifi_Rounded };