First version

This commit is contained in:
2024-03-07 00:17:34 +03:00
parent 0970591d02
commit 1d33cfbf09
16 changed files with 458 additions and 345 deletions

View File

@@ -0,0 +1,7 @@
import { IconDefinition } from "@fortawesome/free-brands-svg-icons";
export interface Icon {
icon: IconDefinition;
text: string;
url: string;
}