Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Icon.js 519B

123456789101112
  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. // FIXME Share this with fonts/selection.json
  6. import icoMoonConfig from './jitsi.json';
  7. /**
  8. * Creates the Jitsi icon set from the ico moon project config file.
  9. */
  10. export const Icon = createIconSetFromIcoMoon(icoMoonConfig);