import { SvgIcon, type SvgIconProps } from '@mui/material' export function ChangeColumnIcon(props: SvgIconProps) { return ( ) }