Simple Icons as Vue components.
npm install @mkody/vue3-simple-iconsimport { 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" />- Because identifiers can’t start with numeric literals, names beginning with numbers have them converted to English words. For example, the logo for 500px is available as 
FiveHundredPxIcon. - Versioning follows the Simple Icons package.
 
Forked from mainvest/vue-simple-icons and from wyatt-herkamp/vue3-simple-icons
Based on vue-feather-icons by egoist