Would be nice if we could get access to the latest icons
Yes and no.
Yes more icons is nice, but it needs to get an overhaul, mostly because one does not use 500icons in the applications. So the css and ttf is getting to big and is just 90% deadweight.
Especially for first-time access it adds up.
Very true. Perhaps OutSystems has some stats on which icons are actually used or most used and only need implement those.
The more I think about it now it does need a rethink to optimise for usage and performance.
it would be great to have some plugin where we can choose the icons we are allowed to use and those are generated with the modules..
this will benefit also the consistency of the applications.
FontAwesome has much more useful icons then the RichWidgets/Icon. Could you please update this so we can have more choice? Thanks.
nowadays fontawesome is used everywhere, they have more and more features with every release.
its fundamental thing. we have to have latest release with outsystems all the time
While one can make the argument that font based icons add dead weight, we're already using font awesome 4.3. With no good alternatives such as SVG icons in Outsystems, it makes sense to update FA to 4.7 at least. I'm not holding my breath for a svg based solution anytime soon so this would at least help bridge this gap for a while.
Hi.
Are a lot of news icons at current Font Awesome version (5.6.1 until this post).
Many this icons we need at our solutions. We're using P10, but can be extended to P11.
I also need several icons available in the latest version but not in OS10. Please update this package.
the size for 100s icons is insignificant for nowadays internet speed. You can easily update it to the new version (may be when you get above asp.net...)
Had the same problem and ended up discovering that what I really wanted was a better way to integrate a modern svg icon library like Lucide or Phosphor into OutSystems.Developed the Icon Tokens component to achieve exactly that. Hope it helps.