UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 831 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 IconRadio_TwoTone = class IconRadio_TwoTone extends LitElement { render() { return svgTag('<path d="M20 13H4v7h16v-7zM8 18.98a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z" opacity=".3"/><path d="M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8c0-1.11-.89-2-2-2H8.3l8.26-3.34L15.88 1 3.24 6.15C2.51 6.43 2 7.17 2 8v12zM4 8h16v3h-2V9h-2v2H4V8zm0 5h16v7H4v-7z"/><circle cx="8" cy="16.48" r="2.5"/>'); } }; IconRadio_TwoTone.styles = style; IconRadio_TwoTone = __decorate([ customElement('mdui-icon-radio--two-tone') ], IconRadio_TwoTone); export { IconRadio_TwoTone };