An open API service indexing awesome lists of open source software.

https://github.com/ermos/hue-icon

💡 Philips Hue SVG Icons converted to React components
https://github.com/ermos/hue-icon

Last synced: 10 months ago
JSON representation

💡 Philips Hue SVG Icons converted to React components

Awesome Lists containing this project

README

          

# hue-icon
> Philips Hue SVG Icons converted to React components

[![NPM](https://img.shields.io/npm/v/hue-icon.svg)](https://www.npmjs.com/package/hue-icon) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

[Find all icons here !](https://hue-icon.github.io/)

## Install
```bash
npm install --save hue-icon
```

## Usage

```jsx
import React, { Component } from 'react'

import { ArchetypesBollard } from 'hue-icon'

class Example extends Component {
render() {
return
}
}
```