Skip to content

z3by/vue-themify-icons

Repository files navigation

https://badgen.net/npm/v/vue-themify-icons https://badgen.net/npm/dt/vue-themify-icons https://badgen.net/npm/license/vue-themify-icons https://badgen.net/github/contributors/z3by/vue-themify-icons

vue-themify-icons

light modern Themify Icons for Vue.js

icons.png

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>

to see all available Icons go to 📖 The Documentation Site

Contribution

PRs are welcome! Go ahead We are waiting your PR 😍

Credit

Thanks to themify for their free icons.