We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding the class "feather" to SVG elements would make it easier to apply CSS styles to icons.
Following is an example an SVG element that include a CSS class from https://feathericons.com:
<svg class="feather feather-activity sc-dnqmqq jxshSx" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" data-reactid="36"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg>
The text was updated successfully, but these errors were encountered:
feather
feather-icon-name
Please merge the pull request. This is critical for proper use IMHO.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Adding the class "feather" to SVG elements would make it easier to apply CSS styles to icons.
Following is an example an SVG element that include a CSS class from https://feathericons.com:
The text was updated successfully, but these errors were encountered: