Last active
August 31, 2018 01:56
-
-
Save funador/3986b53c402af21ab1558b62b77ab142 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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