Skip to content

Instantly share code, notes, and snippets.

@rohanBagchi
Created February 26, 2018 06:33
Show Gist options
  • Save rohanBagchi/51d7fc24f3120ac027fa1c62ae257aa6 to your computer and use it in GitHub Desktop.
Save rohanBagchi/51d7fc24f3120ac027fa1c62ae257aa6 to your computer and use it in GitHub Desktop.
import React from 'react';
export default Icon = props => (
<i className={props.name}/>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment