5.3.1 β€’ Published 4 months ago

developer-icons v5.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Welcome to developer-iconsβ€”a curated set of high-quality, customizable tech icons built for developers and designers. Fully compatible with TypeScript, ideal for React and Next.js, or downloadable from our official website for design projects.

πŸš€ Tech Stack

  • Astro - The web framework for content-driven websites.
  • React - A JavaScript UI library used with Astro.
  • Tailwind CSS - A utility-first CSS framework for rapid UI development.
  • NPM - The package manager for JavaScript.
  • Typescript - A statically typed, superset of JavaScript.
  • Vite - A lightning-fast build tool for an optimized development experience.
  • Lucide Icons - A modern, customizable, open-source icon library.
  • SVGO - A powerful tool for compressing and optimizing SVG files.
  • SVGSON - A tool to seamlessly convert SVGs to JSON format and back.

🌟 Features

  • ⚑ Highly optimized: Icons are optimized for performance and size. They are designed to be as small as possible while maintaining the quality.
  • 🎨 Customizable: Cusomizations are available for all icons. You can change the size, color, stroke width, and much more.
  • πŸ” Perfectly scalable: Icons are designed to be properly scaled to any size without compromising the quality.
  • πŸ”„ Consistent icons: No more dealing with inconsistent styles and designs. All icons are designed with a pre-defined set of rules.
  • πŸŒ— Various variants: Icons come with their own set of families such as light and dark mode, wordmark, and other variants.
  • ⭐ Free & open-source: Completely free and open-source with license. No need to worry about privately hidden malicious code and be a contributor yourself.

Explore more and start using developer-icons today to enhance your projects with stunning, customizable icons!

πŸ“¦ Installation

To add the icons to your project, run one of the following commands:

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 them just like any other React component, with props/attributes similar to those of an SVG:

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

//inside your React component JSX
export const YourReactComponent = () => {
  return (
    <div>
      <HtmlIcon className="html-icon" />
      <JavascriptIcon size={52} style={{ marginLeft: 20 }} />
    </div>
  );
};

In this example, we import HtmlIcon and JavascriptIcon from the developer-icons package and use them within a React component. You can customize the icons by adjusting their size, color, style, and other properties.

🀝 Contributing

We welcome contributions of all kinds, whether you're looking to add new icons, improve existing ones, or enhance the overall project. To get started, refer to our Contributing Guidelines.

πŸ“œ License

Licensed under MIT License and copyrights reserved.

For complete documentation, visit our official documentation.

5.3.1

4 months ago

5.3.0

5 months ago

5.2.9

5 months ago

5.2.8

5 months ago

5.2.7

5 months ago

5.2.6

5 months ago

5.2.5

6 months ago

5.2.4

6 months ago

5.2.3

6 months ago

5.2.2

7 months ago

5.2.1

7 months ago

5.2.0

7 months ago

5.1.0

7 months ago

5.0.7

7 months ago

5.0.6

7 months ago

5.0.5

8 months ago

5.0.4

8 months ago

5.0.3

8 months ago

5.0.2

8 months ago

5.0.1

8 months ago

5.0.0

8 months ago

4.3.7

9 months ago

4.3.6

9 months ago

4.2.7

10 months ago

4.3.5

9 months ago

4.2.6

10 months ago

4.3.2

10 months ago

4.3.1

10 months ago

4.3.4

10 months ago

4.2.5

11 months ago

4.3.3

10 months ago

4.3.0

10 months ago

4.2.4

11 months ago

4.2.3

11 months ago

4.2.2

12 months ago

4.2.1

12 months ago

4.2.0

1 year ago

4.1.1

1 year ago

4.1.0

1 year ago

3.1.2

1 year ago

3.2.0

1 year ago

3.1.1

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago