refactor: Consolidate icon imports across components and streamline import statements for improved readability
This commit is contained in:
12
src/app/components/icons/iconSizes.ts
Normal file
12
src/app/components/icons/iconSizes.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { IconSize } from './types';
|
||||
|
||||
export const ICON_PIXEL_SIZES: Record<IconSize, number | undefined> = {
|
||||
'50': 10,
|
||||
'100': 12,
|
||||
'200': 16,
|
||||
'300': 20,
|
||||
'400': 24,
|
||||
'500': 28,
|
||||
'600': 32,
|
||||
Inherit: undefined,
|
||||
};
|
||||
Reference in New Issue
Block a user