@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 908 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_Rounded = class IconShuffle_Rounded extends LitElement {
render() {
return svgTag('<path d="M10.59 9.17 6.12 4.7a.996.996 0 1 0-1.41 1.41l4.46 4.46 1.42-1.4zm4.76-4.32 1.19 1.19L4.7 17.88a.996.996 0 1 0 1.41 1.41L17.96 7.46l1.19 1.19a.5.5 0 0 0 .85-.36V4.5c0-.28-.22-.5-.5-.5h-3.79a.5.5 0 0 0-.36.85zm-.52 8.56-1.41 1.41 3.13 3.13-1.2 1.2a.5.5 0 0 0 .36.85h3.79c.28 0 .5-.22.5-.5v-3.79c0-.45-.54-.67-.85-.35l-1.19 1.19-3.13-3.14z"/>');
}
};
IconShuffle_Rounded.styles = style;
IconShuffle_Rounded = __decorate([
customElement('mdui-icon-shuffle--rounded')
], IconShuffle_Rounded);
export { IconShuffle_Rounded };