fix: icon ts problem

This commit is contained in:
Joel 2025-02-08 15:38:04 +08:00
parent 5e579322ae
commit 688a461a5b
330 changed files with 330 additions and 330 deletions

View File

@ -24,7 +24,7 @@ const CreateAppCard = (
className,
onSuccess,
}: CreateAppCardProps & {
ref: React.RefObject<HTMLDivElement>;
ref?: React.RefObject<HTMLDivElement>;
},
) => {
const { t } = useTranslation()

View File

@ -64,7 +64,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

View File

@ -10,7 +10,7 @@ const Icon = (
{
ref,
...props
}: React.MutableRefObject<SVGElement> & {
}: React.SVGProps<SVGSVGElement> & {
ref?: React.RefObject<React.MutableRefObject<HTMLOrSVGElement>>;
},
) => <IconBase {...props} ref={ref} data={data as IconData} />

Some files were not shown because too many files have changed in this diff Show More