@useblu/ocean-icons-react
TypeScript icon, indicating that this package has built-in type declarations

1.23.0 • Public • Published

@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.

Package Sidebar

Install

npm i @useblu/ocean-icons-react

Weekly Downloads

1,210

Version

1.23.0

License

GPL-3.0

Unpacked Size

6.12 MB

Total Files

1057

Last publish

Collaborators

  • danimuller20
  • fabiorolin
  • juaopedrosilva
  • leon3
  • saulodasilvasantiago
  • ops_useblu