@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 825 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 IconLocalShipping_Sharp = class IconLocalShipping_Sharp extends LitElement {
render() {
return svgTag('<path d="M20 8h-3V4H1v13h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm13.5-8.5 1.96 2.5H17V9.5h2.5zM18 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/>');
}
};
IconLocalShipping_Sharp.styles = style;
IconLocalShipping_Sharp = __decorate([
customElement('mdui-icon-local-shipping--sharp')
], IconLocalShipping_Sharp);
export { IconLocalShipping_Sharp };