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
So, now, if I define customCollection:
It is not shown, as default one:
Maybe I don't config it properly)
I don't know 🫠
No response
The text was updated successfully, but these errors were encountered:
You can create a json includes all your custom icons, like
{ "prefix": "custom", "icons": { "icon1": { "body": "<path d=\"M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8h5z\" fill=\"currentColor\" />" } }, "width": 24, "height": 24 }
And add an option in settings.json
settings.json
{ "iconify.customCollectionJsonPaths": [ "./custom-collection.json" ] }
Sorry, something went wrong.
@noootwo thanks this works for me i was using customAliasesJsonPaths insted of customCollectionJsonPaths
No branches or pull requests
It will be great to see custom icons as predefined in editor 🙂
So, now, if I define customCollection:
It is not shown, as default one:
Maybe I don't config it properly)
Suggested solution
I don't know 🫠
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: