Add Replay Icon
This commit is contained in:
parent
47929419ab
commit
bc930ac13b
2 changed files with 7 additions and 0 deletions
|
@ -2401,6 +2401,12 @@ export const icons = {
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
),
|
),
|
||||||
|
[ICONS.REPLAY]: buildIcon(
|
||||||
|
<g>
|
||||||
|
<polyline points="1 4 1 10 7 10" />
|
||||||
|
<path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10" />
|
||||||
|
</g>
|
||||||
|
),
|
||||||
[ICONS.REPEAT]: buildIcon(
|
[ICONS.REPEAT]: buildIcon(
|
||||||
<g>
|
<g>
|
||||||
<polyline points="17 1 21 5 17 9" />
|
<polyline points="17 1 21 5 17 9" />
|
||||||
|
|
|
@ -169,5 +169,6 @@ export const CONTENT = 'Content';
|
||||||
export const STAR = 'star';
|
export const STAR = 'star';
|
||||||
export const MUSIC = 'MusicCategory';
|
export const MUSIC = 'MusicCategory';
|
||||||
export const BADGE_MOD = 'BadgeMod';
|
export const BADGE_MOD = 'BadgeMod';
|
||||||
|
export const REPLAY = 'Replay';
|
||||||
export const REPEAT = 'Repeat';
|
export const REPEAT = 'Repeat';
|
||||||
export const SHUFFLE = 'Shuffle';
|
export const SHUFFLE = 'Shuffle';
|
||||||
|
|
Loading…
Reference in a new issue