79327933

Date: 2025-01-03 23:42:04
Score: 1.5
Natty:
Report link

I created a script to extract the unicode code point map from Google Fonts: https://github.com/terros-inc/expo-material-symbols

This can then be used after adding the font that can be downloaded from Google's releases page: https://github.com/google/material-design-icons/releases/latest

For example:

import glyphMap from './map.json'
const MaterialSymbols = createIconSet(glyphMap, 'Material Icons', 'MaterialIcons-Regular.ttf')
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: techied