Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hopper-ui/icons-react16

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hopper-ui/icons-react16

The icons package that targets React 16.

  • 2.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-63.16%
Maintainers
0
Weekly downloads
 
Created
Source

@hopper-ui/icons-react16

A set of icons handcrafted by Workleap. This package is meant to be temporary, to allow teams that are still using React 16 to be able to have access to the shared icons.

This package assumes that you are importing the CSS tokens from Hopper in your application. If you are not, icon colors will not be applied.

License npm version

Installation

Install packages

With pnpm

pnpm add @hopper-ui/icons-react16

With yarn

yarn add @hopper-ui/icons-react16

With npm

npm install @hopper-ui/icons-react16

Import Styles

/* in your root css */
@import "@hopper-ui/icons-react16/index.css";

https://wl-hopper.netlify.app/icons/react-icons/standalone-installation#import-styles

Start using icons

    import { AddIcon } from "@hopper-ui/icons-react16";

    export const App = () => (
        <div>
            <span>Hello World!</span>
            <AddIcon size="sm" />
        </div>
    );

Available Icons

View the library.

🤝 Contributing

View the contributor's documentation.

License

Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE.

FAQs

Package last updated on 17 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc