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/extraLight/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_200ExtraLight } from '@expo-google-fonts/material-symbols/200ExtraLight';
const weight = {
name: 'MaterialSymbols_200ExtraLight',
font: MaterialSymbols_200ExtraLight,
};
export default weight;
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/android/weights/extraLight/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,mDAAmD,CAAC;AAGlG,MAAM,MAAM,GAAwB;IAClC,IAAI,EAAE,+BAA+B;IACrC,IAAI,EAAE,6BAA6B;CACpC,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["import { MaterialSymbols_200ExtraLight } from '@expo-google-fonts/material-symbols/200ExtraLight';\n\nimport { AndroidSymbolWeight } from '../..';\nconst weight: AndroidSymbolWeight = {\n name: 'MaterialSymbols_200ExtraLight',\n font: MaterialSymbols_200ExtraLight,\n};\nexport default weight;\n"]}