Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@AlexDev404 AlexDev404 released this 01 Aug 02:07
· 3 commits to main since this release

This is just a patch.

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.