Skip to content

Instantly share code, notes, and snippets.

@josefrichter
Last active December 22, 2018 17:59
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 josefrichter/ad6ccf3c6fe88206fc906672d45e7f6a to your computer and use it in GitHub Desktop.
Save josefrichter/ad6ccf3c6fe88206fc906672d45e7f6a to your computer and use it in GitHub Desktop.
return <Frame style={style} onTap={this.onTap}>
<div style={{opacity:checkMarkOpacity, color: 'white'}}>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 -1 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="white" stroke="none" d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>
</div>
</Frame>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment