use new icons

This commit is contained in:
Vikeo
2023-08-27 16:21:45 +02:00
parent 161c88165b
commit 390a0f1b71
12 changed files with 136 additions and 110 deletions

View File

@@ -1,7 +0,0 @@
export type IconProps = {
size?: string;
color?: string;
active?: boolean;
opacity?: number;
showStroke?: boolean;
};