7 lines
235 B
JavaScript
7 lines
235 B
JavaScript
import { MaterialSymbols_100Thin } from '@expo-google-fonts/material-symbols/100Thin';
|
|
const weight = {
|
|
name: 'MaterialSymbols_100Thin',
|
|
font: MaterialSymbols_100Thin,
|
|
};
|
|
export default weight;
|
|
//# sourceMappingURL=index.js.map
|