import * as React from 'react'; import { IconButton } from '@chakra-ui/core'; export const TableIconButton = ({ icon, onClick, isDisabled, color, children, ...props }) => ( {children} );