An open API service indexing awesome lists of open source software.

https://github.com/swiftcarrot/react-ionicons

ionicons svg component for react
https://github.com/swiftcarrot/react-ionicons

Last synced: 10 days ago
JSON representation

ionicons svg component for react

Awesome Lists containing this project

README

        

# react-ionicons

[![npm](https://img.shields.io/npm/v/@swiftcarrot/react-ionicons.svg)](https://www.npmjs.com/package/@swiftcarrot/react-ionicons)
[![npm](https://img.shields.io/npm/dm/@swiftcarrot/react-ionicons.svg)](https://www.npmjs.com/package/@swiftcarrot/react-ionicons)
[![Build Status](https://travis-ci.org/swiftcarrot/react-ionicons.svg?branch=master)](https://travis-ci.org/swiftcarrot/react-ionicons)
[![codecov](https://codecov.io/gh/swiftcarrot/react-ionicons/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftcarrot/react-ionicons)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

ionicons svg component for react

### Installation

```sh
npm install @swiftcarrot/react-ionicons --save
yarn add @swiftcarrot/react-ionicons
```

### Usage

```javascript
import { Accessibility } from '@swiftcarrot/react-ionicons';
```

```css
.ionicon {
fill: currentColor;
stroke: currentColor;
}

.ionicon-fill-none {
fill: none;
}

.ionicon-stroke-width {
stroke-width: 32px;
}
```

### License

MIT