Hello. Docs (https://github.com/facebook/create-react-app/blob/master/docusaurus/docs/adding-images-fonts-and-files.md) say that: > This applies to the following file extensions: bmp, gif, jpg, jpeg, and png. SVG files are excluded due to #1153. Yet in next section we read: > One way to add SVG files was described in the section above. I'm assuming that you can now import SVG files the same way as described in first section since #1153 seems to be fixed: https://github.com/facebook/create-react-app/pull/1180