@olasearch/icons

React component for Feather icons

Usage no npm install needed!

<script type="module">
  import olasearchIcons from 'https://cdn.skypack.dev/@olasearch/icons';
</script>

README

React Feather Icons

SVG Icons for your Ola Search apps

Inspiration

https://github.com/carmelopullara/react-feather

Installation

yarn add @olasearch/icons --save

Usage

import Camera from '@olasearch/icons/lib/camera'

class MyClass extends React.Component {
  render() {
    return <Camera />
  }
}