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/bold/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_700Bold } from '@expo-google-fonts/material-symbols/700Bold';
const weight = {
name: 'MaterialSymbols_700Bold',
font: MaterialSymbols_700Bold,
};
export default weight;
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/android/weights/bold/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AAGtF,MAAM,MAAM,GAAwB;IAClC,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,uBAAuB;CAC9B,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["import { MaterialSymbols_700Bold } from '@expo-google-fonts/material-symbols/700Bold';\n\nimport { AndroidSymbolWeight } from '../..';\nconst weight: AndroidSymbolWeight = {\n name: 'MaterialSymbols_700Bold',\n font: MaterialSymbols_700Bold,\n};\nexport default weight;\n"]}