vue-human-icons

1.4.0 • Public • Published

Human svg icon from iconic

Provide two versions, they are SVG and JS string.

The tool is just designed for vue-human.

Usage

<template>
  <div>
    <!-- mn-icon component from vue-human -->
    <mn-icon :name="iosAt"></mn-icon>
  </div>
</template>
 
<script>
  import iosAt from 'human-icons/js/ios/ios-at'
 
  export default {
    data () {
      return {
        iosAt
      }
    }
  }
</script>

Build

 
# Step 1. Install
yarn install
 
# Step 2. Run script and to convert svg file to javascript file
node index.js
 
# Step 3. Find js files from `./js`

Readme

Keywords

none

Package Sidebar

Install

npm i vue-human-icons

Weekly Downloads

4

Version

1.4.0

License

ISC

Last publish

Collaborators

  • vitualreaty