Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solid icons are identical tot non-solid #3

Open
FDelporte opened this issue May 30, 2023 · 1 comment
Open

Solid icons are identical tot non-solid #3

FDelporte opened this issue May 30, 2023 · 1 comment

Comments

@FDelporte
Copy link

FDelporte commented May 30, 2023

The following code:

        spanViews.add(LineAwesomeIcon.EYE.create());
        spanViews.add(LineAwesomeIcon.EYE_SOLID.create());
        spanViews.add(LineAwesomeIcon.THUMBS_UP.create());
        spanViews.add(LineAwesomeIcon.THUMBS_UP_SOLID.create());

Results in the following output:
Screenshot 2023-05-30 at 14 22 29

While expected result is that the second and fourth icon would show as solid (filled).
Using this reference: https://fontawesome.com/v5/icons/thumbs-up?f=classic&s=solid

The problem is probably related to the use of the SVG-images without the classes as defined on https://icons8.com/line-awesome/howto

Icon can have 3 styles: regular, solid or brand. For each style there is a corresponding class: lar, las or lab.
Wherever you desire to place an icon simply insert the code below and change the class names (laX la-XXX) to correspond to the icon of your choice.
@Artur-
Copy link
Collaborator

Artur- commented May 30, 2023

Yeah, sounds odd. But it is equally odd on https://icons8.com/line-awesome if you look at the eye icon. There is the regular and solid variant shown but both look the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants