import { IconDefinition } from "@fortawesome/free-brands-svg-icons"; export interface Icon { icon: IconDefinition; text: string; url: string; }