MCPcopy
hub / github.com/chakra-ui/chakra-ui / SvgProps

Interface SvgProps

packages/react/src/components/icons.tsx:16–16  ·  view source on GitHub ↗

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/

Source from the content-addressed store, hash-verified

14 */
15
16interface SvgProps extends HTMLChakraProps<"svg"> {}
17
18export const CheckIcon = (props: SvgProps) => {
19 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected