Created
May 16, 2017 09:10
-
-
Save phaistonian/fa5f66f43e9c8611e31eb4c7ced92a30 to your computer and use it in GitHub Desktop.
This file contains 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 Icon from 'components/Icon'; | |
export default ({ onClick }) => <Icon | |
icon="hello-12" | |
onClick={onClick} />; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment