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

0.8.0 • Public • Published

@untitled-theme/icons-react

Untitled UI icons for React.

Installation

npm install @untitled-theme/icons-react

Usage

import {Rocket01Icon} from '@untitled-theme/icons-react';

function Component() {
  return <Rocket01Icon />;
}

or

import Rocket01Icon from '@untitled-theme/icons-react/Rocket01Icon';

function Component() {
  return <Rocket01Icon />;
}

If you are using Next.js, we recommend adding it to optimizePackageImports for performance. You can read more about it here.

// next.config.js
module.exports = {
  experimental: {
    optimizePackageImports: ['@untitled-theme/icons-react'],
  },
};

See all icons here

Package Sidebar

Install

npm i @untitled-theme/icons-react

Weekly Downloads

39

Version

0.8.0

License

MIT

Unpacked Size

8.09 MB

Total Files

2348

Last publish

Collaborators

  • calvojp