import { FC, SVGProps } from 'react'; declare const IconCube: FC & { fill?: string }>; export default IconCube;