export default function BackIcon({ width = 16, height = 16, color = "#17191C", className = "" }) { return ( ); }