import * as React from 'react' import { Icon, IconProps } from '@chakra-ui/icons' export const MoreIcon = (props: IconProps) => { return ( ) }