const ErrorIcon = styled(Icons)(({ theme }) => ({
  fill: theme.color.defaultText,
  opacity: 0.8,
  marginRight: 6,
  marginLeft: 2,