import { Laptop, Shirt, Footprints, Loader2 as Spinner, Search, Image, Send, Chrome, Facebook, Twitter, Apple } from 'lucide-react';

export const Icons = {
  laptop: Laptop,
  shirt: Shirt,
  shoe: Footprints,
  spinner: Spinner,
  search: Search,
  image: Image,
  send: Send,
  google: Chrome,
  facebook: Facebook,
  twitter: Twitter,
  apple: Apple
};
