developer-icons 7.0.0 → 7.1.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 +1 -7
- package/dist/icons/CursorDark.d.ts +2 -0
- package/dist/icons/CursorLight.d.ts +2 -0
- package/dist/icons/FirebaseStudio.d.ts +2 -0
- package/dist/icons/Gemini.d.ts +2 -0
- package/dist/icons/Ghostty.d.ts +2 -0
- package/dist/icons/Lovable.d.ts +2 -0
- package/dist/icons/{Zen.d.ts → N8n.d.ts} +1 -1
- package/dist/icons/NVIDIA.d.ts +2 -0
- package/dist/icons/NVIDIAWordmark.d.ts +2 -0
- package/dist/icons/OpenClaw.d.ts +2 -0
- package/dist/icons/PostHog.d.ts +2 -0
- package/dist/icons/Replit.d.ts +2 -0
- package/dist/icons/TanStack.d.ts +2 -0
- package/dist/icons/Windsurf.d.ts +2 -0
- package/dist/icons/ZenBrowser.d.ts +2 -0
- package/dist/icons/index.d.ts +15 -1
- package/dist/main.js +937 -614
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,13 +40,7 @@ Welcome to **`developer-icons`**—a curated set of high-quality, customizable t
|
|
|
40
40
|
|
|
41
41
|
## ✨ Star History
|
|
42
42
|
|
|
43
|
-
|
|
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>
|
|
43
|
+
[](https://github.com/xandemon/developer-icons/stargazers)
|
|
50
44
|
|
|
51
45
|
## 🧑💻 Used by
|
|
52
46
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DeveloperIconProps } from '../icon';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const N8n: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -58,6 +58,8 @@ export * from './Copilot.tsx';
|
|
|
58
58
|
export * from './Crystal.tsx';
|
|
59
59
|
export * from './CSS.tsx';
|
|
60
60
|
export * from './CSS3.tsx';
|
|
61
|
+
export * from './CursorDark.tsx';
|
|
62
|
+
export * from './CursorLight.tsx';
|
|
61
63
|
export * from './Cypress.tsx';
|
|
62
64
|
export * from './DLanguage.tsx';
|
|
63
65
|
export * from './Dart.tsx';
|
|
@@ -91,6 +93,7 @@ export * from './FastAPI.tsx';
|
|
|
91
93
|
export * from './FaunaDB.tsx';
|
|
92
94
|
export * from './Figma.tsx';
|
|
93
95
|
export * from './Firebase.tsx';
|
|
96
|
+
export * from './FirebaseStudio.tsx';
|
|
94
97
|
export * from './Firefox.tsx';
|
|
95
98
|
export * from './FlaskDark.tsx';
|
|
96
99
|
export * from './FlaskLight.tsx';
|
|
@@ -109,6 +112,8 @@ export * from './Go.tsx';
|
|
|
109
112
|
export * from './Google.tsx';
|
|
110
113
|
export * from './GoogleCloud.tsx';
|
|
111
114
|
export * from './GoogleWordmark.tsx';
|
|
115
|
+
export * from './Gemini.tsx';
|
|
116
|
+
export * from './Ghostty.tsx';
|
|
112
117
|
export * from './Grafana.tsx';
|
|
113
118
|
export * from './Grafbase.tsx';
|
|
114
119
|
export * from './Graphite.tsx';
|
|
@@ -159,6 +164,7 @@ export * from './Lit.tsx';
|
|
|
159
164
|
export * from './Liveblocks.tsx';
|
|
160
165
|
export * from './LogRocket.tsx';
|
|
161
166
|
export * from './Lokalise.tsx';
|
|
167
|
+
export * from './Lovable.tsx';
|
|
162
168
|
export * from './Lua.tsx';
|
|
163
169
|
export * from './Lunacy.tsx';
|
|
164
170
|
export * from './MariaDB.tsx';
|
|
@@ -176,6 +182,7 @@ export * from './MochaJS.tsx';
|
|
|
176
182
|
export * from './MongoDB.tsx';
|
|
177
183
|
export * from './Mozilla.tsx';
|
|
178
184
|
export * from './MySQL.tsx';
|
|
185
|
+
export * from './N8n.tsx';
|
|
179
186
|
export * from './NeoVim.tsx';
|
|
180
187
|
export * from './NestJS.tsx';
|
|
181
188
|
export * from './Netlify.tsx';
|
|
@@ -189,10 +196,13 @@ export * from './NPM.tsx';
|
|
|
189
196
|
export * from './NPMWordmark.tsx';
|
|
190
197
|
export * from './NumPy.tsx';
|
|
191
198
|
export * from './NuxtJs.tsx';
|
|
199
|
+
export * from './NVIDIA.tsx';
|
|
200
|
+
export * from './NVIDIAWordmark.tsx';
|
|
192
201
|
export * from './Nx.tsx';
|
|
193
202
|
export * from './OCaml.tsx';
|
|
194
203
|
export * from './OneDrive.tsx';
|
|
195
204
|
export * from './OpenAI.tsx';
|
|
205
|
+
export * from './OpenClaw.tsx';
|
|
196
206
|
export * from './Opera.tsx';
|
|
197
207
|
export * from './Oracle.tsx';
|
|
198
208
|
export * from './Outlook.tsx';
|
|
@@ -208,6 +218,7 @@ export * from './PnpmDarkWordmark.tsx';
|
|
|
208
218
|
export * from './PnpmLight.tsx';
|
|
209
219
|
export * from './PnpmLightWordmark.tsx';
|
|
210
220
|
export * from './PostgreSQL.tsx';
|
|
221
|
+
export * from './PostHog.tsx';
|
|
211
222
|
export * from './Postman.tsx';
|
|
212
223
|
export * from './PowerShell.tsx';
|
|
213
224
|
export * from './Preact.tsx';
|
|
@@ -240,6 +251,7 @@ export * from './RemixDark.tsx';
|
|
|
240
251
|
export * from './RemixDarkWordmark.tsx';
|
|
241
252
|
export * from './RemixLight.tsx';
|
|
242
253
|
export * from './RemixLightWordmark.tsx';
|
|
254
|
+
export * from './Replit.tsx';
|
|
243
255
|
export * from './Render.tsx';
|
|
244
256
|
export * from './ReSend.tsx';
|
|
245
257
|
export * from './Rollup.tsx';
|
|
@@ -272,6 +284,7 @@ export * from './Swift.tsx';
|
|
|
272
284
|
export * from './SymfonyDark.tsx';
|
|
273
285
|
export * from './SymfonyLight.tsx';
|
|
274
286
|
export * from './TailwindCSS.tsx';
|
|
287
|
+
export * from './TanStack.tsx';
|
|
275
288
|
export * from './Telegram.tsx';
|
|
276
289
|
export * from './Tensorflow.tsx';
|
|
277
290
|
export * from './Terraform.tsx';
|
|
@@ -306,6 +319,7 @@ export * from './VueJs.tsx';
|
|
|
306
319
|
export * from './WebAssembly.tsx';
|
|
307
320
|
export * from './Webpack.tsx';
|
|
308
321
|
export * from './WebRTC.tsx';
|
|
322
|
+
export * from './Windsurf.tsx';
|
|
309
323
|
export * from './WhatsApp.tsx';
|
|
310
324
|
export * from './WordPress.tsx';
|
|
311
325
|
export * from './XDark.tsx';
|
|
@@ -314,5 +328,5 @@ export * from './Xamarin.tsx';
|
|
|
314
328
|
export * from './Yoga.tsx';
|
|
315
329
|
export * from './YouTube.tsx';
|
|
316
330
|
export * from './YouTubeWordmark.tsx';
|
|
317
|
-
export * from './
|
|
331
|
+
export * from './ZenBrowser.tsx';
|
|
318
332
|
export * from './Zod.tsx';
|