I want to use the spinner icons from font-awesome, but am not interested in any other FA feature.
I could include the whole font-awesome library. But wouldn't that be an overkill for just one icon? Is there a way to include just one icon or component?
The problem seems to be, that the library is not modularised to different files. For example, if using Scss, all icons are in _icons.scss file, rather than each icon in their own file. If you use pure CSS, then everything is in one file.
Q,nandLof a specific font, you can't use only some of the icons of that font (Perhaps you can somehow, but it's a complete overkill). But it's pretty lightweight and probably won't affect the performances dramatically - Especially if you cache the font using CDN for example