Add Replay Icon

This commit is contained in:
saltrafael 2021-08-11 17:20:04 -03:00 committed by zeppi
parent 47929419ab
commit bc930ac13b
2 changed files with 7 additions and 0 deletions

View file

@ -2401,6 +2401,12 @@ export const icons = {
/>
</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(
<g>
<polyline points="17 1 21 5 17 9" />

View file

@ -169,5 +169,6 @@ export const CONTENT = 'Content';
export const STAR = 'star';
export const MUSIC = 'MusicCategory';
export const BADGE_MOD = 'BadgeMod';
export const REPLAY = 'Replay';
export const REPEAT = 'Repeat';
export const SHUFFLE = 'Shuffle';