feat: add singing bowl sound

This commit is contained in:
MAZE 2023-11-16 19:11:31 +03:30
parent 3bebb3e9d2
commit 0b49f66e58
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -40,7 +40,7 @@ import {
PiRoadHorizonFill,
} from 'react-icons/pi/index';
import { MdOutlineThunderstorm, MdSmartToy } from 'react-icons/md/index';
import { TbScubaMask } from 'react-icons/tb/index';
import { TbScubaMask, TbBowlFilled } from 'react-icons/tb/index';
import { RiFilePaper2Fill } from 'react-icons/ri/index';
import type { Categories } from './types';
@ -267,6 +267,12 @@ export const sounds: {
label: 'Wind Chimes',
src: '/sounds/things/wind-chimes.mp3',
},
{
icon: <TbBowlFilled />,
id: 'singing-bowl',
label: 'Singing Bowl',
src: '/sounds/things/singing-bowl.mp3',
},
],
title: 'Things',
},