This file is internal and should not be exported to the consumer. We only add icons really needed for the component to looks good by default. We're not in the business of creating icons. Please find ideas from https://react-icons.github.io/react-icons/
| 14 | */ |
| 15 | |
| 16 | interface SvgProps extends HTMLChakraProps<"svg"> {} |
| 17 | |
| 18 | export const CheckIcon = (props: SvgProps) => { |
| 19 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected