ionic-team / ionicons

Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
http://ionicons.com
MIT License
17.39k stars 2.06k forks source link

fix: filled ellipsis circle icons renders correctly #1353

Closed liamdebeasi closed 1 month ago

liamdebeasi commented 1 month ago

resolves #1320

main

filled outline sharp
Screenshot 2024-03-21 at 6 27 16 PM Screenshot 2024-03-21 at 6 27 12 PM Screenshot 2024-03-21 at 6 27 19 PM

The filled variants of the ellipsis circle icons still render as outlines. To fix this, I made the outline icon the same as the sharp icon. For this case it's fine to use the sharp icon SVG for filled because the icon is supposed to be circles. In other words, there are no rounded corners to make not rounded (unlike the chat bubble shown in these demos).