developer-icons 5.3.4 → 5.3.6
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/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 -10
- package/dist/main.js +3124 -2997
- 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,15 +44,16 @@ 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
|
-
export * from './Clerk.tsx';
|
49
51
|
export * from './Cloudflare.tsx';
|
50
52
|
export * from './Cloudinary.tsx';
|
51
53
|
export * from './Codefresh.tsx';
|
52
54
|
export * from './CodeIgniter.tsx';
|
53
|
-
export * from './Copilot.tsx';
|
54
55
|
export * from './Convex.tsx';
|
56
|
+
export * from './Copilot.tsx';
|
55
57
|
export * from './Crystal.tsx';
|
56
58
|
export * from './CSS.tsx';
|
57
59
|
export * from './CSS3.tsx';
|
@@ -61,8 +63,8 @@ export * from './Dart.tsx';
|
|
61
63
|
export * from './Datadog.tsx';
|
62
64
|
export * from './DeepSeek.tsx';
|
63
65
|
export * from './DeepSeekWordmark.tsx';
|
64
|
-
export * from './DenoFresh.tsx';
|
65
66
|
export * from './Deno.tsx';
|
67
|
+
export * from './DenoFresh.tsx';
|
66
68
|
export * from './DeveloperIcons.tsx';
|
67
69
|
export * from './DigitalOcean.tsx';
|
68
70
|
export * from './Discord.tsx';
|
@@ -95,9 +97,9 @@ export * from './FlyIo.tsx';
|
|
95
97
|
export * from './Framer.tsx';
|
96
98
|
export * from './Gatsby.tsx';
|
97
99
|
export * from './Git.tsx';
|
100
|
+
export * from './GitHubCopilot.tsx';
|
98
101
|
export * from './GitHubDark.tsx';
|
99
102
|
export * from './GitHubLight.tsx';
|
100
|
-
export * from './GitHubCopilot.tsx';
|
101
103
|
export * from './GitLab.tsx';
|
102
104
|
export * from './Gmail.tsx';
|
103
105
|
export * from './Go.tsx';
|
@@ -132,6 +134,7 @@ export * from './Ionic.tsx';
|
|
132
134
|
export * from './JAMstack.tsx';
|
133
135
|
export * from './Java.tsx';
|
134
136
|
export * from './JavaScript.tsx';
|
137
|
+
export * from './Jenkins.tsx';
|
135
138
|
export * from './Jest.tsx';
|
136
139
|
export * from './Jira.tsx';
|
137
140
|
export * from './JQuery.tsx';
|
@@ -198,6 +201,9 @@ export * from './Presto.tsx';
|
|
198
201
|
export * from './Prettier.tsx';
|
199
202
|
export * from './Prisma.tsx';
|
200
203
|
export * from './PugJs.tsx';
|
204
|
+
export * from './Pulumi.tsx';
|
205
|
+
export * from './PulumiDark.tsx';
|
206
|
+
export * from './PulumiLight.tsx';
|
201
207
|
export * from './PWA.tsx';
|
202
208
|
export * from './Python.tsx';
|
203
209
|
export * from './PyTorch.tsx';
|
@@ -215,6 +221,10 @@ export * from './RedditWordmark.tsx';
|
|
215
221
|
export * from './Redis.tsx';
|
216
222
|
export * from './Redux.tsx';
|
217
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';
|
218
228
|
export * from './Render.tsx';
|
219
229
|
export * from './ReSend.tsx';
|
220
230
|
export * from './Rollup.tsx';
|
@@ -246,6 +256,7 @@ export * from './Swift.tsx';
|
|
246
256
|
export * from './TailwindCSS.tsx';
|
247
257
|
export * from './Telegram.tsx';
|
248
258
|
export * from './Tensorflow.tsx';
|
259
|
+
export * from './Terraform.tsx';
|
249
260
|
export * from './ThreadsDark.tsx';
|
250
261
|
export * from './ThreadsLight.tsx';
|
251
262
|
export * from './ThreeJs.tsx';
|
@@ -260,10 +271,11 @@ export * from './UnJs.tsx';
|
|
260
271
|
export * from './Upwork.tsx';
|
261
272
|
export * from './UpworkBasic.tsx';
|
262
273
|
export * from './UpworkWordmark.tsx';
|
263
|
-
export * from './
|
274
|
+
export * from './Vagrant.tsx';
|
264
275
|
export * from './VercelDark.tsx';
|
265
|
-
export * from './
|
276
|
+
export * from './VercelDarkWordmark.tsx';
|
266
277
|
export * from './VercelLight.tsx';
|
278
|
+
export * from './VercelLightWordmark.tsx';
|
267
279
|
export * from './Vim.tsx';
|
268
280
|
export * from './VisualBasic.tsx';
|
269
281
|
export * from './VisualStudioCode.tsx';
|