2.0.1 • Published 15 days ago

@hopper-ui/icons-react16 v2.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
15 days ago

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

2.0.1

15 days ago

2.0.0

15 days ago

1.9.0

1 month ago

1.8.0

1 month ago

1.7.0

1 month ago

1.6.0

2 months ago

1.5.0

2 months ago

1.4.0

3 months ago

1.3.0

3 months ago

1.2.0

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.3

4 months ago

1.0.2

5 months ago