gator
gator copied to clipboard
Refactor FontAwesome setup to use icon library pattern
Currently, FontAwesome icons are being imported directly in various components. This makes it harder to manage icons across the codebase.
Proposal
Refactor the FontAwesome setup to use the icon library pattern, with an icon.ts file where all icons are added to the FontAwesome library.