Experiment with virtualization and Framer Motion
This commit is contained in:
@@ -31,5 +31,5 @@ export interface Icon {
|
||||
style: IconStyle;
|
||||
categories: IconCategory[];
|
||||
tags: string[];
|
||||
asset: string;
|
||||
asset: React.FC<React.SVGProps<SVGSVGElement>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user