Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.07 KB

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