import React from 'react'; const cubeIcon = (fill: string, size: number, style?: React.CSSProperties) => ( ); export default cubeIcon;