@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 936 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 IconLocalDrink_Rounded = class IconLocalDrink_Rounded extends LitElement {
render() {
return svgTag('<path d="M5.23 2C4.04 2 3.11 3.04 3.24 4.22l1.77 16.01C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22H5.23zM12 19c-1.66 0-3-1.34-3-3 0-1.55 1.81-3.95 2.62-4.94.2-.25.57-.25.77 0 .81 1 2.62 3.39 2.62 4.94A3.01 3.01 0 0 1 12 19zm6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11 1-1.11h11.3c.59 0 1.06.52.99 1.11L18.33 8z"/>');
}
};
IconLocalDrink_Rounded.styles = style;
IconLocalDrink_Rounded = __decorate([
customElement('mdui-icon-local-drink--rounded')
], IconLocalDrink_Rounded);
export { IconLocalDrink_Rounded };