UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 838 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 IconMedication_TwoTone = class IconMedication_TwoTone extends LitElement { render() { return svgTag('<path d="M7 19h10V8H7v11zm1-7h2.5V9.5h3V12H16v3h-2.5v2.5h-3V15H8v-3z" opacity=".3"/><path d="M6 3h12v2H6zm11 3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 13H7V8h10v11z"/><path d="M10.5 17.5h3V15H16v-3h-2.5V9.5h-3V12H8v3h2.5z"/>'); } }; IconMedication_TwoTone.styles = style; IconMedication_TwoTone = __decorate([ customElement('mdui-icon-medication--two-tone') ], IconMedication_TwoTone); export { IconMedication_TwoTone };