3.1.0 • Published 8 days ago

developer-icons v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

Developer Icons

Developer Icons is a collection of ready-to-use high-quality vector icons for developers and designers. Fully customizable options with props, className, inline styles, etc. and completely typescript-supported components.

Features

  • High-Quality Icons: A curated set of icons suitable for various development projects.
  • Easy to Use: Icons are organized and can be easily integrated into projects as react components.
  • Open Source: Freely available for personal and commercial use, adhering to specified licenses.

Installation

To use the icons in your project, run the following command:

npm i developer-icons

or

yarn add developer-icons

or

pnpm add developer-icons

Usage

Import named icon components from the developer-icons package and use it as any other component with props similar to that of an svg:

import { HtmlIcon, JavascriptIcon } from "developer-icons";

//inside your React component JSX
export const YourReactComponent = () => {
  return (
    <div>
      <HtmlIcon className="html-icon" />
      <JavascriptIcon height={52} width={52} />
    </div>
  );
};

Contributing

Contributions are welcome! Developer Icons is just getting started and there is a lot more to come, so be a part of it.

If you have an icon to add or an improvement to suggest, please open a pull request or an issue.

License

Licensed under MIT License and copyrights reserved.

3.1.0

8 days ago

3.0.0

9 days ago

2.1.0

11 days ago

2.0.1

12 days ago

2.0.0

12 days ago

1.2.0

13 days ago

1.1.0

13 days ago

1.0.3

14 days ago

1.0.2

15 days ago

1.0.1

15 days ago

1.0.0

15 days ago