|
|
|
@ -1,4 +1,4 @@
|
|
|
|
import { Cloud, Wind, Coffee, Users, Monitor, Power } from 'lucide-react'
|
|
|
|
import { Cloud, Wind, Coffee, Flame, Monitor, Power } from 'lucide-react'
|
|
|
|
import { Channel, SoundEffect } from '@/types/lofi'
|
|
|
|
import { Channel, SoundEffect } from '@/types/lofi'
|
|
|
|
|
|
|
|
|
|
|
|
export const DEFAULT_CHANNELS: Channel[] = [
|
|
|
|
export const DEFAULT_CHANNELS: Channel[] = [
|
|
|
|
@ -64,7 +64,7 @@ export const soundEffects: SoundEffect[] = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: 'fireplace',
|
|
|
|
id: 'fireplace',
|
|
|
|
name: 'Fireplace Crackling',
|
|
|
|
name: 'Fireplace Crackling',
|
|
|
|
icon: Users,
|
|
|
|
icon: Flame,
|
|
|
|
file: '/sounds/fireplace.mp3',
|
|
|
|
file: '/sounds/fireplace.mp3',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|