7 lines
209 B
TypeScript
7 lines
209 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
import { ComponentProps } from 'react';
|
|
|
|
declare function CheckIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
|
|
export { CheckIcon };
|