Files
svgl/src/types/icon.ts
T
2025-02-26 18:10:28 +00:00

6 lines
88 B
TypeScript

export interface IconProps {
size?: number;
color?: string;
className?: string;
}