export const IconLoading = ({ width = 24, height = 24, fill = `var(--icon_color)`, }) => { return ( ); };