import { makeStyles } from "../theme";

export const useIconStyles = makeStyles(
  {
    root: {
      fill: "none",
    },
  },
  { name: "MacawIcon" }
);
