mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
feat: add more sounds
This commit is contained in:
BIN
public/sounds/animals/sheep.mp3
Normal file
BIN
public/sounds/animals/sheep.mp3
Normal file
Binary file not shown.
BIN
public/sounds/nature/walk-on-gravel.mp3
Normal file
BIN
public/sounds/nature/walk-on-gravel.mp3
Normal file
Binary file not shown.
@@ -8,6 +8,7 @@ import {
|
||||
GiEgyptianBird,
|
||||
GiChicken,
|
||||
GiCow,
|
||||
GiSheep,
|
||||
} from 'react-icons/gi/index';
|
||||
import {
|
||||
FaDog,
|
||||
@@ -114,6 +115,12 @@ export const animals: Category = {
|
||||
label: 'Cows',
|
||||
src: '/sounds/animals/cows.mp3',
|
||||
},
|
||||
{
|
||||
icon: <GiSheep />,
|
||||
id: 'sheep',
|
||||
label: 'Sheep',
|
||||
src: '/sounds/animals/sheep.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Animals',
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { GiWaterfall } from 'react-icons/gi/index';
|
||||
import { GiWaterfall, GiStonePile } from 'react-icons/gi/index';
|
||||
import { BsFire, BsFillDropletFill } from 'react-icons/bs/index';
|
||||
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
||||
import {
|
||||
@@ -69,6 +69,12 @@ export const nature: Category = {
|
||||
label: 'Walk on Leaves',
|
||||
src: '/sounds/nature/walk-on-leaves.mp3',
|
||||
},
|
||||
{
|
||||
icon: <GiStonePile />,
|
||||
id: 'walk-on-gravel',
|
||||
label: 'Walk on Gravel',
|
||||
src: '/sounds/nature/walk-on-gravel.mp3',
|
||||
},
|
||||
{
|
||||
icon: <BsFillDropletFill />,
|
||||
id: 'droplets',
|
||||
|
||||
Reference in New Issue
Block a user