# vue-themify-icons
light modern Themify Icons for Vue.js
# Installation
yarn add vue-themify-icons
// or npm install -S vue-themify-icons
# Usage
<template>
<div>
<ThemifyIcon icon="user" />
</div>
</template>
<script>
import ThemifyIcon from "vue-themify-icons";
export default {
components: {
ThemifyIcon
}
};
</script>
# Contribution
PRs are welcome! Go ahead We are waiting your PR 😍
# Credit
Thanks to themify for their free icons.