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
Remove clip-path from 20/arrow-left-circle (#1211)
At size 20, the `arrow-left-circle` icon was not displaying correctly in my Elixir Phoenix LiveView application.
Comparing to the other `arrow-*-circle` icons of size 20, as well as the other sizes of `arrow-left-circle`, this is the only variant that contains a `clip-path`.
Removing the clip-path allows the icon to display correctly.
0 commit comments