0.0.4 • Published 4 years ago

ionicons-react-v5 v0.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

ionicons-react-v5

A set of React components of the Ionicons library.
Ready to use in Create-React-App and most react environments.

Installation

npm install --save ionicons-react-v5

Usage

Import React from "react";
Import {Bed, BedOutline} from "ionicons-react-v5";


const MyComponent = () => {
  return (
    <>
      //This is a bed icon
      <Bed/>

      //This is an outlined bed icon
      <BedOutline />
    </>
  )
}

export default MyComponent;

List of icons

All available icons can been seen here : https://ionicons.com/
This package uses the version 5.1.2 of ionicons.