You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-3Lines changed: 53 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,10 @@ Options
36
36
--with-web-for-typescript, -rnwts Output code for DOM with TypeScript. If --with-native is also used, will be output as .web.tsx files
37
37
--remove-fill, -rf Remove all 'fill' properties from SVGs, convenient for icons
38
38
--remove-stroke, -rs Remove all 'stroke' properties from SVGs, convenient for icons
39
-
--allow-override-fill, -aof Replace all 'fill' properties by a dynamic prop (fills) in SVGs, e.g. fill={fills[N]}. If fills[N] is undefined, fallback to the original value. Useful to dynamically control icon color(s).
39
+
--allow-override-fill, -aof --allow-override-fill, -aofReplace all 'fill' properties by a dynamic prop (fills) in SVGs, e.g. fill={fills[N]}.
0 commit comments