UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 936 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 IconPhoneBluetoothSpeaker_Sharp = class IconPhoneBluetoothSpeaker_Sharp extends LitElement { render() { return svgTag('<path d="M14.71 9.5 17 7.21V11h.5l2.85-2.85L18.21 6l2.15-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79l.71.71zM18 2.91l.94.94-.94.94V2.91zm0 4.3.94.94-.94.94V7.21zm3 8.25-5.27-.61-2.52 2.52a15.045 15.045 0 0 1-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51z"/>'); } }; IconPhoneBluetoothSpeaker_Sharp.styles = style; IconPhoneBluetoothSpeaker_Sharp = __decorate([ customElement('mdui-icon-phone-bluetooth-speaker--sharp') ], IconPhoneBluetoothSpeaker_Sharp); export { IconPhoneBluetoothSpeaker_Sharp };