is it possible to use svg on filepath url
mustofa-binary opened this issue · 0 comments
mustofa-binary commented
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