@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 957 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 IconImageNotSupported_Rounded = class IconImageNotSupported_Rounded extends LitElement {
render() {
return svgTag('<path d="m21.19 21.19-.78-.78L18 18l-4.59-4.59-9.82-9.82-.78-.78a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22L3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61c.39.39 1.02.39 1.41 0 .39-.39.39-1.03 0-1.42zM6.02 18c-.42 0-.65-.48-.39-.81l2.49-3.2a.5.5 0 0 1 .78-.01l2.1 2.53L12.17 15l3 3H6.02zm14.98.17L5.83 3H19c1.1 0 2 .9 2 2v13.17z"/>');
}
};
IconImageNotSupported_Rounded.styles = style;
IconImageNotSupported_Rounded = __decorate([
customElement('mdui-icon-image-not-supported--rounded')
], IconImageNotSupported_Rounded);
export { IconImageNotSupported_Rounded };