mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
export interface IconProps {
|
|
size?: number;
|
|
color?: string;
|
|
className?: string;
|
|
}
|