UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 923 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 IconHeadphonesBattery_TwoTone = class IconHeadphonesBattery_TwoTone extends LitElement { render() { return svgTag('<path d="M18 9h2v7h-2z" opacity=".3"/><path d="M21 7h-1V6h-2v1h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 9h-2V9h2v7zM8 6c-3.31 0-6 2.69-6 6v4c0 1.1.9 2 2 2h2v-5H3.5v-1c0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5v1H10v5h2c1.1 0 2-.9 2-2v-4c0-3.31-2.69-6-6-6z"/>'); } }; IconHeadphonesBattery_TwoTone.styles = style; IconHeadphonesBattery_TwoTone = __decorate([ customElement('mdui-icon-headphones-battery--two-tone') ], IconHeadphonesBattery_TwoTone); export { IconHeadphonesBattery_TwoTone };