Skip to content

1.0.0

Compare
Choose a tag to compare
@AlexDev404 AlexDev404 released this 01 Aug 01:23
· 13 commits to main since this release
88f0667

Supported props and their corresponding descriptions

  • icon: icon from the SFIcons gallery
  • class: string values ${your preffered any css class}
  • size: string values xs, sm, lg or 2x, 3x, 4x, ..., 8x
  • weight: FontWeight Font weight of the icons. Possible values include:
    • ultralight
    • thin
    • light
    • regular
    • medium
    • semibold
    • bold
    • heavy
    • black
  • color: string icon color, default currentColor. Note that only HEX color codes will be supported.
  • rounded: boolean Whether the icon should have rounded corners.