import { Icon, IconProps } from '@chakra-ui/react' /** This component is used in the `icon.mdx` page. */ const CircleIcon = (props: IconProps) => ( ) export default CircleIcon