2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-20 20:00:32 +03:00

Move files out of the free directory

This commit is contained in:
robmadole
2023-11-30 09:11:59 -06:00
parent 8302f1cca7
commit 2885a3cfb8
9731 changed files with 0 additions and 206 deletions
@@ -0,0 +1,11 @@
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faCodeCommit: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: (string | number)[];
export const unicode: string;
export const svgPathData: string;
export const aliases: (string | number)[];