2022-02-21 13:12:27 +01:00
|
|
|
module.exports = {
|
|
|
|
|
list: [
|
2024-04-19 18:12:10 +02:00
|
|
|
{_id: 1, descr: 'Abbigliamento', icon: 'fas fa-tshirt', color: 'blue-7'},
|
|
|
|
|
{_id: 2, descr: 'Arredamento', icon: 'fas fa-chair', color: 'green-7'},
|
|
|
|
|
{_id: 3, descr: 'Auto e Moto', icon: 'fas fa-car', color: 'orange-7'},
|
|
|
|
|
{_id: 4, descr: 'Artigianato', icon: 'fas fa-screwdriver', color: 'red-7'},
|
|
|
|
|
{_id: 5, descr: 'Bellezza e Igiene', icon: 'fas fa-spa', color: 'purple-7'},
|
|
|
|
|
{_id: 6, descr: 'Bimbi', icon: 'fas fa-child', color: 'cyan-7'},
|
2022-02-21 13:12:27 +01:00
|
|
|
{_id: 7, descr: 'Cibo'},
|
|
|
|
|
{_id: 8, descr: 'Collezionismo e Antiquariato'},
|
|
|
|
|
{_id: 9, descr: 'Elettronica'},
|
2024-04-19 18:12:10 +02:00
|
|
|
{_id: 10, descr: 'Giochi', icon: 'fas fa-gamepad', color: 'purple-7'},
|
|
|
|
|
{_id: 11, descr: 'Hobby', icon: 'fas fa-guitar', color: 'cyan-7'},
|
|
|
|
|
{_id: 12, descr: 'Libri', icon: 'fas fa-book', color: 'indigo-7'},
|
|
|
|
|
{_id: 13, descr: 'Musica e Film', icon: 'fas fa-music', color: 'brown-7'},
|
|
|
|
|
{_id: 14, descr: 'Scuola e Ufficio', icon: 'fas fa-graduation-cap', color: 'pink-7'},
|
|
|
|
|
{_id: 15, descr: 'Sport', icon: 'fas fa-futbol', color: 'orange-7'},
|
|
|
|
|
{_id: 16, descr: 'Un po\' di Tutto', icon: 'fas fa-globe-europe', color: 'red-7'},
|
|
|
|
|
{_id: 17, descr: 'Attrezzature', icon: 'fas fa-tools', color: 'blue-7'},
|
|
|
|
|
{_id: 18, descr: 'Animali', icon: 'fas fa-paw', color: 'green-7'},
|
|
|
|
|
{_id: 19, descr: 'Arte / Decorazioni', icon: 'fas fa-palette', color: 'purple-7'},
|
2022-03-10 23:19:56 +01:00
|
|
|
|
|
|
|
|
],
|
2022-02-21 13:12:27 +01:00
|
|
|
};
|