react-ionicons-v5
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

React Ionicons v5

This is the React-component version of the wonderfully created Ionicons V5.

Demo site of all the icons

https://howlowck.github.com/react-ionicons-v5

Quick Start

  1. npm install react-ionicons-v5
  2. In your React Component:
import { AddCircleOutline } from 'react-ionicons-v5'
// Or you can import the icons individually like so:
// import AddCircleOutline from 'react-ionicons-v5/dist/icons/AddCircleOutline'

class App extends React.Component {
    render() {
        return <div>
            <a style={{width: 50, height: 50}}><AddCircleOutline /></a>
        </div>
    }
}

let root = document.getElementById("app");

ReactDOM.render(<App />, root);

Main Tools / Software Used to Create this library:

(👏👏👏 Thank you! 💙💙💙)

/react-ionicons-v5/

    Package Sidebar

    Install

    npm i react-ionicons-v5

    Weekly Downloads

    10

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    8.19 MB

    Total Files

    4918

    Last publish

    Collaborators

    • howlowck