developer-icons 6.0.0 → 6.0.2
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 +21 -42
- package/dist/icons/K6.d.ts +2 -0
- package/dist/icons/LernaDark.d.ts +2 -0
- package/dist/icons/LernaLight.d.ts +2 -0
- package/dist/icons/MicrosoftSQLServer2.d.ts +2 -0
- package/dist/icons/Nx.d.ts +2 -0
- package/dist/icons/index.d.ts +5 -0
- package/dist/main.js +3706 -3622
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,62 +1,35 @@
|
|
1
1
|
<div align="center">
|
2
|
-
<a href="https://xandemon.github.io/developer-icons" target="_blank">
|
3
|
-
<img src="public/logo.png" alt="Developer Icons by xandemon" height="120" />
|
4
|
-
</a>
|
2
|
+
<a href="https://xandemon.github.io/developer-icons" target="_blank"><img src="public/logo.png" alt="Developer Icons by xandemon" height="120" /></a>
|
5
3
|
<h1>Developer Icons</h1>
|
6
4
|
</div>
|
7
5
|
|
8
6
|
<div align="center">
|
9
7
|
<div>
|
10
|
-
<a href="https://astro.build/" target="_blank">
|
11
|
-
|
12
|
-
|
13
|
-
<a href="https://
|
14
|
-
|
15
|
-
</a>
|
16
|
-
<a href="https://react.dev/" target="_blank">
|
17
|
-
<img src="https://img.shields.io/badge/React-333333?logo=react&logoColor=58c4dc" alt="React.js">
|
18
|
-
</a>
|
19
|
-
<a href="https://github.com/xandemon/developer-icons/releases" target="_blank">
|
20
|
-
<img src="https://img.shields.io/npm/v/developer-icons?logo=github&logoColor=fff&label=Release&labelColor=333&color=148ACF&style=flat" alt="Developer-Icons NPM Package Version">
|
21
|
-
</a>
|
22
|
-
<a href="https://github.com/xandemon/developer-icons/blob/main/LICENSE" target="_blank">
|
23
|
-
<img src="https://img.shields.io/github/license/xandemon/developer-icons?logo=github&logoColor=fff&label=License&labelColor=333&color=666666&style=flat" alt="Developer-Icons License">
|
24
|
-
</a>
|
8
|
+
<a href="https://astro.build/" target="_blank"><img src="https://img.shields.io/badge/Astro-333333?logo=astro&logoColor=BC52EE" alt="Astro"></a>
|
9
|
+
<a href="https://tailwindcss.com/" target="_blank"><img src="https://img.shields.io/badge/Tailwind_CSS-333?logo=tailwindcss&logoColor=06B6D4&style=flat" alt="Tailwind CSS"></a>
|
10
|
+
<a href="https://react.dev/" target="_blank"><img src="https://img.shields.io/badge/React-333333?logo=react&logoColor=58c4dc" alt="React.js"></a>
|
11
|
+
<a href="https://github.com/xandemon/developer-icons/releases" target="_blank"><img src="https://img.shields.io/npm/v/developer-icons?logo=github&logoColor=fff&label=Release&labelColor=333&color=148ACF&style=flat" alt="Developer-Icons NPM Package Version"></a>
|
12
|
+
<a href="https://github.com/xandemon/developer-icons/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/xandemon/developer-icons?logo=github&logoColor=fff&label=License&labelColor=333&color=666666&style=flat" alt="Developer-Icons License"></a>
|
25
13
|
</div>
|
26
14
|
<div>
|
27
|
-
<a href="https://www.npmjs.com/package/developer-icons" target="_blank">
|
28
|
-
|
29
|
-
|
30
|
-
<a href="https://github.com/xandemon/developer-icons/stargazers" target="_blank">
|
31
|
-
<img src="https://img.shields.io/github/stars/xandemon/developer-icons?logo=github&logoColor=fff&label=Stars&labelColor=333&color=FFD700&style=flat" alt="Developer-Icons GitHub Stars" style="height:24px">
|
32
|
-
</a>
|
33
|
-
<a href="https://github.com/xandemon/developer-icons/stargazers" target="_blank">
|
34
|
-
<img src="https://img.shields.io/github/forks/xandemon/developer-icons?logo=github&logoColor=fff&label=Forks&labelColor=333&color=148ACF&style=flat" alt="Developer-Icons GitHub Forks" style="height:24px">
|
35
|
-
</a>
|
15
|
+
<a href="https://www.npmjs.com/package/developer-icons" target="_blank"><img src="https://img.shields.io/npm/dy/developer-icons?logo=npm&logoColor=CB3837&label=Downloads&labelColor=333&color=148ACF&style=flat" alt="Developer-Icons NPM Package Downloads" style="height:24px"></a>
|
16
|
+
<a href="https://github.com/xandemon/developer-icons/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/xandemon/developer-icons?logo=github&logoColor=fff&label=Stars&labelColor=333&color=FFD700&style=flat" alt="Developer-Icons GitHub Stars" style="height:24px"></a>
|
17
|
+
<a href="https://github.com/xandemon/developer-icons/network/dependents" target="_blank"><img src="https://dependents.info/xandemon/developer-icons/badge?logo=github&logoColor=fff&label=Users&labelColor=333" alt="Developer-Icons GitHub Network Dependents" style="height:24px" /></a>
|
18
|
+
<a href="https://github.com/xandemon/developer-icons/stargazers" target="_blank"><img src="https://img.shields.io/github/forks/xandemon/developer-icons?logo=github&logoColor=fff&label=Forks&labelColor=333&color=148ACF&style=flat" alt="Developer-Icons GitHub Forks" style="height:24px"></a>
|
36
19
|
</div>
|
37
20
|
|
38
21
|
</div>
|
39
22
|
|
40
23
|
<p align="center">
|
41
|
-
<a href="https://xandemon.github.io/developer-icons/">
|
42
|
-
Homepage
|
43
|
-
</a>
|
24
|
+
<a href="https://xandemon.github.io/developer-icons/">Homepage</a>
|
44
25
|
<span> ⬥ </span>
|
45
|
-
<a href="https://xandemon.github.io/developer-icons/icons/All">
|
46
|
-
Browse Icons
|
47
|
-
</a>
|
26
|
+
<a href="https://xandemon.github.io/developer-icons/icons/All">Browse Icons</a>
|
48
27
|
<span> ⬥ </span>
|
49
|
-
<a href="https://www.npmjs.com/package/developer-icons">
|
50
|
-
NPM Package
|
51
|
-
</a>
|
28
|
+
<a href="https://www.npmjs.com/package/developer-icons">NPM Package</a>
|
52
29
|
<span> ⬥ </span>
|
53
|
-
<a href="https://xandemon.github.io/developer-icons/docs/usageGuide/">
|
54
|
-
Usage
|
55
|
-
</a>
|
30
|
+
<a href="https://xandemon.github.io/developer-icons/docs/usageGuide/">Usage</a>
|
56
31
|
<span> ⬥ </span>
|
57
|
-
<a href="https://xandemon.github.io/developer-icons/docs/contributing/">
|
58
|
-
Contributing
|
59
|
-
</a>
|
32
|
+
<a href="https://xandemon.github.io/developer-icons/docs/contributing/">Contributing</a>
|
60
33
|
</p>
|
61
34
|
|
62
35
|
<p align="center">
|
@@ -65,6 +38,12 @@
|
|
65
38
|
|
66
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.
|
67
40
|
|
41
|
+
## 🧑💻 Used by
|
42
|
+
|
43
|
+
<a href="https://github.com/xandemon/developer-icons/network/dependents" target="_blank">
|
44
|
+
<img src="https://dependents.info/xandemon/developer-icons/image" alt="Developer-Icons GitHub Users" />
|
45
|
+
</a>
|
46
|
+
|
68
47
|
## 🚀 Tech Stack
|
69
48
|
|
70
49
|
- [Astro](https://astro.build/) - The web framework for content-driven websites.
|
package/dist/icons/index.d.ts
CHANGED
@@ -142,10 +142,13 @@ export * from './JQuery.tsx';
|
|
142
142
|
export * from './JSLint.tsx';
|
143
143
|
export * from './JSON.tsx';
|
144
144
|
export * from './Kafka.tsx';
|
145
|
+
export * from './K6.tsx';
|
145
146
|
export * from './Kibana.tsx';
|
146
147
|
export * from './Kotlin.tsx';
|
147
148
|
export * from './Kubernetes.tsx';
|
148
149
|
export * from './Laravel.tsx';
|
150
|
+
export * from './LernaDark.tsx';
|
151
|
+
export * from './LernaLight.tsx';
|
149
152
|
export * from './Less.tsx';
|
150
153
|
export * from './Lightroom.tsx';
|
151
154
|
export * from './LinkedIn.tsx';
|
@@ -165,6 +168,7 @@ export * from './Messenger.tsx';
|
|
165
168
|
export * from './Meta.tsx';
|
166
169
|
export * from './Microsoft.tsx';
|
167
170
|
export * from './MicrosoftSQLServer.tsx';
|
171
|
+
export * from './MicrosoftSQLServer2.tsx';
|
168
172
|
export * from './Miro.tsx';
|
169
173
|
export * from './MochaJS.tsx';
|
170
174
|
export * from './MongoDB.tsx';
|
@@ -183,6 +187,7 @@ export * from './NPM.tsx';
|
|
183
187
|
export * from './NPMWordmark.tsx';
|
184
188
|
export * from './NumPy.tsx';
|
185
189
|
export * from './NuxtJs.tsx';
|
190
|
+
export * from './Nx.tsx';
|
186
191
|
export * from './OCaml.tsx';
|
187
192
|
export * from './OneDrive.tsx';
|
188
193
|
export * from './OpenAI.tsx';
|