chore: add more sounds

This commit is contained in:
MAZE 2024-01-29 23:36:44 +03:30
parent d96461d1ea
commit 1f12afa394
3 changed files with 14 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index'; 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 { TbScubaMask, TbBeerFilled } from 'react-icons/tb/index';
import { GiVillage } from 'react-icons/gi/index'; import { GiVillage, GiCarousel } from 'react-icons/gi/index';
import { import {
MdTempleBuddhist, MdTempleBuddhist,
MdConstruction, MdConstruction,
@ -75,6 +75,18 @@ export const places: Category = {
label: 'Office', label: 'Office',
src: '/sounds/places/office.mp3', 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', title: 'Places',
}; };