Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.17 KB

@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