Teenyicons for React Install npm install --save teenyicons-react Usage import React, { Component } from 'react' import ThreeSixty from 'teenyicons-react' class Example extends Component { render() { return <ThreeSixty /> } } License MIT