developer-icons 4.2.1 → 4.2.2

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,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const ExpressJsDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const ExpressJsLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const NotionIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const VercelDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const VercelDarkWordmark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const VercelLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const VercelLightWordmark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -63,6 +63,8 @@ export * from './EmberIcon.tsx';
63
63
  export * from './ErlangIcon.tsx';
64
64
  export * from './EsbuildIcon.tsx';
65
65
  export * from './ESLintIcon.tsx';
66
+ export * from './ExpressJsDarkIcon.tsx';
67
+ export * from './ExpressJsLightIcon.tsx';
66
68
  export * from './FacebookIcon.tsx';
67
69
  export * from './FaunaDBIcon.tsx';
68
70
  export * from './FigmaIcon.tsx';
@@ -149,6 +151,7 @@ export * from './NextJsIcon.tsx';
149
151
  export * from './NextJsWordmark.tsx';
150
152
  export * from './NimIcon.tsx';
151
153
  export * from './NodeJsIcon.tsx';
154
+ export * from './NotionIcon.tsx';
152
155
  export * from './NPMIcon.tsx';
153
156
  export * from './NPMWordmark.tsx';
154
157
  export * from './NuxtJsIcon.tsx';
@@ -229,6 +232,10 @@ export * from './TwitterIcon.tsx';
229
232
  export * from './TypeScriptIcon.tsx';
230
233
  export * from './UbuntuIcon.tsx';
231
234
  export * from './UnJsIcon.tsx';
235
+ export * from './VercelDarkWordmark.tsx';
236
+ export * from './VercelDarkIcon.tsx';
237
+ export * from './VercelLightWordmark.tsx';
238
+ export * from './VercelLightIcon.tsx';
232
239
  export * from './VimIcon.tsx';
233
240
  export * from './VisualBasicIcon.tsx';
234
241
  export * from './VisualStudioCodeIcon.tsx';