jacobmischka / gatsby-plugin-react-svg

Adds svg-react-loader to gatsby webpack config
https://www.npmjs.com/package/gatsby-plugin-react-svg
MIT License
70 stars 21 forks source link

is it possible to use svg on filepath url #35

Open mustofa-binary opened 4 years ago

mustofa-binary commented 4 years ago

i want to achieve something like this

import Icon from '../path.svg'
<img src={Icon} alt='icon' />

but i got an error that props src is invalid