chore: add washing machine sound

This commit is contained in:
MAZE 2024-06-14 20:36:41 +03:30
parent 0533460667
commit 7e65bb75f9
2 changed files with 11 additions and 1 deletions

Binary file not shown.

View file

@ -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',
};