Skip to content

mkody/vue3-simple-icons

 
 

Repository files navigation

@mkody/vue3-simple-icons

Simple Icons as Vue components.

Install

npm install @mkody/vue3-simple-icons

Usage

import { ApacheMavenIcon, NpmIcon } from '@mkody/vue3-simple-icons'

See all icons and usage here: https://mkody.github.io/vue3-simple-icons/

<ApacheMavenIcon style="fill: white"/>

You can also set a px size directly by passing an integer

<NpmIcon style="fill: white" size="24px" />

Note

Credit

Forked from mainvest/vue-simple-icons and from wyatt-herkamp/vue3-simple-icons

Based on vue-feather-icons by egoist

About

Simple-Icons for Vue3 with Typescript Definitions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.1%
  • Vue 15.8%
  • JavaScript 5.1%
  • HTML 1.0%