How to use the react-icons/fa.FaMedkit function in react-icons

To help you get started, we’ve selected a few react-icons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github reef-pi / reef-pi / front-end / src / fatal_error.jsx View on Github external
<div>
                <div>
                  <div>
                    <div>{i18next.t('fatal_error:fatal_error')}</div>
                    <div>
                      <h5>{i18next.t('fatal_error:connection_lost')}</h5>
                      <p>
                        {i18next.t('fatal_error:message')}
                      </p>
                      <p>
                        <a href="http://reef-pi.com/additional-documentation/troubleshooting/" rel="noopener noreferrer">
                          {FaMedkit()} {i18next.t('fatal_error:troubleshoot')}
                        </a>
                      </p>
                    </div>
                  </div>
                </div>
                <div>
              </div>
            </div>
          
        
      )
    }
  }
}