Skip to content

Instantly share code, notes, and snippets.

@firthous-dev
Last active July 25, 2020 19:08
Show Gist options
  • Select an option

  • Save firthous-dev/641f6cf538e5441aa71785b29eae195c to your computer and use it in GitHub Desktop.

Select an option

Save firthous-dev/641f6cf538e5441aa71785b29eae195c to your computer and use it in GitHub Desktop.
<script>
export let fill = "none"
export let d = ""
</script>
<svg class="icon" width="24" height="24" viewBox="0 0 24 24" fill={fill} xmlns="http://www.w3.org/2000/svg">
<path d={d} stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<style>
.icon{
position: relative;
display:inline-block;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment