developer-icons 5.3.3 → 5.3.5
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/dist/icons/Ansible.d.ts +2 -0
- package/dist/icons/AnsibleWordmark.d.ts +2 -0
- package/dist/icons/Clerk.d.ts +2 -0
- package/dist/icons/Convex.d.ts +2 -0
- package/dist/icons/Jenkins.d.ts +2 -0
- package/dist/icons/Pulumi.d.ts +2 -0
- package/dist/icons/PulumiDark.d.ts +2 -0
- package/dist/icons/PulumiLight.d.ts +2 -0
- package/dist/icons/RemixDark.d.ts +2 -0
- package/dist/icons/RemixDarkWordmark.d.ts +2 -0
- package/dist/icons/RemixLight.d.ts +2 -0
- package/dist/icons/RemixLightWordmark.d.ts +2 -0
- package/dist/icons/Terraform.d.ts +2 -0
- package/dist/icons/Vagrant.d.ts +2 -0
- package/dist/icons/index.d.ts +22 -8
- package/dist/main.js +3124 -2979
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
export * from './AdobeXD.tsx';
|
2
2
|
export * from './Android.tsx';
|
3
3
|
export * from './Angular.tsx';
|
4
|
+
export * from './Ansible.tsx';
|
5
|
+
export * from './AnsibleWordmark.tsx';
|
4
6
|
export * from './Anthropic.tsx';
|
5
|
-
export * from './AnthropicBasicLight.tsx';
|
6
7
|
export * from './AnthropicBasicDark.tsx';
|
7
|
-
export * from './
|
8
|
-
export * from './AppleDark.tsx';
|
9
|
-
export * from './ClaudeAI.tsx';
|
8
|
+
export * from './AnthropicBasicLight.tsx';
|
10
9
|
export * from './Apache.tsx';
|
10
|
+
export * from './AppleDark.tsx';
|
11
|
+
export * from './AppleLight.tsx';
|
11
12
|
export * from './Appwrite.tsx';
|
12
13
|
export * from './ARC.tsx';
|
13
14
|
export * from './Astro.tsx';
|
@@ -43,12 +44,15 @@ export * from './ChatGPT.tsx';
|
|
43
44
|
export * from './Chrome.tsx';
|
44
45
|
export * from './Chromium.tsx';
|
45
46
|
export * from './CircleCI.tsx';
|
47
|
+
export * from './ClaudeAI.tsx';
|
48
|
+
export * from './Clerk.tsx';
|
46
49
|
export * from './ClickHouse.tsx';
|
47
50
|
export * from './Clojure.tsx';
|
48
51
|
export * from './Cloudflare.tsx';
|
49
52
|
export * from './Cloudinary.tsx';
|
50
53
|
export * from './Codefresh.tsx';
|
51
54
|
export * from './CodeIgniter.tsx';
|
55
|
+
export * from './Convex.tsx';
|
52
56
|
export * from './Copilot.tsx';
|
53
57
|
export * from './Crystal.tsx';
|
54
58
|
export * from './CSS.tsx';
|
@@ -59,8 +63,8 @@ export * from './Dart.tsx';
|
|
59
63
|
export * from './Datadog.tsx';
|
60
64
|
export * from './DeepSeek.tsx';
|
61
65
|
export * from './DeepSeekWordmark.tsx';
|
62
|
-
export * from './DenoFresh.tsx';
|
63
66
|
export * from './Deno.tsx';
|
67
|
+
export * from './DenoFresh.tsx';
|
64
68
|
export * from './DeveloperIcons.tsx';
|
65
69
|
export * from './DigitalOcean.tsx';
|
66
70
|
export * from './Discord.tsx';
|
@@ -93,9 +97,9 @@ export * from './FlyIo.tsx';
|
|
93
97
|
export * from './Framer.tsx';
|
94
98
|
export * from './Gatsby.tsx';
|
95
99
|
export * from './Git.tsx';
|
100
|
+
export * from './GitHubCopilot.tsx';
|
96
101
|
export * from './GitHubDark.tsx';
|
97
102
|
export * from './GitHubLight.tsx';
|
98
|
-
export * from './GitHubCopilot.tsx';
|
99
103
|
export * from './GitLab.tsx';
|
100
104
|
export * from './Gmail.tsx';
|
101
105
|
export * from './Go.tsx';
|
@@ -130,6 +134,7 @@ export * from './Ionic.tsx';
|
|
130
134
|
export * from './JAMstack.tsx';
|
131
135
|
export * from './Java.tsx';
|
132
136
|
export * from './JavaScript.tsx';
|
137
|
+
export * from './Jenkins.tsx';
|
133
138
|
export * from './Jest.tsx';
|
134
139
|
export * from './Jira.tsx';
|
135
140
|
export * from './JQuery.tsx';
|
@@ -196,6 +201,9 @@ export * from './Presto.tsx';
|
|
196
201
|
export * from './Prettier.tsx';
|
197
202
|
export * from './Prisma.tsx';
|
198
203
|
export * from './PugJs.tsx';
|
204
|
+
export * from './Pulumi.tsx';
|
205
|
+
export * from './PulumiDark.tsx';
|
206
|
+
export * from './PulumiLight.tsx';
|
199
207
|
export * from './PWA.tsx';
|
200
208
|
export * from './Python.tsx';
|
201
209
|
export * from './PyTorch.tsx';
|
@@ -213,6 +221,10 @@ export * from './RedditWordmark.tsx';
|
|
213
221
|
export * from './Redis.tsx';
|
214
222
|
export * from './Redux.tsx';
|
215
223
|
export * from './ReduxSaga.tsx';
|
224
|
+
export * from './RemixDark.tsx';
|
225
|
+
export * from './RemixDarkWordmark.tsx';
|
226
|
+
export * from './RemixLight.tsx';
|
227
|
+
export * from './RemixLightWordmark.tsx';
|
216
228
|
export * from './Render.tsx';
|
217
229
|
export * from './ReSend.tsx';
|
218
230
|
export * from './Rollup.tsx';
|
@@ -244,6 +256,7 @@ export * from './Swift.tsx';
|
|
244
256
|
export * from './TailwindCSS.tsx';
|
245
257
|
export * from './Telegram.tsx';
|
246
258
|
export * from './Tensorflow.tsx';
|
259
|
+
export * from './Terraform.tsx';
|
247
260
|
export * from './ThreadsDark.tsx';
|
248
261
|
export * from './ThreadsLight.tsx';
|
249
262
|
export * from './ThreeJs.tsx';
|
@@ -258,10 +271,11 @@ export * from './UnJs.tsx';
|
|
258
271
|
export * from './Upwork.tsx';
|
259
272
|
export * from './UpworkBasic.tsx';
|
260
273
|
export * from './UpworkWordmark.tsx';
|
261
|
-
export * from './
|
274
|
+
export * from './Vagrant.tsx';
|
262
275
|
export * from './VercelDark.tsx';
|
263
|
-
export * from './
|
276
|
+
export * from './VercelDarkWordmark.tsx';
|
264
277
|
export * from './VercelLight.tsx';
|
278
|
+
export * from './VercelLightWordmark.tsx';
|
265
279
|
export * from './Vim.tsx';
|
266
280
|
export * from './VisualBasic.tsx';
|
267
281
|
export * from './VisualStudioCode.tsx';
|