UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 816 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 IconEdgesensorHigh_Outlined = class IconEdgesensorHigh_Outlined extends LitElement { render() { return svgTag('<path d="M3 7h2v7H3V7zm-3 3h2v7H0v-7zm22-3h2v7h-2V7zm-3 3h2v7h-2v-7zm-3-7.99L8 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-1.99-2-1.99zM16 20H8v-1h8v1zm0-3H8V7h8v10zM8 5V4h8v1H8z"/>'); } }; IconEdgesensorHigh_Outlined.styles = style; IconEdgesensorHigh_Outlined = __decorate([ customElement('mdui-icon-edgesensor-high--outlined') ], IconEdgesensorHigh_Outlined); export { IconEdgesensorHigh_Outlined };