diff options
Diffstat (limited to 'src/components/icons/common.tsx')
-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) { |