Vue-Ico - Dead Easy Icons for Vue.js projects

Usage & Docs: https://github.com/paulcollett/vue-ico
The above was generated with the following code:
 
 <script src="https://unpkg.com/vue"></script> <script src="https://unpkg.com/vue-ico"></script> <script> new Vue({el: '#app'}); </script>