ionicons icon indicating copy to clipboard operation
ionicons copied to clipboard

--ionicon-stroke-width not working

Open viniciuscenci opened this issue 4 years ago • 3 comments

The --ionicon-stroke-width is beeing partial applied (only middle backslash):

mic-off-ouline: image

Seems that the properly classes are missing for some paths:

image

viniciuscenci avatar Jan 06 '21 12:01 viniciuscenci

this is actually the case for a bunch of icons. basically every icon that has an outline that has been "expanded" (I think that's how Illustrator calls it).

Easy to see when you open https://ionic.io/ionicons and add this via inspector:

.ionicon-stroke-width {
    stroke-width: 5px;
}

Here is ascreenshot of all the icons. Quite easy to spot which ones do not work:

ionicons-non-scalable

This leads me to think: Is icon scaling stroke scaling actually a supported feature? If it is, it's broken…

whytspace avatar Mar 12 '22 22:03 whytspace

I had the same issue with the chevrons. Some of these icons are reasonable to not work with outline, but many of them should be included like the chevrons.

SaroGFX avatar Apr 05 '22 11:04 SaroGFX

As said before, I have the same problem with outline chevrons. Are there any possible fix planned for this?

jmoreno2411 avatar Jan 07 '24 19:01 jmoreno2411