developer-icons 6.0.4 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -12
- package/dist/main.js +3277 -3283
- package/package.json +22 -2
package/README.md
CHANGED
|
@@ -33,17 +33,38 @@
|
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
36
|
-
<img src="public/cover-image-
|
|
36
|
+
<img src="public/cover-image-dark.png" alt="Developer Icons by xandemon" />
|
|
37
37
|
</p>
|
|
38
38
|
|
|
39
39
|
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](https://xandemon.github.io/developer-icons/icons/All "Developer Icons Website") for design projects.
|
|
40
40
|
|
|
41
|
+
## ✨ Star History
|
|
42
|
+
|
|
43
|
+
<a href="https://github.com/xandemon/developer-icons/stargazers">
|
|
44
|
+
<picture>
|
|
45
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=xandemon/developer-icons&type=date&theme=dark&legend=top-left" />
|
|
46
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=xandemon/developer-icons&type=date&legend=top-left" />
|
|
47
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=xandemon/developer-icons&type=date&legend=top-left" />
|
|
48
|
+
</picture>
|
|
49
|
+
</a>
|
|
50
|
+
|
|
41
51
|
## 🧑💻 Used by
|
|
42
52
|
|
|
43
53
|
<a href="https://github.com/xandemon/developer-icons/network/dependents" target="_blank">
|
|
44
54
|
<img src="https://dependents.info/xandemon/developer-icons/image" alt="Developer-Icons GitHub Users" />
|
|
45
55
|
</a>
|
|
46
56
|
|
|
57
|
+
## 🎖️ Features
|
|
58
|
+
|
|
59
|
+
- ⚡ **Highly optimized:** Icons are optimized for performance and size. They are designed to be as small as possible while maintaining the quality.
|
|
60
|
+
- 🎨 **Customizable:** Cusomizations are available for all icons. You can change the size, color, stroke width, and much more.
|
|
61
|
+
- 🔍 **Perfectly scalable:** Icons are designed to be properly scaled to any size without compromising the quality.
|
|
62
|
+
- 🔄 **Consistent icons:** No more dealing with inconsistent styles and designs. All icons are designed with a pre-defined set of rules.
|
|
63
|
+
- 🌗 **Various variants:** Icons come with their own set of families such as light and dark mode, wordmark, and other variants.
|
|
64
|
+
- 🫂 **Free & open-source:** Completely free and open-source with license. No need to worry about privately hidden malicious code and be a contributor yourself.
|
|
65
|
+
|
|
66
|
+
Explore more and start using `developer-icons` today to enhance your projects with stunning, customizable icons!
|
|
67
|
+
|
|
47
68
|
## 🚀 Tech Stack
|
|
48
69
|
|
|
49
70
|
- [Astro](https://astro.build/) - The web framework for content-driven websites.
|
|
@@ -56,17 +77,6 @@ Welcome to **`developer-icons`**—a curated set of high-quality, customizable t
|
|
|
56
77
|
- [SVGO](https://github.com/svg/svgo) - A powerful tool for compressing and optimizing SVG files.
|
|
57
78
|
- [SVGSON](https://github.com/svgson/svgson) - A tool to seamlessly convert SVGs to JSON format and back.
|
|
58
79
|
|
|
59
|
-
## 🌟 Features
|
|
60
|
-
|
|
61
|
-
- ⚡ **Highly optimized:** Icons are optimized for performance and size. They are designed to be as small as possible while maintaining the quality.
|
|
62
|
-
- 🎨 **Customizable:** Cusomizations are available for all icons. You can change the size, color, stroke width, and much more.
|
|
63
|
-
- 🔍 **Perfectly scalable:** Icons are designed to be properly scaled to any size without compromising the quality.
|
|
64
|
-
- 🔄 **Consistent icons:** No more dealing with inconsistent styles and designs. All icons are designed with a pre-defined set of rules.
|
|
65
|
-
- 🌗 **Various variants:** Icons come with their own set of families such as light and dark mode, wordmark, and other variants.
|
|
66
|
-
- ⭐ **Free & open-source:** Completely free and open-source with license. No need to worry about privately hidden malicious code and be a contributor yourself.
|
|
67
|
-
|
|
68
|
-
Explore more and start using `developer-icons` today to enhance your projects with stunning, customizable icons!
|
|
69
|
-
|
|
70
80
|
## 📦 Installation
|
|
71
81
|
|
|
72
82
|
To add the icons to your project, run one of the following commands:
|
|
@@ -111,6 +121,12 @@ In this example, we import `HtmlIcon` and `JavascriptIcon` from the `developer-i
|
|
|
111
121
|
|
|
112
122
|
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](https://xandemon.github.io/developer-icons/docs/contributing).
|
|
113
123
|
|
|
124
|
+
<a href="https://github.com/xandemon/developer-icons/graphs/contributors">
|
|
125
|
+
<img src="https://contrib.rocks/image?repo=xandemon/developer-icons&columns=9" alt="Developer Icons contributors image by contrib.rocks" />
|
|
126
|
+
</a>
|
|
127
|
+
|
|
128
|
+
And many many thanks to those who participated in this little project :)
|
|
129
|
+
|
|
114
130
|
## 📜 License
|
|
115
131
|
|
|
116
132
|
Licensed under MIT License and copyrights reserved.
|