mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
chore: add more sounds
This commit is contained in:
parent
d96461d1ea
commit
1f12afa394
BIN
public/sounds/places/carousel.mp3
Normal file
BIN
public/sounds/places/carousel.mp3
Normal file
Binary file not shown.
BIN
public/sounds/places/supermarket.mp3
Normal file
BIN
public/sounds/places/supermarket.mp3
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
||||
import { FaChurch, FaSubway } from 'react-icons/fa/index';
|
||||
import { FaChurch, FaSubway, FaShoppingBasket } from 'react-icons/fa/index';
|
||||
import { TbScubaMask, TbBeerFilled } from 'react-icons/tb/index';
|
||||
import { GiVillage } from 'react-icons/gi/index';
|
||||
import { GiVillage, GiCarousel } from 'react-icons/gi/index';
|
||||
import {
|
||||
MdTempleBuddhist,
|
||||
MdConstruction,
|
||||
@ -75,6 +75,18 @@ export const places: Category = {
|
||||
label: 'Office',
|
||||
src: '/sounds/places/office.mp3',
|
||||
},
|
||||
{
|
||||
icon: <FaShoppingBasket />,
|
||||
id: 'supermarket',
|
||||
label: 'Supermarket',
|
||||
src: '/sounds/places/supermarket.mp3',
|
||||
},
|
||||
{
|
||||
icon: <GiCarousel />,
|
||||
id: 'carousel',
|
||||
label: 'Carousel',
|
||||
src: '/sounds/places/carousel.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Places',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user