0.1.7 • Published 2 years ago
sp-icons v0.1.7
SP-Icons
Usage
Import the icon component from SP-Star:
import { Icon } from "sp-star";Import an icon from SP-Icons:
import { AddMajor } from "sp-icons";Pass the imported SP-Icons icon to the
sourceprop of theIconcomponent:<Icon source={AddMajor} />