Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2152 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2152 Rev 2162
Línea 1... Línea 1...
1
import {
1
import {
-
 
2
  TipsAndUpdates,
2
  Recommend,
3
  Recommend,
3
  EmojiEmotions,
4
  EmojiEmotions,
4
  Favorite,
5
  Favorite,
5
  Tungsten,
-
 
6
  VolunteerActivism
6
  VolunteerActivism
7
} from '@mui/icons-material'
7
} from '@mui/icons-material'
Línea 8... Línea 8...
8
 
8
 
9
export const REEL_SIZES = {
9
export const REEL_SIZES = {
Línea 31... Línea 31...
31
    color: '#DF704D',
31
    color: '#DF704D',
32
    label: 'Me encanta'
32
    label: 'Me encanta'
33
  },
33
  },
34
  {
34
  {
35
    type: 'i',
35
    type: 'i',
36
    icon: Tungsten,
36
    icon: TipsAndUpdates,
37
    color: '#F5BB5C',
37
    color: '#F5BB5C',
38
    label: 'Me interesa'
38
    label: 'Me interesa'
39
  },
39
  },
40
  {
40
  {
41
    type: 'f',
41
    type: 'f',