mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
chore: add more sounds
This commit is contained in:
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 {
|
||||
FaDog,
|
||||
FaFrog,
|
||||
@@ -74,6 +80,12 @@ export const animals: Category = {
|
||||
label: 'Crows',
|
||||
src: '/sounds/animals/crows.mp3',
|
||||
},
|
||||
{
|
||||
icon: <GiWhaleTail />,
|
||||
id: 'whale',
|
||||
label: 'Whale',
|
||||
src: '/sounds/animals/whale.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Animals',
|
||||
};
|
||||
|
||||
@@ -8,6 +8,7 @@ import {
|
||||
MdLocationPin,
|
||||
} from 'react-icons/md/index';
|
||||
import { HiOfficeBuilding } from 'react-icons/hi/index';
|
||||
import { AiFillExperiment } from 'react-icons/ai/index';
|
||||
|
||||
import type { Category } from '../types';
|
||||
|
||||
@@ -87,6 +88,12 @@ export const places: Category = {
|
||||
label: 'Carousel',
|
||||
src: '/sounds/places/carousel.mp3',
|
||||
},
|
||||
{
|
||||
icon: <AiFillExperiment />,
|
||||
id: 'laboratory',
|
||||
label: 'Laboratory',
|
||||
src: '/sounds/places/laboratory.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Places',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user