developer-icons 4.1.1 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const FacebookIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const HashnodeIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const MastodonIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const MessengerIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const PinterestIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const RedditIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const RedditWordmark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const SkypeIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const TelegramIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const ThreadsDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const ThreadsLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const TikTokIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const TwitterIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const VKIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const WhatsAppIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const XDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const XLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const YouTubeIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const YouTubeWordmark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -1,3 +1,4 @@
1
+ export * from './AdobeXDIcon.tsx';
1
2
  export * from './ApacheIcon.tsx';
2
3
  export * from './AppwriteIcon.tsx';
3
4
  export * from './ARCIcon.tsx';
@@ -42,13 +43,13 @@ export * from './CopilotIcon.tsx';
42
43
  export * from './CrystalIcon.tsx';
43
44
  export * from './CSS3Icon.tsx';
44
45
  export * from './CypressIcon.tsx';
46
+ export * from './DLanguageIcon.tsx';
45
47
  export * from './DartIcon.tsx';
46
48
  export * from './DatadogIcon.tsx';
47
49
  export * from './DenoIcon.tsx';
48
50
  export * from './DigitalOceanIcon.tsx';
49
51
  export * from './DiscordIcon.tsx';
50
52
  export * from './DjangoIcon.tsx';
51
- export * from './DLanguageIcon.tsx';
52
53
  export * from './DockerIcon.tsx';
53
54
  export * from './DocusaurusIcon.tsx';
54
55
  export * from './DovetailIcon.tsx';
@@ -62,6 +63,7 @@ export * from './EmberIcon.tsx';
62
63
  export * from './ErlangIcon.tsx';
63
64
  export * from './EsbuildIcon.tsx';
64
65
  export * from './ESLintIcon.tsx';
66
+ export * from './FacebookIcon.tsx';
65
67
  export * from './FaunaDBIcon.tsx';
66
68
  export * from './FigmaIcon.tsx';
67
69
  export * from './FirebaseIcon.tsx';
@@ -72,14 +74,14 @@ export * from './FlyIoIcon.tsx';
72
74
  export * from './FramerIcon.tsx';
73
75
  export * from './GatsbyIcon.tsx';
74
76
  export * from './GitIcon.tsx';
75
- export * from './GitHubCopilotIcon.tsx';
76
77
  export * from './GitHubIcon.tsx';
78
+ export * from './GitHubCopilotIcon.tsx';
77
79
  export * from './GitLabIcon.tsx';
78
80
  export * from './GmailIcon.tsx';
79
81
  export * from './GoIcon.tsx';
80
82
  export * from './GoogleIcon.tsx';
81
- export * from './GoogleWordmark.tsx';
82
83
  export * from './GoogleCloudIcon.tsx';
84
+ export * from './GoogleWordmark.tsx';
83
85
  export * from './GrafanaIcon.tsx';
84
86
  export * from './GrafbaseIcon.tsx';
85
87
  export * from './GraphiteIcon.tsx';
@@ -87,6 +89,7 @@ export * from './GraphQLIcon.tsx';
87
89
  export * from './GridsomeIcon.tsx';
88
90
  export * from './GruntJsIcon.tsx';
89
91
  export * from './GulpIcon.tsx';
92
+ export * from './HashnodeIcon.tsx';
90
93
  export * from './HaskellIcon.tsx';
91
94
  export * from './HeadlessUIIcon.tsx';
92
95
  export * from './HerokuIcon.tsx';
@@ -128,7 +131,9 @@ export * from './LunacyIcon.tsx';
128
131
  export * from './MariaDBIcon.tsx';
129
132
  export * from './MarionetteIcon.tsx';
130
133
  export * from './MarkdownIcon.tsx';
134
+ export * from './MastodonIcon.tsx';
131
135
  export * from './MaterialUIIcon.tsx';
136
+ export * from './MessengerIcon.tsx';
132
137
  export * from './MetaIcon.tsx';
133
138
  export * from './MicrosoftIcon.tsx';
134
139
  export * from './MiroIcon.tsx';
@@ -140,12 +145,12 @@ export * from './NeoVimIcon.tsx';
140
145
  export * from './NestJSIcon.tsx';
141
146
  export * from './NetlifyIcon.tsx';
142
147
  export * from './Netlify2Icon.tsx';
143
- export * from './NextJsWordmark.tsx';
144
148
  export * from './NextJsIcon.tsx';
149
+ export * from './NextJsWordmark.tsx';
145
150
  export * from './NimIcon.tsx';
146
151
  export * from './NodeJsIcon.tsx';
147
- export * from './NPMWordmark.tsx';
148
152
  export * from './NPMIcon.tsx';
153
+ export * from './NPMWordmark.tsx';
149
154
  export * from './NuxtJsIcon.tsx';
150
155
  export * from './OCamlIcon.tsx';
151
156
  export * from './OneDriveIcon.tsx';
@@ -156,6 +161,7 @@ export * from './PandaCSSIcon.tsx';
156
161
  export * from './PhotoshopIcon.tsx';
157
162
  export * from './PHPIcon.tsx';
158
163
  export * from './PiniaIcon.tsx';
164
+ export * from './PinterestIcon.tsx';
159
165
  export * from './PixiJSIcon.tsx';
160
166
  export * from './PlaywrightIcon.tsx';
161
167
  export * from './PostgreSQLIcon.tsx';
@@ -174,13 +180,15 @@ export * from './QwikIcon.tsx';
174
180
  export * from './RadixUIIcon.tsx';
175
181
  export * from './RailsIcon.tsx';
176
182
  export * from './RailwayIcon.tsx';
177
- export * from './ReactQueryIcon.tsx';
178
183
  export * from './ReactIcon.tsx';
184
+ export * from './ReactQueryIcon.tsx';
179
185
  export * from './ReactRouterIcon.tsx';
180
186
  export * from './RedHatIcon.tsx';
187
+ export * from './RedditIcon.tsx';
188
+ export * from './RedditWordmark.tsx';
181
189
  export * from './RedisIcon.tsx';
182
- export * from './ReduxSagaIcon.tsx';
183
190
  export * from './ReduxIcon.tsx';
191
+ export * from './ReduxSagaIcon.tsx';
184
192
  export * from './RenderIcon.tsx';
185
193
  export * from './ReSendIcon.tsx';
186
194
  export * from './RollupIcon.tsx';
@@ -194,6 +202,7 @@ export * from './ServerlessIcon.tsx';
194
202
  export * from './ShadcnUIIcon.tsx';
195
203
  export * from './SketchIcon.tsx';
196
204
  export * from './Sketch2Icon.tsx';
205
+ export * from './SkypeIcon.tsx';
197
206
  export * from './SlackIcon.tsx';
198
207
  export * from './SolidityIcon.tsx';
199
208
  export * from './SolidJSIcon.tsx';
@@ -208,24 +217,34 @@ export * from './SvelteJSIcon.tsx';
208
217
  export * from './SwaggerIcon.tsx';
209
218
  export * from './SwiftIcon.tsx';
210
219
  export * from './TailwindCSSIcon.tsx';
220
+ export * from './TelegramIcon.tsx';
221
+ export * from './ThreadsDarkIcon.tsx';
222
+ export * from './ThreadsLightIcon.tsx';
211
223
  export * from './ThreeJsIcon.tsx';
224
+ export * from './TikTokIcon.tsx';
212
225
  export * from './TinyHTTPIcon.tsx';
213
226
  export * from './TorIcon.tsx';
214
227
  export * from './TRPCIcon.tsx';
228
+ export * from './TwitterIcon.tsx';
215
229
  export * from './TypeScriptIcon.tsx';
216
230
  export * from './UbuntuIcon.tsx';
217
231
  export * from './UnJsIcon.tsx';
218
232
  export * from './VimIcon.tsx';
219
233
  export * from './VisualBasicIcon.tsx';
234
+ export * from './VisualStudioCodeIcon.tsx';
220
235
  export * from './ViteJSIcon.tsx';
221
236
  export * from './VitestIcon.tsx';
222
237
  export * from './VivaldiIcon.tsx';
223
- export * from './VisualStudioCodeIcon.tsx';
238
+ export * from './VKIcon.tsx';
224
239
  export * from './VueJsIcon.tsx';
225
240
  export * from './WebAssemblyIcon.tsx';
226
241
  export * from './WebpackIcon.tsx';
242
+ export * from './WhatsAppIcon.tsx';
227
243
  export * from './WordPressIcon.tsx';
244
+ export * from './XDarkIcon.tsx';
245
+ export * from './XLightIcon.tsx';
228
246
  export * from './XamarinIcon.tsx';
229
- export * from './AdobeXDIcon.tsx';
230
247
  export * from './YogaIcon.tsx';
248
+ export * from './YouTubeIcon.tsx';
249
+ export * from './YouTubeWordmark.tsx';
231
250
  export * from './ZodIcon.tsx';