if you're using create-react-app you can: import { ReactComponent as MySvgComponent } from ./path/to/img.svg. and then render: <MySvgComponent style={{fill: ...
確定! 回上一頁