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

View File

@@ -0,0 +1,4 @@
import { AndroidSymbolWeight } from '../..';
declare const weight: AndroidSymbolWeight;
export default weight;
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/android/weights/semiBold/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAC5C,QAAA,MAAM,MAAM,EAAE,mBAGb,CAAC;AACF,eAAe,MAAM,CAAC"}

View File

@@ -0,0 +1,7 @@
import { MaterialSymbols_600SemiBold } from '@expo-google-fonts/material-symbols/600SemiBold';
const weight = {
name: 'MaterialSymbols_600SemiBold',
font: MaterialSymbols_600SemiBold,
};
export default weight;
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/android/weights/semiBold/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC;AAG9F,MAAM,MAAM,GAAwB;IAClC,IAAI,EAAE,6BAA6B;IACnC,IAAI,EAAE,2BAA2B;CAClC,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["import { MaterialSymbols_600SemiBold } from '@expo-google-fonts/material-symbols/600SemiBold';\n\nimport { AndroidSymbolWeight } from '../..';\nconst weight: AndroidSymbolWeight = {\n name: 'MaterialSymbols_600SemiBold',\n font: MaterialSymbols_600SemiBold,\n};\nexport default weight;\n"]}