From 85a0bf48e786c4bc83ee88aeda20b160b79386fc Mon Sep 17 00:00:00 2001 From: btahir89 Date: Sat, 16 Nov 2024 22:14:18 -0800 Subject: [PATCH] flame icon --- lib/lofi_data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lofi_data.ts b/lib/lofi_data.ts index 29a907b..d73ea4f 100644 --- a/lib/lofi_data.ts +++ b/lib/lofi_data.ts @@ -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' export const DEFAULT_CHANNELS: Channel[] = [ @@ -64,7 +64,7 @@ export const soundEffects: SoundEffect[] = [ { id: 'fireplace', name: 'Fireplace Crackling', - icon: Users, + icon: Flame, file: '/sounds/fireplace.mp3', }, {