// Social
import Behance from "./social/Behance.Icon";
import Dribbble from "./social/Dribbble.Icon";
import DevTo from "./social/DevTo.Icon";
import Facebook from "./social/Facebook.Icon";
import Instagram from "./social/Instagram.Icon";
import Twitter from "./social/Twitter.Icon";
import LinkedIn from "./social/LinkedIn.Icon";
import Medium from "./social/Medium.Icon";
import Notion from "./social/Notion.Icon";
import Github from "./social/Github.Icon";
import Stackoverflow from "./social/Stackoverflow.Icon";
import Unsplash from "./social/Unsplash.Icon";
import YouTube from "./social/YouTube.Icon";
import Patreon from "./social/Patreon.Icon";
import Paypal from "./social/Paypal.Icon";
import DigitalOcean from "./social/DigitalOcean.Icon";
import TripAdvisor from "./social/TripAdvisor.Icon";
import Buymeacoffee from "./social/Buymeacoffee.Icon";
import Mailto from "./social/Mailto.Icon";
import Pinterest from "./social/Pinterest.Icon";
import Whatsapp from "./social/Whatsapp.Icon";
import ExternalLink from "./social/ExternalLink.Icon";

// UI
import ChevronLeft from "./ui/ChevronLeft.Icon";
import Copied from "./ui/Copied.Icon";
import Copy from "./ui/Copy.Icon";
import Ex from "./ui/Ex.Icon";
import Link from "./ui/Link.Icon";
import ToggleOpen from "./ui/ToggleOpen.Icon";
import ToggleClose from "./ui/ToggleClose.Icon";
import Rows from "./ui/Rows.Icon";
import Tiles from "./ui/Tiles.Icon";
import HamBurgerIcon from "./ui/Hamburger.Icon";
import StarIcon from "./ui/Star.icon";

export default {
  Behance,
  Dribbble,
  DevTo,
  Facebook,
  Instagram,
  Twitter,
  LinkedIn,
  Medium,
  Notion,
  Github,
  Stackoverflow,
  Unsplash,
  YouTube,
  Patreon,
  Paypal,
  DigitalOcean,
  TripAdvisor,
  Buymeacoffee,
  Mailto,
  Pinterest,
  Whatsapp,
  ExternalLink,

  ChevronLeft,
  Copied,
  Copy,
  Ex,
  Link,
  ToggleClose,
  ToggleOpen,
  Rows,
  Tiles,
  HamBurgerIcon,
  StarIcon,
};
