0.1.7 • Published 3 months ago

sp-icons v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

SP-Icons

Usage

  1. Import the icon component from SP-Star:

    import { Icon } from "sp-star";
  2. Import an icon from SP-Icons:

    import { AddMajor } from "sp-icons";
  3. Pass the imported SP-Icons icon to the source prop of the Icon component:

    <Icon source={AddMajor} />