Experiment with virtualization and Framer Motion

This commit is contained in:
Tobias Fried
2020-07-19 17:51:35 -04:00
parent e1dfe6aed1
commit 016e6d987b
13 changed files with 195 additions and 11154 deletions

View File

@@ -31,5 +31,5 @@ export interface Icon {
style: IconStyle;
categories: IconCategory[];
tags: string[];
asset: string;
asset: React.FC<React.SVGProps<SVGSVGElement>>;
}