react-octicons
0.2.0 • Public • Published Octicons for React

Install
npm install --save react-octicons
Usage
import React, {Component} from 'react'
import {BeakerIcon, ArrowSmallDownIcon} from 'react-octicons'
export default class MyComponent extents Component {
render() {
return (
<div>
<h1><BeakerIcon/> Test Lab</h1>
</div>
)
}
}
Package Sidebar
Install
Weekly Downloads