Get rid of simple-icons-font?
Is your feature request related to a problem? Please describe.
Get rid of the simple-icons-font package. Since it will add a lot of icons and therefor more MBs to the overall size of the bundle.
Currently, we do use it. But apparently only at two places:
https://github.com/MbinOrg/mbin/blob/d7ed2a837735b864467590d9229d3b33b48d8012/templates/components/login_socials.html.twig#L29 https://github.com/MbinOrg/mbin/blob/d7ed2a837735b864467590d9229d3b33b48d8012/templates/components/login_socials.html.twig#L37
Describe the solution you'd like
Let's see if we can leverage existing icon sets we already have like Font awesome.
Describe alternatives you've considered
Keep it as is?
Additional context
Brought up during PR: https://github.com/MbinOrg/mbin/pull/1417
There is another alternative, which is using https://icomoon.io/.
That site allows you to cherry pick icons. And bundle & package only the icons you really need!
See https://github.com/simple-icons/simple-icons-font?tab=readme-ov-file#custom-builds
You can custom-build the font file as you want.
See https://github.com/simple-icons/simple-icons-font?tab=readme-ov-file#custom-builds
You can custom-build the font file as you want.
Thanks, that is also a possibility if these icons are not in Fontawesome or we don't want to use icomoon. Thanks for bringing this up.