UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 809 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 IconLocalPharmacy_Outlined = class IconLocalPharmacy_Outlined extends LitElement { render() { return svgTag('<path d="M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-3.9 8.63L18.89 19H5.11l1.79-5.37.21-.63-.21-.63L5.11 7h13.78l-1.79 5.37-.21.63.21.63zM13 9h-2v3H8v2h3v3h2v-3h3v-2h-3z"/>'); } }; IconLocalPharmacy_Outlined.styles = style; IconLocalPharmacy_Outlined = __decorate([ customElement('mdui-icon-local-pharmacy--outlined') ], IconLocalPharmacy_Outlined); export { IconLocalPharmacy_Outlined };