UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 877 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 IconBluetoothConnected_Outlined = class IconBluetoothConnected_Outlined extends LitElement { render() { return svgTag('<path d="m7 12-2-2-2 2 2 2 2-2zm10.71-4.29L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88zM19 10l-2 2 2 2 2-2-2-2z"/>'); } }; IconBluetoothConnected_Outlined.styles = style; IconBluetoothConnected_Outlined = __decorate([ customElement('mdui-icon-bluetooth-connected--outlined') ], IconBluetoothConnected_Outlined); export { IconBluetoothConnected_Outlined };