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
- Host: GitHub
- URL: https://github.com/ermos/hue-icon
- Owner: ermos
- Created: 2020-12-03T21:10:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T14:20:44.000Z (about 5 years ago)
- Last Synced: 2025-07-02T01:41:07.285Z (12 months ago)
- Language: JavaScript
- Homepage: https://hue-icon.github.io
- Size: 452 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hue-icon
> Philips Hue SVG Icons converted to React components
[](https://www.npmjs.com/package/hue-icon) [](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
}
}
```