mirror of
https://github.com/remvze/moodist.git
synced 2025-12-05 04:35:07 -05:00
chore: add more sounds
This commit is contained in:
parent
8c75f875f0
commit
5a7936f11c
BIN
public/sounds/nature/walk-in-snow.mp3
Normal file
BIN
public/sounds/nature/walk-in-snow.mp3
Normal file
Binary file not shown.
BIN
public/sounds/nature/walk-on-leaves.mp3
Normal file
BIN
public/sounds/nature/walk-on-leaves.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/airplane.mp3
Normal file
BIN
public/sounds/urban/airplane.mp3
Normal file
Binary file not shown.
BIN
public/sounds/urban/ambulance-siren.mp3
Normal file
BIN
public/sounds/urban/ambulance-siren.mp3
Normal file
Binary file not shown.
@ -33,11 +33,13 @@ import {
|
|||||||
FaRoad,
|
FaRoad,
|
||||||
FaKeyboard,
|
FaKeyboard,
|
||||||
FaClock,
|
FaClock,
|
||||||
|
FaRegSnowflake,
|
||||||
} from 'react-icons/fa/index';
|
} from 'react-icons/fa/index';
|
||||||
import {
|
import {
|
||||||
PiBirdFill,
|
PiBirdFill,
|
||||||
PiTentFill,
|
PiTentFill,
|
||||||
PiRoadHorizonFill,
|
PiRoadHorizonFill,
|
||||||
|
PiSirenBold,
|
||||||
} from 'react-icons/pi/index';
|
} from 'react-icons/pi/index';
|
||||||
import { MdOutlineThunderstorm, MdSmartToy } from 'react-icons/md/index';
|
import { MdOutlineThunderstorm, MdSmartToy } from 'react-icons/md/index';
|
||||||
import { TbScubaMask, TbBowlFilled } from 'react-icons/tb/index';
|
import { TbScubaMask, TbBowlFilled } from 'react-icons/tb/index';
|
||||||
@ -101,6 +103,18 @@ export const sounds: {
|
|||||||
label: 'Underwater',
|
label: 'Underwater',
|
||||||
src: '/sounds/nature/underwater.mp3',
|
src: '/sounds/nature/underwater.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <FaRegSnowflake />,
|
||||||
|
id: 'walk-in-snow',
|
||||||
|
label: 'Walk in Snow',
|
||||||
|
src: '/sounds/nature/walk-in-snow.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <FaLeaf />,
|
||||||
|
id: 'walk-on-leaves',
|
||||||
|
label: 'Walk on Leaves',
|
||||||
|
src: '/sounds/nature/walk-on-leaves.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Nature',
|
title: 'Nature',
|
||||||
},
|
},
|
||||||
@ -218,6 +232,12 @@ export const sounds: {
|
|||||||
label: 'Road',
|
label: 'Road',
|
||||||
src: '/sounds/urban/road.mp3',
|
src: '/sounds/urban/road.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <PiSirenBold />,
|
||||||
|
id: 'ambulance-siren',
|
||||||
|
label: 'Ambulance Siren',
|
||||||
|
src: '/sounds/urban/ambulance-siren.mp3',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: <BiSolidTrain />,
|
icon: <BiSolidTrain />,
|
||||||
id: 'train',
|
id: 'train',
|
||||||
@ -236,6 +256,12 @@ export const sounds: {
|
|||||||
label: 'Airport',
|
label: 'Airport',
|
||||||
src: '/sounds/urban/airport.mp3',
|
src: '/sounds/urban/airport.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <BiSolidPlaneAlt />,
|
||||||
|
id: 'airplane',
|
||||||
|
label: 'Airplane',
|
||||||
|
src: '/sounds/urban/airplane.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Urban',
|
title: 'Urban',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user