export type TCssIconProps = {
  className?: string;
  theme?: 'light' | 'dark';
};
