import React from 'react'; import { Flex, type FlexProps } from '@chakra-ui/react'; import MyIcon from './index'; const CloseIcon = (props: FlexProps) => { return ( ); }; export default CloseIcon;