-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support custom icons #3346
Comments
Yes, #3025 was an idea related to this.. I'm not sure yet how we'll do it. |
Is there any documentation on whats required to add custom icons besides what is described in #3025? |
We still use the But for now I would:
MAKI_SOURCES = node_modules/maki/src/*.svg
dist/img/maki-sprite.svg: $(MAKI_SOURCES) Makefile
node_modules/.bin/svg-sprite --symbol --symbol-dest . --symbol-sprite $@ $(MAKI_SOURCES) ...add some lines to do that for your own icons. |
Thanks for the great support. |
Closing this in favor of #3025 Update: the Makefile is gone and we use npm scripts for building things now. |
Similar to how the API currently supports other options for customized deployments it would be very useful to support custom icons associated with custom presets. Maintaining a fork for custom icons is challenging.
Potentially related: #3025
@tmcw this might already be happening as part of the refactor?
The text was updated successfully, but these errors were encountered: