@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 948 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 IconLibraryMusic_Rounded = class IconLibraryMusic_Rounded extends LitElement {
render() {
return svgTag('<path d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3 5h-2v5.37c0 1.27-.9 2.44-2.16 2.6a2.505 2.505 0 0 1-2.8-2.95c.2-1.1 1.18-1.95 2.3-2.02.63-.04 1.2.16 1.66.51V6c0-.55.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1zM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1z"/>');
}
};
IconLibraryMusic_Rounded.styles = style;
IconLibraryMusic_Rounded = __decorate([
customElement('mdui-icon-library-music--rounded')
], IconLibraryMusic_Rounded);
export { IconLibraryMusic_Rounded };