You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# Developer Icons
2
2
3
-
`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.
3
+
**`Developer Icons`** is a collection of ready-to-use high-quality customizable tech icons **for developers and designers**. Icon components are made **fully type-safe with typescript** and can be readily used in any React or Next.js projects with `developer-icons` npm package, or the icons can be manually downloaded in image formats to easily use in designs from the [official website](https://xandemon.github.io/developer-icons/"Homepage | Developer Icons").
4
4
5
5
## Features
6
6
7
-
-**High-Quality Icons**: A curated set of icons suitable for various development projects.
8
-
-**Easy to Use**: Icons are organized and can be easily integrated into projects as react components.
9
-
-**Open Source**: Freely available for personal and commercial use, adhering to specified licenses.
7
+
-**Highly optimized:** Icons are optimized for performance and size. They are designed to be as small as possible while maintaining the quality.
8
+
-**Customizable:** Cusomizations are available for all icons. You can change the size, color, stroke width, and much more.
9
+
-**Perfectly scalable:** Icons are designed to be properly scaled to any size without compromising the quality.
10
+
-**Consistent icons:** No more dealing with inconsistent styles and designs. All icons are designed with a pre-defined set of rules.
11
+
-**Various versions:** Icons come with their own set of families such as light and dark mode, wordmark, and other versions.
12
+
-**Free & open-source:** Completely free and open-source with license. No need to worry about privately hidden malicious code and be a contributor yourself.
10
13
11
14
## Installation
12
15
@@ -30,7 +33,7 @@ pnpm add developer-icons
30
33
31
34
## Usage
32
35
33
-
Import named icon components from the `developer-icons` package and use it as any other component with props similar to that of an svg:
36
+
Import named icon components from the `developer-icons` package and use it as any other component with props/attributes similar to that of an svg:
0 commit comments