@useblu/ocean-icons-react

React components for Ocean icons

Usage no npm install needed!

<script type="module">
  import usebluOceanIconsReact from 'https://cdn.skypack.dev/@useblu/ocean-icons-react';
</script>

README

@useblu/ocean-icons-react

NPM version npm bundle size (scoped)

This package provides the Ocean icons packaged as a set of React components.

Installation

Using yarn:

yarn add @useblu/ocean-icons-react

or using npm:

npm i @useblu/ocean-icons-react

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Sparkles } from '@useblu/ocean-icons-react';

function App() {
  return <Sparkles size={42} />;
}

ReactDOM.render(<App />, document.querySelector('#app'));

License

Licensed under the GPL-3.0 license.