<!-- Love SVGR? Please consider supporting our collective: ๐ https://opencollective.com/svgr/donate --> ## ๐ Bug Report Output of CLI results in SyntaxError due to some binary character being appended to the beginning of the file content (it cannot be removed) ## To Reproduce Steps to reproduce the behavior: 0. Using VSCode 1. Ran `npx @svgr/cli yourImage.svg > yourImage.tsx` 2. Ran 'prettier' on file 3. Outputted `yourImage.tsx` does not compile with following SyntaxError:  ## Expected behavior A clear and concise description of what you expected to happen. The resulting file compiles correctly. ## Link to repl or repo (highly encouraged) Please provide a minimal repository on GitHub. Issues without a reproduction link are likely to stall. ## Run `npx envinfo --system --binaries --npmPackages @svgr/core,@svgr/cli,@svgr/webpack,@svgr/rollup --markdown --clipboard` Paste the results here: ```bash ## System: - OS: Windows 10 10.0.22631 - CPU: (16) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz - Memory: 34.48 GB / 63.95 GB ## Binaries: - Node: 18.18.0 - C:\Program Files\nodejs\node.EXE - Yarn: 1.22.21 - ~\AppData\Roaming\npm\yarn.CMD - npm: 9.7.1 - ~\AppData\Roaming\npm\npm.CMD ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by yemi33 and has received 0 comments.