react-ionicons-v5
v1.2.0
Published
React Components for Ionicon v5 (with some enhancements)
Downloads
12
Readme
React Ionicons v5
This is the React-component version of the wonderfully created Ionicons V5.
Demo site of all the icons
https://howlowck.github.com/react-ionicons-v5
Quick Start
npm install react-ionicons-v5
- In your React Component:
import { AddCircleOutline } from 'react-ionicons-v5'
// Or you can import the icons individually like so:
// import AddCircleOutline from 'react-ionicons-v5/dist/icons/AddCircleOutline'
class App extends React.Component {
render() {
return <div>
<a style={{width: 50, height: 50}}><AddCircleOutline /></a>
</div>
}
}
let root = document.getElementById("app");
ReactDOM.render(<App />, root);
Main Tools / Software Used to Create this library:
(👏👏👏 Thank you! 💙💙💙)