feat: move fontawesome icons import to dedicated file #742

Merged
konrad merged 1 commits from dpschen/frontend:feature/import-icons-in-dedicated-file into main 2021-09-21 16:39:57 +00:00
Member
  • moved he icon imports to a dedicated file.
  • sorted imports by name

Since the whole icon imports adds up a bit I searched for unused icons I think I found some that are not used anywhere:

From @fortawesome/free-solid-svg-icons

  • faBars
  • faCloudDownloadAlt
  • faCog
  • faListOl
  • faPowerOff
  • faSignOutAlt
  • faStar as faStarSolid,
  • faTachometerAlt

From @fortawesome/free-regular-svg-icons

  • faTimesCircle

I didn't remove them for now because maybe I missed them somewhere.

- moved he icon imports to a dedicated file. - sorted imports by name --- Since the whole icon imports adds up a bit I searched for unused icons I think I found some that are not used anywhere: From @fortawesome/free-solid-svg-icons - faBars - faCloudDownloadAlt - faCog - faListOl - faPowerOff - faSignOutAlt - faStar as faStarSolid, - faTachometerAlt From @fortawesome/free-regular-svg-icons - faTimesCircle I didn't remove them for now because maybe I missed them somewhere.
dpschen force-pushed feature/import-icons-in-dedicated-file from b8c8d581ee to 16fcb43665 2021-09-12 12:02:18 +00:00 Compare
konrad approved these changes 2021-09-21 16:39:01 +00:00
Owner

Since the whole icon imports adds up a bit I searched for unused icons I think I found some that are not used anywhere

Very much possible these are not used anywhere. I think not removing them is fine for now, maybe we can do that at some point in the future though.

> Since the whole icon imports adds up a bit I searched for unused icons I think I found some that are not used anywhere Very much possible these are not used anywhere. I think not removing them is fine for now, maybe we can do that at some point in the future though.
konrad merged commit 9122a184d6 into main 2021-09-21 16:39:57 +00:00
konrad deleted branch feature/import-icons-in-dedicated-file 2021-09-21 16:39:57 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.