⚙️ Update all svgs properties + update `size` type

This commit is contained in:
pheralb
2025-02-26 18:10:28 +00:00
parent 7ca846aade
commit 08b029abee
10 changed files with 73 additions and 116 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface IconProps {
size?: string;
size?: number;
color?: string;
className?: string;
}