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/regular/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_400Regular } from '@expo-google-fonts/material-symbols/400Regular';
const weight = {
name: 'MaterialSymbols_400Regular',
font: MaterialSymbols_400Regular,
};
export default weight;
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/android/weights/regular/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gDAAgD,CAAC;AAG5F,MAAM,MAAM,GAAwB;IAClC,IAAI,EAAE,4BAA4B;IAClC,IAAI,EAAE,0BAA0B;CACjC,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["import { MaterialSymbols_400Regular } from '@expo-google-fonts/material-symbols/400Regular';\n\nimport { AndroidSymbolWeight } from '../..';\nconst weight: AndroidSymbolWeight = {\n name: 'MaterialSymbols_400Regular',\n font: MaterialSymbols_400Regular,\n};\nexport default weight;\n"]}