diff options
author | Hailey <me@haileyok.com> | 2024-09-04 16:46:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 16:46:01 -0700 |
commit | 25566984278d84c28933a4ae2685388734829e01 (patch) | |
tree | 0ad0d99272ff73dbe8333b8559ad452cd16598ef /src/components/icons | |
parent | 76f493c27958d5e1008a3a6aa0ca7f959cbe330d (diff) | |
download | voidsky-25566984278d84c28933a4ae2685388734829e01.tar.zst |
[Video] Add loading state to player (#5149)
Diffstat (limited to 'src/components/icons')
-rw-r--r-- | src/components/icons/common.tsx | 1 |
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) { |