Open
Description
Problem to solve
In the Flutter widgets, we have Icon that allows you to render an IconData in the widget tree.
But there is no similar concept/component in the Flame engine
Proposal
I suggest to create something like IconComponent
that allows you to render and IconData in the Flame Component System.
This way, we will also be able to use tabler_icons (because it provides IconData)
More information
No response
Other
- Are you interested in working on a PR for this?