Skip to content

Instantly share code, notes, and snippets.

@artrayd
Last active January 15, 2022 09:32
Show Gist options
  • Save artrayd/9b79e27e3d2a475a73f70358b48d4783 to your computer and use it in GitHub Desktop.
Save artrayd/9b79e27e3d2a475a73f70358b48d4783 to your computer and use it in GitHub Desktop.
Red Heart
<template>
<iconLove class="icon-large icon-red" />
</template>
<style>
.icon-red path {
fill: red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment