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 ? ( <>