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
- Host: GitHub
- URL: https://github.com/swiftcarrot/react-ionicons
- Owner: swiftcarrot
- Created: 2019-03-15T16:58:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T02:39:24.000Z (over 3 years ago)
- Last Synced: 2025-04-18T22:26:33.404Z (14 days ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-ionicons
[](https://www.npmjs.com/package/@swiftcarrot/react-ionicons)
[](https://www.npmjs.com/package/@swiftcarrot/react-ionicons)
[](https://travis-ci.org/swiftcarrot/react-ionicons)
[](https://codecov.io/gh/swiftcarrot/react-ionicons)
[](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