@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 900 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 IconLocalMall_Rounded = class IconLocalMall_Rounded extends LitElement {
render() {
return svgTag('<path d="M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10a4.99 4.99 0 0 1-4.84-3.75C6.99 8.62 7.48 8 8.13 8c.47 0 .85.34.98.8a2.997 2.997 0 0 0 5.78 0c.13-.46.51-.8.98-.8.65 0 1.13.62.97 1.25A4.99 4.99 0 0 1 12 13z"/>');
}
};
IconLocalMall_Rounded.styles = style;
IconLocalMall_Rounded = __decorate([
customElement('mdui-icon-local-mall--rounded')
], IconLocalMall_Rounded);
export { IconLocalMall_Rounded };