6.0.2 • Published 2 years ago

@swiftcarrot/react-ionicons v6.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-ionicons

npm npm Build Status codecov styled with prettier

ionicons svg component for react

Installation

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

Usage

import { Accessibility } from '@swiftcarrot/react-ionicons';
.ionicon {
  fill: currentColor;
  stroke: currentColor;
}

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

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

License

MIT