Add Repeat icon

This commit is contained in:
saltrafael 2021-08-11 13:52:23 -03:00 committed by zeppi
parent 15aee9eb4e
commit f7556e5653
2 changed files with 9 additions and 0 deletions

View file

@ -2401,4 +2401,12 @@ export const icons = {
/>
</svg>
),
[ICONS.REPEAT]: buildIcon(
<g>
<polyline points="17 1 21 5 17 9" />
<path d="M3 11V9a4 4 0 0 1 4-4h14" />
<polyline points="7 23 3 19 7 15" />
<path d="M21 13v2a4 4 0 0 1-4 4H3" />
</g>
),
};

View file

@ -169,3 +169,4 @@ export const CONTENT = 'Content';
export const STAR = 'star';
export const MUSIC = 'MusicCategory';
export const BADGE_MOD = 'BadgeMod';
export const REPEAT = 'Repeat';