Vjacheslav Trushkin
Vjacheslav Trushkin
This should be doable, but requires some refactoring. I'll get back to you on this and bug report a bit later this week.
Added code for that. Each importer has unique index, same as order of importers in `src/config/icon-sets.ts`. If you have not modified it, importer for `icons` directory will have index of...
I did some testing, everything works correctly. Maybe you have cached data in browser or did not wait for update to complete?
If you want to get rid of warning, which is visible only in dev mode and not really an issue, wrap component in `` tag. Dark/light switch is meaningless when...
It should be `https://api.iconify.design/streamline/money-currency-bitcoin-circle-1-crypto-circle-payment-blockchain-finance-bitcoin-currency-money.svg?color=%23888888`
Forgot to close this issue. As stated above (sorry if it wasn't obvious... should have clarified), you are using wrong URL. URL should contain `/` instead of `:`
I wonder, why did you get error for `stopColor`, but not for `gradientTransform` few lines above it?
Forgot that `gradientTransform` is always camel case. Thanks for screenshot, now I see what's the issue. React JSX uses camelCase for everything, including `stopColor`, Qwik works with unmodified SVG. So...
That looks like a collection of random images, not an icon set. It seems to have 2 types of icons: - 120x60 with logo placed somewhere in middle and seemingly...
Please do continue bringing up icon sets, they all should be looked at. :) But that icon set is not usable. If icons are used as is in their intended...