@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 871 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 IconShop_2_Rounded = class IconShop_2_Rounded extends LitElement {
render() {
return svgTag('<path d="M2 9c-.55 0-1 .45-1 1v10c0 1.1.9 2 2 2h15c.55 0 1-.45 1-1s-.45-1-1-1H3V10c0-.55-.45-1-1-1z"/><path d="M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm0 11.09V8.91c0-.39.44-.63.77-.42l4.07 2.59c.31.2.31.65 0 .84l-4.07 2.59a.503.503 0 0 1-.77-.42z"/>');
}
};
IconShop_2_Rounded.styles = style;
IconShop_2_Rounded = __decorate([
customElement('mdui-icon-shop-2--rounded')
], IconShop_2_Rounded);
export { IconShop_2_Rounded };