@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 895 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 IconSnippetFolder_Rounded = class IconSnippetFolder_Rounded extends LitElement {
render() {
return svgTag('<path d="m15.88 10.5 1.62 1.62v3.38h-3v-5h1.38zM22 8v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h5.17c.53 0 1.04.21 1.41.59L12 6h8c1.1 0 2 .9 2 2zm-3 3.91c0-.27-.11-.52-.29-.71L16.8 9.29c-.19-.18-.45-.29-.71-.29H14c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4.09z"/>');
}
};
IconSnippetFolder_Rounded.styles = style;
IconSnippetFolder_Rounded = __decorate([
customElement('mdui-icon-snippet-folder--rounded')
], IconSnippetFolder_Rounded);
export { IconSnippetFolder_Rounded };