From 9d88d06868eb0409beb286a986546c7e918ea8b6 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:03:48 +0530 Subject: [PATCH] feat: volume high lock and globe icon --- src/components/icon/Icons.tsx | 98 +++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/src/components/icon/Icons.tsx b/src/components/icon/Icons.tsx index f818231..95ede57 100644 --- a/src/components/icon/Icons.tsx +++ b/src/components/icon/Icons.tsx @@ -47,6 +47,8 @@ export type IconName = | "Cup" | "Pin" | "VolumeHigh" + | "VolumeHighLock" + | "VolumeHighGlobe" | "VolumeMute" | "File" | "Category" @@ -1183,6 +1185,102 @@ export const Icons: Record = { ), + VolumeHighLock: (filled) => + filled ? ( + <> + + + + + + ) : ( + <> + + + + + + ), + VolumeHighGlobe: (filled) => + filled ? ( + <> + + + + + + ) : ( + <> + + + + + + ), VolumeMute: (filled) => filled ? ( <>