Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-simple-icons

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-icons

Simple Icons as Vue components.

  • 7.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

vue-simple-icons

Simple Icons as Vue components.

Install

yarn add vue-simple-icons

Usage

import { FacebookIcon, TwitterIcon, ... } from 'vue-simple-icons'

See all icons and usage here: https://vue-simple-icons.mainvest.com

Sizing

By default, icons will be sized based on the font size of the parent element.

You can set a custom size using the size attribute. For multiple based sizing, pass the desired multiple followed by an x.

<facebook-icon size="1.5x" class="custom-class"></facebook-icon>

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

<facebook-icon size="25" class="custom-class"></facebook-icon>

Note

Credit

Based on vue-feather-icons by egoist

Upgrade Instructions

  • npm i simple-icons
  • npm version [latest version of simple-icons]
  • npm publish
  • git push

FAQs

Package last updated on 30 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc