Files
twenty/packages/twenty-front/src/modules/ui/theme/constants/icon.ts
T
2023-12-10 18:10:54 +01:00

14 lines
142 B
TypeScript

export const icon = {
size: {
sm: 14,
md: 16,
lg: 20,
xl: 40,
},
stroke: {
sm: 1.6,
md: 2,
lg: 2.5,
},
};