Currently, it supports no functionality, but I've thought about adding in a future the following features:
Icon swapping
onhover functionality (change color for example)
TO-DO:
[x] Figure out how to wrap the Label on a Frame so it matches the Figma design (frame is 24px wide, icon is 16px wide inside the frame). --> I don't know if HStack is the preferred solution for the wrapping Fixed
[x] Change the constant values to an enumerator so no other value can be passed inside the Icon (an thus, not rendering anything).
Created a wrapper for an icon.
Currently, it supports no functionality, but I've thought about adding in a future the following features:
onhover
functionality (change color for example)TO-DO:
I don't know ifFixedHStack
is the preferred solution for the wrapping