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
Downloaded Font Awesome Free files already contain embedded comments with sufficient attribution, so you shouldn't need to do anything additional when using these files normally.
But, looking at SVGs like user.svg or building.svg there's no comment at all in the SVG with the attribution.
To Reproduce
Open the raw SVG content for an icon.
Expected behavior
The SVG should contain a comment with attribution, as indicated in the docs.
Version and implementation
Version: 5.x
SVG Sprites
Bug report checklist
I have filled out as much of the above information as I can
I have included a test case because my odds go way up that the team can fix this when I do
Plus one on this! I'm trying to figure out how to properly give attribute to the svg but so far haven't been able to find how to do that. I'm not plopping the file straight in my code, I'm using the path and viewBox for a dynamic Icon component. Is it ok if I put something like this at the top of the files?:
/** * Adapted from Font Awesome arrow-right: https://fontawesome.com/icons/arrow-right?style=solid, * which is licensed under the Creative Commons Attribution 4.0 International license: * https://creativecommons.org/licenses/by/4.0/ */
@robmadole I remember we already have discussed the attribution when using individual .svg files, but at the moment I'm not able to find the original question
Describe the bug
According to the documentation:
But, looking at SVGs like user.svg or building.svg there's no comment at all in the SVG with the attribution.
To Reproduce
Open the raw SVG content for an icon.
Expected behavior
The SVG should contain a comment with attribution, as indicated in the docs.
Version and implementation
Version: 5.x
Bug report checklist
The text was updated successfully, but these errors were encountered: