export type SimpleIcon = {
  slug: string
  path: string
  hex: string
  title: string
}
