import { SxProps, Theme } from "@mui/material"; export interface SvgIconProps { src: string; color?: string; sx?: SxProps; }