@reacticons/ionicons
TypeScript icon, indicating that this package has built-in type declarations

7.1.0 • Public • Published

Ionicons React Component

hero_image.png

This package contains a React Component, which implements the latest version of the official Ionicons into React.

Installation 📦

To add the package to your existing React project just type in one of the following commands:

npm i @reacticons/ionicons

or

yarn add @reacticons/ionicons

Usage

import React from 'react';
import IonIcon from '@reacticons/ionicons';

export const Component = () => (
  <>
    <IonIcon name="bag-outline" />
  </>
);

Custom Size

You can specify the icon size by using the optional size prop.

<IonIcon name="bag-outline" size="small" />
<IonIcon name="bag-outline" size="large" />

Supported Icons

This package supports all Ionicons of the matching version. To see a full list of them, you can take a look at the official Ionicons website.

Hint

By the way, the <IonIcon> Component has the same attributes as a typical <span> element.

Package Sidebar

Install

npm i @reacticons/ionicons

Weekly Downloads

605

Version

7.1.0

License

MIT

Unpacked Size

1.83 MB

Total Files

7

Last publish

Collaborators

  • alexanderschau
  • cucum-bot