The icons package that targets React 16.
npm install @hopper-ui/icons-react16A 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.


With pnpm
``shell`
pnpm add @hopper-ui/icons-react16
With yarn
`shell`
yarn add @hopper-ui/icons-react16
With npm
`shell`
npm install @hopper-ui/icons-react16
css
/ in your root css /
@import "@hopper-ui/icons-react16/index.css";
`
https://wl-hopper.netlify.app/icons/react-icons/standalone-installation#import-styles
$3
`tsx
import { AddIcon } from "@hopper-ui/icons-react16"; export const App = () => (
Hello World!
);
``View the library.
View the contributor's documentation.
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/workleap/workleap-license/blob/master/LICENSE.