import { IconProps } from "./types"; export default function RefreshIcon({ width = 20, height = 20, color = "#6D7178", }: IconProps) { return ( ); }