import * as React from 'react'; import IconCell from './IconCell'; import type { BoxItem } from '../../../common/types/core'; export default (dimension: number = 32) => ({ rowData, }: { rowData: BoxItem }) => (