@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 819 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 IconContentPasteGo_Sharp = class IconContentPasteGo_Sharp extends LitElement {
render() {
return svgTag('<path d="M5 5h2v3h10V5h2v6h2V3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h7v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"/><path d="m18.01 13-1.42 1.41 1.58 1.58H12v2h6.17l-1.58 1.59 1.42 1.41 3.99-4z"/>');
}
};
IconContentPasteGo_Sharp.styles = style;
IconContentPasteGo_Sharp = __decorate([
customElement('mdui-icon-content-paste-go--sharp')
], IconContentPasteGo_Sharp);
export { IconContentPasteGo_Sharp };