Variable: IconSizes
const IconSizes: {
lg: 24;
md: 20;
sm: 16;
xl: 32;
xs: 12;
xxl: 40;
};
Defined in: src/utils/icons.ts:290
Common icon size presets in pixels.
Type Declarationโ
lgโ
readonly lg: 24 = 24;
mdโ
readonly md: 20 = 20;
smโ
readonly sm: 16 = 16;
xlโ
readonly xl: 32 = 32;
xsโ
readonly xs: 12 = 12;
xxlโ
readonly xxl: 40 = 40;