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

vue-health-icons

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-health-icons

Health Icons as Vue components

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

vue-health-icons

NPM version NPM downloads

Install

yarn add vue-health-icons

Usage

// Only import what you need!
import { DevicesMaskOutlineIcon, PeopleElderlyFilledIcon, ... } from 'vue-health-icons';

A full list of icons is available at https://healthicons.org.

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.

<devices-mask-outline-icon size="1.5x" class="custom-class"></activity-icon>

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

<devices-mask-outline-icon size="25" class="custom-class"></activity-icon>

Tree shaking

By using ES imports like import { DevicesMaskOutlineIcon } from 'vue-health-icons'; with webpack + minifier or Rollup, unused exports in this module will be automatically eliminated.

To make webpack tree shaking work without using any minifier, you can use the per-file icons from this icons directory, e.g. import DevicesMaskOutlineIcon from 'vue-health-icons/icons/DevicesMaskOutlineIcon';.

This package is an adaptation of vue-feather-icons.

FAQs

Package last updated on 15 Jun 2021

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