Skip to content

Instantly share code, notes, and snippets.

@funador
Last active August 31, 2018 01:56
Show Gist options
  • Save funador/3986b53c402af21ab1558b62b77ab142 to your computer and use it in GitHub Desktop.
Save funador/3986b53c402af21ab1558b62b77ab142 to your computer and use it in GitHub Desktop.
import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faBowlingBall } from '@fortawesome/free-solid-svg-icons'
export default () =>
<div className='spinner fadein'>
<FontAwesomeIcon icon={faBowlingBall} size='5x' color='#3B5998' />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment