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.

Icon.js 482B

12345678910
  1. // FIXME The import of react-native-vector-icons makes the file native-specific
  2. // but the file's name and/or location (within the directory structure) don't
  3. // reflect that, it suggests the file is platform-independent.
  4. import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
  5. import icoMoonConfig from './fonts/selection.json';
  6. /**
  7. * Creates the Jitsi icon set from the ico moon project config file.
  8. */
  9. export const Icon = createIconSetFromIcoMoon(icoMoonConfig);