You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for sizing an emoji, the user would need to use the SVG's height and width props.
Due to the fact that emojis are usually square, an additional, custom, size prop which sets height & width at once would be useful. (height & width should still have higher priority)
Due to the way this library is built, it would need to be done through SVGR Templates somehow.
The text was updated successfully, but these errors were encountered:
Currently, for sizing an emoji, the user would need to use the SVG's
height
andwidth
props.Due to the fact that emojis are usually square, an additional, custom,
size
prop which setsheight
&width
at once would be useful. (height
&width
should still have higher priority)Due to the way this library is built, it would need to be done through SVGR Templates somehow.
The text was updated successfully, but these errors were encountered: