mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
chore: add washing machine sound
This commit is contained in:
parent
0533460667
commit
7e65bb75f9
2 changed files with 11 additions and 1 deletions
BIN
public/sounds/things/washing-machine.mp3
Normal file
BIN
public/sounds/things/washing-machine.mp3
Normal file
Binary file not shown.
|
|
@ -1,4 +1,8 @@
|
|||
import { GiWindchimes, GiFilmProjector } from 'react-icons/gi/index';
|
||||
import {
|
||||
GiWindchimes,
|
||||
GiFilmProjector,
|
||||
GiWashingMachine,
|
||||
} from 'react-icons/gi/index';
|
||||
import { BsFillKeyboardFill } from 'react-icons/bs/index';
|
||||
import { FaKeyboard, FaClock, FaFan } from 'react-icons/fa/index';
|
||||
import { MdSmartToy, MdWaterDrop, MdRadio } from 'react-icons/md/index';
|
||||
|
|
@ -91,6 +95,12 @@ export const things: Category = {
|
|||
label: 'Morse Code',
|
||||
src: '/sounds/things/morse-code.mp3',
|
||||
},
|
||||
{
|
||||
icon: <GiWashingMachine />,
|
||||
id: 'washing-machine',
|
||||
label: 'Washing Machine',
|
||||
src: '/sounds/things/washing-machine.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Things',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue