developer-icons 6.0.0 → 6.0.1
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/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 +3703 -3619
- package/package.json +1 -1
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';
|