@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 729 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 IconShuffle_Sharp = class IconShuffle_Sharp extends LitElement {
render() {
return svgTag('<path d="M10.59 9.17 5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"/>');
}
};
IconShuffle_Sharp.styles = style;
IconShuffle_Sharp = __decorate([
customElement('mdui-icon-shuffle--sharp')
], IconShuffle_Sharp);
export { IconShuffle_Sharp };