5.5.0 • Published 3 years ago

@svgr/parcel-plugin-svgr v5.5.0

Weekly downloads
6,296
License
MIT
Repository
github
Last release
3 years ago

@svgr/parcel-plugin-svgr

Parcel plugin for SVGR.

npm install @svgr/parcel-plugin-svgr

Usage

In your code:

import Star from './star.svg'

const App = () => (
  <div>
    <Star />
  </div>
)

License

MIT