@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 921 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 IconContentPasteOff_Rounded = class IconContentPasteOff_Rounded extends LitElement {
render() {
return svgTag('<path d="M20.49 20.49 3.51 3.51A.996.996 0 1 0 2.1 4.92l.9.91V19c0 1.1.9 2 2 2h13.17l.9.9c.39.39 1.02.39 1.41 0 .4-.39.4-1.02.01-1.41zM5 19V7.83L16.17 19H5zM17 8V5h2v11.17l2 2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5.83l5 5H17zm-5-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"/>');
}
};
IconContentPasteOff_Rounded.styles = style;
IconContentPasteOff_Rounded = __decorate([
customElement('mdui-icon-content-paste-off--rounded')
], IconContentPasteOff_Rounded);
export { IconContentPasteOff_Rounded };