mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
feat: add singing bowl sound
This commit is contained in:
parent
3bebb3e9d2
commit
0b49f66e58
BIN
public/sounds/things/singing-bowl.mp3
Normal file
BIN
public/sounds/things/singing-bowl.mp3
Normal file
Binary file not shown.
@ -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',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user