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.
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const K6: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const LernaDark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const LernaLight: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const MicrosoftSQLServer2: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const Nx: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -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';