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
1f12afa394
commit
e2172fd2bb
BIN
public/sounds/animals/whale.mp3
Normal file
BIN
public/sounds/animals/whale.mp3
Normal file
Binary file not shown.
BIN
public/sounds/places/laboratory.mp3
Normal file
BIN
public/sounds/places/laboratory.mp3
Normal file
Binary file not shown.
@ -1,4 +1,10 @@
|
|||||||
import { GiCricket, GiSeagull, GiWolfHead, GiOwl } from 'react-icons/gi/index';
|
import {
|
||||||
|
GiCricket,
|
||||||
|
GiSeagull,
|
||||||
|
GiWolfHead,
|
||||||
|
GiOwl,
|
||||||
|
GiWhaleTail,
|
||||||
|
} from 'react-icons/gi/index';
|
||||||
import {
|
import {
|
||||||
FaDog,
|
FaDog,
|
||||||
FaFrog,
|
FaFrog,
|
||||||
@ -74,6 +80,12 @@ export const animals: Category = {
|
|||||||
label: 'Crows',
|
label: 'Crows',
|
||||||
src: '/sounds/animals/crows.mp3',
|
src: '/sounds/animals/crows.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <GiWhaleTail />,
|
||||||
|
id: 'whale',
|
||||||
|
label: 'Whale',
|
||||||
|
src: '/sounds/animals/whale.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Animals',
|
title: 'Animals',
|
||||||
};
|
};
|
||||||
|
@ -8,6 +8,7 @@ import {
|
|||||||
MdLocationPin,
|
MdLocationPin,
|
||||||
} from 'react-icons/md/index';
|
} from 'react-icons/md/index';
|
||||||
import { HiOfficeBuilding } from 'react-icons/hi/index';
|
import { HiOfficeBuilding } from 'react-icons/hi/index';
|
||||||
|
import { AiFillExperiment } from 'react-icons/ai/index';
|
||||||
|
|
||||||
import type { Category } from '../types';
|
import type { Category } from '../types';
|
||||||
|
|
||||||
@ -87,6 +88,12 @@ export const places: Category = {
|
|||||||
label: 'Carousel',
|
label: 'Carousel',
|
||||||
src: '/sounds/places/carousel.mp3',
|
src: '/sounds/places/carousel.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <AiFillExperiment />,
|
||||||
|
id: 'laboratory',
|
||||||
|
label: 'Laboratory',
|
||||||
|
src: '/sounds/places/laboratory.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Places',
|
title: 'Places',
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user