1.3.0-dev1 • Published 3 years ago

@metamist/heroicons-react v1.3.0-dev1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Heroicons React

npm version npm downloads

Installation

yarn add heroicons-react
npm install heroicons-react

Usage

import React from "react";
import { Sparkles } from "heroicons-react";

const App = () => {
  return <Sparkles />;
};

export default App;

Icons can be sized - based on height (default: 24)

<Sparkles size={42} />

You can also include the whole icon pack:

import React from "react";
import * as Icons from "heroicons-react";

const App = () => {
  return <Icons.Sparkles />;
};

export default App;

Available Icons

https://heroicons.com/

1.3.0-dev1

3 years ago

1.3.0-map

3 years ago

1.3.0

3 years ago