fix: icon ts problem

pull/13892/head
Joel 1 year ago
parent 5e579322ae
commit 688a461a5b

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save