mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Update all svgs icons with new typescript api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface IconProps {
|
||||
size?: string;
|
||||
color?: string;
|
||||
className?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user