Add Shuffle icon

This commit is contained in:
saltrafael 2021-08-11 13:56:06 -03:00 committed by zeppi
parent f7556e5653
commit 47929419ab
2 changed files with 10 additions and 0 deletions

View file

@ -2409,4 +2409,13 @@ export const icons = {
<path d="M21 13v2a4 4 0 0 1-4 4H3" />
</g>
),
[ICONS.SHUFFLE]: buildIcon(
<g>
<polyline points="16 3 21 3 21 8" />
<line x1="4" y1="20" x2="21" y2="3" />
<polyline points="21 16 21 21 16 21" />
<line x1="15" y1="15" x2="21" y2="21" />
<line x1="4" y1="4" x2="9" y2="9" />
</g>
),
};

View file

@ -170,3 +170,4 @@ export const STAR = 'star';
export const MUSIC = 'MusicCategory';
export const BADGE_MOD = 'BadgeMod';
export const REPEAT = 'Repeat';
export const SHUFFLE = 'Shuffle';