Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nicholuassommer/pixelarticons-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DEPRECATED
This package has been renamed to @nsmr/pixelart-react.
Migration
Update your package.json:
- "@nicholuassommer/pixelarticons-react": "^1.0.1"
+ "@nsmr/pixelart-react": "^2.0.0"Update your imports:
- import { PixelArtIcon } from '@nicholuassommer/pixelarticons-react'
+ import { PixelArtIcon } from '@nsmr/pixelart-react'Why the change?
The new package name is shorter, more concise, and easier to remember. It also better reflects the focus on pixel art icons for React.