developer-icons 6.0.2 → 6.0.4
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/Doctrine.d.ts +2 -0
- package/dist/icons/FramerDark.d.ts +2 -0
- package/dist/icons/FramerLight.d.ts +2 -0
- package/dist/icons/R.d.ts +2 -0
- package/dist/icons/Shopware.d.ts +2 -0
- package/dist/icons/SymfonyDark.d.ts +2 -0
- package/dist/icons/SymfonyLight.d.ts +2 -0
- package/dist/icons/ThreeJsDark.d.ts +2 -0
- package/dist/icons/ThreeJsLight.d.ts +2 -0
- package/dist/icons/index.d.ts +9 -2
- package/dist/main.js +2884 -2820
- package/package.json +2 -2
- package/dist/icons/Framer.d.ts +0 -2
- package/dist/icons/ThreeJs.d.ts +0 -2
package/dist/icons/index.d.ts
CHANGED
@@ -71,6 +71,7 @@ export * from './DigitalOcean.tsx';
|
|
71
71
|
export * from './Discord.tsx';
|
72
72
|
export * from './Django.tsx';
|
73
73
|
export * from './Docker.tsx';
|
74
|
+
export * from './Doctrine.tsx';
|
74
75
|
export * from './Docusaurus.tsx';
|
75
76
|
export * from './Dovetail.tsx';
|
76
77
|
export * from './EC2.tsx';
|
@@ -95,7 +96,8 @@ export * from './FlaskDark.tsx';
|
|
95
96
|
export * from './FlaskLight.tsx';
|
96
97
|
export * from './Flutter.tsx';
|
97
98
|
export * from './FlyIo.tsx';
|
98
|
-
export * from './
|
99
|
+
export * from './FramerDark.tsx';
|
100
|
+
export * from './FramerLight.tsx';
|
99
101
|
export * from './Gatsby.tsx';
|
100
102
|
export * from './Git.tsx';
|
101
103
|
export * from './GitHubCopilot.tsx';
|
@@ -221,6 +223,7 @@ export * from './Python.tsx';
|
|
221
223
|
export * from './PyTorch.tsx';
|
222
224
|
export * from './PyTorch3D.tsx';
|
223
225
|
export * from './Qwik.tsx';
|
226
|
+
export * from './R.tsx';
|
224
227
|
export * from './RadixUI.tsx';
|
225
228
|
export * from './Rails.tsx';
|
226
229
|
export * from './Railway.tsx';
|
@@ -249,6 +252,7 @@ export * from './Scala.tsx';
|
|
249
252
|
export * from './SemanticUI.tsx';
|
250
253
|
export * from './Serverless.tsx';
|
251
254
|
export * from './ShadcnUI.tsx';
|
255
|
+
export * from './Shopware.tsx';
|
252
256
|
export * from './Sketch.tsx';
|
253
257
|
export * from './Sketch2.tsx';
|
254
258
|
export * from './Skype.tsx';
|
@@ -265,13 +269,16 @@ export * from './Supabase.tsx';
|
|
265
269
|
export * from './SvelteJS.tsx';
|
266
270
|
export * from './Swagger.tsx';
|
267
271
|
export * from './Swift.tsx';
|
272
|
+
export * from './SymfonyDark.tsx';
|
273
|
+
export * from './SymfonyLight.tsx';
|
268
274
|
export * from './TailwindCSS.tsx';
|
269
275
|
export * from './Telegram.tsx';
|
270
276
|
export * from './Tensorflow.tsx';
|
271
277
|
export * from './Terraform.tsx';
|
272
278
|
export * from './ThreadsDark.tsx';
|
273
279
|
export * from './ThreadsLight.tsx';
|
274
|
-
export * from './
|
280
|
+
export * from './ThreeJsDark.tsx';
|
281
|
+
export * from './ThreeJsLight.tsx';
|
275
282
|
export * from './TikTok.tsx';
|
276
283
|
export * from './TinyHTTP.tsx';
|
277
284
|
export * from './Tor.tsx';
|