Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910 |
- // FIXME The import of react-native-vector-icons makes the file native-specific
- // but the file's name and/or location (within the directory structure) don't
- // reflect that, it suggests the file is platform-independent.
- import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
- import icoMoonConfig from './fonts/selection.json';
-
- /**
- * Creates the Jitsi icon set from the ico moon project config file.
- */
- export const Icon = createIconSetFromIcoMoon(icoMoonConfig);
|