Skip to content

Instantly share code, notes, and snippets.

@dabit3
Created February 10, 2022 00:54
Show Gist options
  • Save dabit3/06cefe57313c22082a2836065a9ec25e to your computer and use it in GitHub Desktop.
Save dabit3/06cefe57313c22082a2836065a9ec25e to your computer and use it in GitHub Desktop.
Right arrow for full stack web3 app
Display the source blob
Display the rendered blob
Raw
<svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" version="1.1" style="shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;" viewBox="0 0 215 273" x="0px" y="0px" fill-rule="evenodd" clip-rule="evenodd"><defs><style type="text/css">
.fil0 {fill:#000000}
</style></defs><g><polygon class="fil0" points="215,136 0,0 116,136 0,273 "></polygon></g></svg>
@GreatSuperstar
Copy link

<style type="text/css">

.fil0 {fill:#000000}

</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment