import * as Icons from 'components/Icons'
export var BadgesType = [
{
id: 'alpha_test',
title: 'Alpha Tester',
color: 'green',
require: '',
icon: (),
tip: 'Oh yeah!'
},
{
id: 'nsfw_flag',
title: 'NSFW',
color: 'volcano',
require: 'nsfw_flag',
icon: (),
tip: 'NSFW',
},
{
id: 'pro',
title: 'CPRO™',
color: 'purple',
require: 'pro',
icon: (),
tip: 'CPRO™',
},
{
id: 'dev',
title: 'DEVELOPER',
color: 'default',
require: 'dev',
icon: (), //
tip: 'DEVELOPER',
},
{
id: 'professional_retarder',
title: 'Professional Retarder',
color: 'gold',
require: '',
icon: (),
tip: 'hump....',
},
{
id: 'el_walter_pro',
title: 'Pro Chikito',
color: '#a0d911',
require: '',
icon: ("🐱🐉🧜♀️"),
tip: 'Chikito',
},
{
id: 'patreon',
title: 'Patreon Member',
color: '',
require: '',
icon: (),
tip: 'Nigas',
}
]