about summary refs log tree commit diff
path: root/src/components/icons
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-09-04 16:46:01 -0700
committerGitHub <noreply@github.com>2024-09-04 16:46:01 -0700
commit25566984278d84c28933a4ae2685388734829e01 (patch)
tree0ad0d99272ff73dbe8333b8559ad452cd16598ef /src/components/icons
parent76f493c27958d5e1008a3a6aa0ca7f959cbe330d (diff)
downloadvoidsky-25566984278d84c28933a4ae2685388734829e01.tar.zst
[Video] Add loading state to player (#5149)
Diffstat (limited to 'src/components/icons')
-rw-r--r--src/components/icons/common.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/icons/common.tsx b/src/components/icons/common.tsx
index 387115d3a..e83f96f0b 100644
--- a/src/components/icons/common.tsx
+++ b/src/components/icons/common.tsx
@@ -19,6 +19,7 @@ export const sizes = {
   md: 20,
   lg: 24,
   xl: 28,
+  '2xl': 32,
 }
 
 export function useCommonSVGProps(props: Props) {