replace svg attributes to camelCase in react

in Vscode search and replace `-(.)(.*?=")` with `\U$1$2` (obv only in svg components)