import { Icon, IconProps } from '@chakra-ui/icon' import React from 'react' import { featherIconsBaseProps } from '.' export const CheckIcon = (props: IconProps) => ( )