7.1.0 • Published 1 year ago

@reacticons/ionicons v7.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
1 year ago

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.

7.0.0

1 year ago

7.1.0

1 year ago

7.0.1

1 year ago

6.1.1

1 year ago

6.0.4

2 years ago

6.0.3

2 years ago

6.0.1

2 years ago

6.0.2

2 years ago

6.0.0

3 years ago

5.5.4

3 years ago

5.5.3

3 years ago

5.5.2

3 years ago

5.5.0

3 years ago

5.4.0

3 years ago

5.3.0

3 years ago

5.3.0-beta.0

3 years ago

1.0.0-alpha.8

3 years ago

1.0.0-alpha.7

3 years ago

1.0.0-alpha.6

3 years ago

1.0.0-alpha.5

3 years ago

1.0.0-alpha.4

3 years ago

1.0.2

3 years ago

1.0.0-alpha.3

3 years ago

1.0.1-alpha.2

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago

1.0.0-alpha.0

3 years ago