import * as Icons from 'components/Icons'
export default [
{
id: 'backgroundImage',
icon: ,
title: 'Background Image',
description: 'Change the background of the app',
},
{
id: 'backgroundColor',
icon: ,
title: 'Overlay Color',
description: 'Description blah blah',
},
{
id: 'color',
icon: ,
title: 'Colors',
description: 'Texts, Buttons, Sliders ...etc',
},
{
id: 'fontSize',
icon: ,
title: 'Sizes',
description: 'Zoom?',
},
{
id: 'darkmode',
icon: ,
title: 'Dark Mode',
description: 'Yeaah, no more daying',
}
]