first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

12
node_modules/expo-symbols/build/android/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,12 @@
/**
* Regenerate this file using a request captured from https://fonts.google.com/icons and this script:
* https://gist.github.com/aleqsio/63a2f378286c727780ef6056d66d8e43
*/
import symbols from './symbols.json';
export type AndroidSymbol = keyof typeof symbols;
export type AndroidSymbolWeight = {
name: string;
font: number;
};
export declare function androidSymbolToString(symbol: AndroidSymbol | null): string | null;
//# sourceMappingURL=index.d.ts.map