Browse Source

[RN] Update jitsi font icon selection

j8
Saúl Ibarra Corretgé 7 years ago
parent
commit
db26aa652b
2 changed files with 350 additions and 202 deletions
  1. 2
    0
      react/features/base/font-icons/Icon.js
  2. 348
    202
      react/features/base/font-icons/jitsi.json

+ 2
- 0
react/features/base/font-icons/Icon.js View File

2
 // but the file's name and/or location (within the directory structure) don't
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.
3
 // reflect that, it suggests the file is platform-independent.
4
 import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
4
 import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
5
+
6
+// FIXME Share this with fonts/selection.json
5
 import icoMoonConfig from './jitsi.json';
7
 import icoMoonConfig from './jitsi.json';
6
 
8
 
7
 /**
9
 /**

+ 348
- 202
react/features/base/font-icons/jitsi.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save