Vjacheslav Trushkin
Vjacheslav Trushkin
Icon sets are kept up to date, which means if something changes in source, it changes in Iconify too. The only exception is deletion. If icon is removed from source,...
Thanks! Yes, for that use case custom API is the best option. Icon component was designed exactly for your use case.
Iconify does not add/remove icons, it is done at repositories for icon sets. To add an icon, you need to: - Select an icon set you think it belongs to...
Oh, I've misread original post. It is about an icon set, not icon. Sorry.
I don't see any SVG files, only font. Fonts are not usable.
Converting from font to SVG always results in bad quality icons. So it can be added only if there are original SVG files that font was created from and they...
That license file is for repository, fonts have different license: https://github.com/openharmony/global_system_resources/blob/master/LICENSE_Fonts Since there are no SVG files with a different license, converting from font would apply font's license.
As for SVG and font, even though both are technically vectors, there is one major difference: icon's viewBox. In SVG it is fixed, so icon is scaled logically like image....
As far as I know, that cannot be done from a plugin.
Nice! However I won't be adding that because those icon components are not really intended to be used that way and I'm trying to discourage users from using it. Currently...