7 lines
259 B
JavaScript
7 lines
259 B
JavaScript
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
|