Skip to content

Instantly share code, notes, and snippets.

@artrayd
Last active January 15, 2022 09:20
Show Gist options
  • Save artrayd/f46e2945975dfe1329717d595b905e99 to your computer and use it in GitHub Desktop.
Save artrayd/f46e2945975dfe1329717d595b905e99 to your computer and use it in GitHub Desktop.
<template>
<iconLove class="icon-large" />
</template>
<style>
.icon-large {
width: 48px;
height: 48px;
}
.icon-default {
width: 24px;
height: 24px;
}
.icon-small {
width: 16px;
height: 16px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment