Skip to content

Instantly share code, notes, and snippets.

@phaistonian
Created May 16, 2017 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phaistonian/fa5f66f43e9c8611e31eb4c7ced92a30 to your computer and use it in GitHub Desktop.
Save phaistonian/fa5f66f43e9c8611e31eb4c7ced92a30 to your computer and use it in GitHub Desktop.
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