⚙️ Update all svgs icons with new typescript api

This commit is contained in:
pheralb
2025-02-26 17:29:28 +00:00
parent dc22285088
commit 7ca846aade
10 changed files with 97 additions and 55 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface IconProps {
size?: string;
color?: string;
className?: string;
}