@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 889 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_Outlined = class IconLocalDrink_Outlined extends LitElement {
render() {
return svgTag('<path d="m3 2 2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zm14 18-10 .01L5.89 10H18.1L17 20zm1.33-12H5.67l-.44-4h13.53l-.43 4zM12 19c1.66 0 3-1.34 3-3 0-2-3-5.4-3-5.4S9 14 9 16c0 1.66 1.34 3 3 3zm0-5.09c.59.91 1 1.73 1 2.09 0 .55-.45 1-1 1s-1-.45-1-1c0-.37.41-1.19 1-2.09z"/>');
}
};
IconLocalDrink_Outlined.styles = style;
IconLocalDrink_Outlined = __decorate([
customElement('mdui-icon-local-drink--outlined')
], IconLocalDrink_Outlined);
export { IconLocalDrink_Outlined };