Problem/Motivation
Bootstrap has its own SVG icons https://icons.getbootstrap.com/. We should check this and probably use it for our base icons. Library definition should probably go to bs_lib.
Bootstrap has its own SVG icons https://icons.getbootstrap.com/. We should check this and probably use it for our base icons. Library definition should probably go to bs_lib.
Comments
Comment #2
pivica commentedInstead of using a specific icon library maybe we should support icon library generation so theme developer can create easily custom icon sets. We could use https://github.com/tancredi/fantasticon icon-font generator for this. The idea would be that the developer defines SVG icons and this tool would then create a custom icon font from it.
Comment #3
pivica commentedComment #4
pivica commentedChild issue for font icons generator created on #3351106: Icons font generator. This issue will introduce only needed Bootstrap icons in the future and provide icons font file for them.