# @svgr/parcel-plugin-svgr Parcel plugin for SVGR. ``` npm install @svgr/parcel-plugin-svgr ``` ## Usage In your code: ```js import Star from './star.svg' const App = () => (
) ``` ## License MIT