1.3.0 • Published 7 years ago

human-icons v1.3.0

Weekly downloads
5
License
ISC
Repository
-
Last release
7 years ago

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`
1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago