@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 964 B
JavaScript
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_Rounded = class IconLocalPharmacy_Rounded extends LitElement {
render() {
return svgTag('<path d="M18.89 5h-.53l.71-1.97c.24-.65-.1-1.37-.75-1.6-.65-.24-1.37.1-1.61.75L15.69 5H5.1a2 2 0 0 0-1.9 2.63L5 13l-1.79 5.37C2.77 19.66 3.74 21 5.1 21h13.78c1.36 0 2.33-1.34 1.9-2.63L19 13l1.78-5.37C21.21 6.34 20.25 5 18.89 5zM15 14h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z"/>');
}
};
IconLocalPharmacy_Rounded.styles = style;
IconLocalPharmacy_Rounded = __decorate([
customElement('mdui-icon-local-pharmacy--rounded')
], IconLocalPharmacy_Rounded);
export { IconLocalPharmacy_Rounded };