Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2333 Rev 2334
Línea 52... Línea 52...
52
        strokeWidth={3.849}
52
        strokeWidth={3.849}
53
      />
53
      />
54
    </AnimatedReviewIcon>
54
    </AnimatedReviewIcon>
55
  )
55
  )
56
}
56
}
-
 
57
 
-
 
58
export function ErrorIcon({ props }) {
-
 
59
  return (
-
 
60
    <svg
-
 
61
      xmlns='http://www.w3.org/2000/svg'
-
 
62
      viewBox='58.333 58.333 150 150'
-
 
63
      width={150}
-
 
64
      height={150}
-
 
65
      {...props}
-
 
66
    >
-
 
67
      <g />
-
 
68
      <path
-
 
69
        fill='#FFF0'
-
 
70
        stroke='#536DFE'
-
 
71
        strokeLinecap='round'
-
 
72
        strokeLinejoin='round'
-
 
73
        strokeMiterlimit={10}
-
 
74
        d='M206.25 133.333a72.917 72.917 0 0 1-72.917 72.917 72.917 72.917 0 0 1-72.916-72.917 72.917 72.917 0 0 1 145.833 0'
-
 
75
        strokeWidth={4.167}
-
 
76
      />
-
 
77
      <path
-
 
78
        d='M162.5 104.167 104.167 162.5m58.333 0-58.333-58.333'
-
 
79
        fill='none'
-
 
80
        stroke='#536DFE'
-
 
81
        strokeLinecap='round'
-
 
82
        strokeLinejoin='round'
-
 
83
        strokeMiterlimit={10}
-
 
84
        strokeWidth={4.167}
-
 
85
      />
-
 
86
    </svg>
-
 
87
  )
-
 
88
}