@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 785 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 IconNoBackpack_Sharp = class IconNoBackpack_Sharp extends LitElement {
render() {
return svgTag('<path d="M21.19 21.19 2.81 2.81 1.39 4.22l2.76 2.76C4.06 7.31 4 7.64 4 8v14h15.17l.61.61 1.41-1.42zM6 14v-2h3.17l2 2H6zm.98-9.85c.01 0 .01-.01.02-.01V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86v9.17l-2-2V12h-3.17L6.98 4.15z"/>');
}
};
IconNoBackpack_Sharp.styles = style;
IconNoBackpack_Sharp = __decorate([
customElement('mdui-icon-no-backpack--sharp')
], IconNoBackpack_Sharp);
export { IconNoBackpack_Sharp };