Skip to content

Instantly share code, notes, and snippets.

@paularmstrong
Created April 7, 2017 16:38
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 paularmstrong/216d1cf82fdd3e055d1bf476b335ecbf to your computer and use it in GitHub Desktop.
Save paularmstrong/216d1cf82fdd3e055d1bf476b335ecbf to your computer and use it in GitHub Desktop.
const HeartIcon = (props) => React.createElement('svg', {
...props,
dangerouslySetInnerHTML: { __html: '<g><path d="M38.723 12c-7.187 0-11.16 7.306-11.723 8.131C26.437 19.306 22.504 12 15.277 12 8.791 12 3.533 18.163 3.533 24.647 3.533 39.964 21.891 55.907 27 56c5.109-.093 23.467-16.036 23.467-31.353C50.467 18.163 45.209 12 38.723 12z"></path></g>' },
viewBox: '0 0 54 72'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment