Skip to content

React, React Native and Vue wrappers for the Health Icons package.

License

Notifications You must be signed in to change notification settings

stnrd/healthicons

Repository files navigation

Introducing our new React, React Native and Vue Icon Wrapper package for Health Icons ! This package provides a simple and easy-to-use interface for accessing all the health icons within your React or React Native projects. This package is perfect for any health-related application and will save you time and effort in creating and maintaining your application's iconography.

React

A React library is available to install under the name healthicons-react. For more details, see the package README.

React Native

A React Native library is available to install under the name healthicons-react-native. For more details, see the package README.

Vue

A Vue library is available to install under the name healthicons-vue. For more details, see the package README.

CSS

Import the CSS File:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/stnrd/healthicons@main/css/healthicons.css"
/>

Here is an example in HTML:

<i class="healthicons-filled-blood-bag"></i>

The class must always be "healthicons-" following by the icon type(filled, outline) if you use the combined one. We have separate css files for the different icon variants. You can find the names of the icons here.

The icons are set to be displayed as inline-block and will use the current font size as their default. To modify this behavior, you can make changes to the ::before styles of the element where the icons are applied as a mask.

Health Icons

I would like to extend my gratitude to the creators and contributors of the Health Icons for their hard work in releasing such a comprehensive collection of icons for use in healthcare related projects.

License

MIT License