phosphor-icons / flutter

A flexible icon family for Flutter
https://phosphoricons.com
MIT License
107 stars 12 forks source link

TikTokLogoFill Icon has extra padding on the right #10

Closed pr-1 closed 1 year ago

pr-1 commented 2 years ago

I am using phosphor icons in one of my projects and the tiktok filled icon has extra padding on the right.

Code ->

CircleAvatar(
                    backgroundColor: Colors.black,
                    child: Icon(PhosphorIcons.tiktokLogoFill, color: Colors.white,),
                  )

WhatsApp Image 2022-02-28 at 11 00 45 AM

When I use same thing with any other icon it gives exact results

CircleAvatar(
                    backgroundColor: Colors.black,
                    child: Icon(PhosphorIcons.tiktokLogo, color: Colors.white,),
                  )

WhatsApp Image 2022-02-28 at 11 00 57 AM Can you please check this out and let me know how to fix this ? Would be happy to open a PR

pr-1 commented 2 years ago

@rektdeckard Thanks for the great Icon set 🔥. Can you have a look at this ?

rektdeckard commented 2 years ago

Appears to be same root cause as https://github.com/phosphor-icons/phosphor-home/issues/103, using regions of Unicode reserved for special characters. Fix there will fix in flutter package as well.

rektdeckard commented 1 year ago

Fixed in 2.0.0.