import type { SvgIconProps } from '@mui/material'; import type { ReactElement } from 'react'; import BaseIcon from './BaseIcon'; const icon = ( ); export const InstallCommandIcon = (props: SvgIconProps): ReactElement => ( );