developer-icons 4.1.0 → 4.2.0

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/README.md CHANGED
@@ -8,7 +8,7 @@ Welcome to **`developer-icons`**, a collection of high-quality, customizable tec
8
8
  - 🎨**Customizable:** Cusomizations are available for all icons. You can change the size, color, stroke width, and much more.
9
9
  - 🔍**Perfectly scalable:** Icons are designed to be properly scaled to any size without compromising the quality.
10
10
  - 🔄**Consistent icons:** No more dealing with inconsistent styles and designs. All icons are designed with a pre-defined set of rules.
11
- - 🌗**Various versions:** Icons come with their own set of families such as light and dark mode, wordmark, and other versions.
11
+ - 🌗**Various variants:** Icons come with their own set of families such as light and dark mode, wordmark, and other variants.
12
12
  - ⭐**Free & open-source:** Completely free and open-source with license. No need to worry about privately hidden malicious code and be a contributor yourself.
13
13
 
14
14
  Explore more and start using `developer-icons` today to enhance your projects with stunning, customizable icons!
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const BingIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const BraveIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -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 GoogleIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const GoogleWordmark: (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 TorIcon: (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 VivaldiIcon: (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';
@@ -13,11 +14,13 @@ export * from './AzureIcon.tsx';
13
14
  export * from './BabelIcon.tsx';
14
15
  export * from './BackboneJsIcon.tsx';
15
16
  export * from './BashIcon.tsx';
17
+ export * from './BingIcon.tsx';
16
18
  export * from './BitbucketIcon.tsx';
17
19
  export * from './BitnamiIcon.tsx';
18
20
  export * from './BlueprintJsIcon.tsx';
19
21
  export * from './Bootstrap4Icon.tsx';
20
22
  export * from './Bootstrap5Icon.tsx';
23
+ export * from './BraveIcon.tsx';
21
24
  export * from './BulmaUIIcon.tsx';
22
25
  export * from './BunJsIcon.tsx';
23
26
  export * from './CSharpIcon.tsx';
@@ -40,13 +43,13 @@ export * from './CopilotIcon.tsx';
40
43
  export * from './CrystalIcon.tsx';
41
44
  export * from './CSS3Icon.tsx';
42
45
  export * from './CypressIcon.tsx';
46
+ export * from './DLanguageIcon.tsx';
43
47
  export * from './DartIcon.tsx';
44
48
  export * from './DatadogIcon.tsx';
45
49
  export * from './DenoIcon.tsx';
46
50
  export * from './DigitalOceanIcon.tsx';
47
51
  export * from './DiscordIcon.tsx';
48
52
  export * from './DjangoIcon.tsx';
49
- export * from './DLanguageIcon.tsx';
50
53
  export * from './DockerIcon.tsx';
51
54
  export * from './DocusaurusIcon.tsx';
52
55
  export * from './DovetailIcon.tsx';
@@ -60,6 +63,7 @@ export * from './EmberIcon.tsx';
60
63
  export * from './ErlangIcon.tsx';
61
64
  export * from './EsbuildIcon.tsx';
62
65
  export * from './ESLintIcon.tsx';
66
+ export * from './FacebookIcon.tsx';
63
67
  export * from './FaunaDBIcon.tsx';
64
68
  export * from './FigmaIcon.tsx';
65
69
  export * from './FirebaseIcon.tsx';
@@ -70,12 +74,14 @@ export * from './FlyIoIcon.tsx';
70
74
  export * from './FramerIcon.tsx';
71
75
  export * from './GatsbyIcon.tsx';
72
76
  export * from './GitIcon.tsx';
73
- export * from './GitHubCopilotIcon.tsx';
74
77
  export * from './GitHubIcon.tsx';
78
+ export * from './GitHubCopilotIcon.tsx';
75
79
  export * from './GitLabIcon.tsx';
76
80
  export * from './GmailIcon.tsx';
77
81
  export * from './GoIcon.tsx';
82
+ export * from './GoogleIcon.tsx';
78
83
  export * from './GoogleCloudIcon.tsx';
84
+ export * from './GoogleWordmark.tsx';
79
85
  export * from './GrafanaIcon.tsx';
80
86
  export * from './GrafbaseIcon.tsx';
81
87
  export * from './GraphiteIcon.tsx';
@@ -83,6 +89,7 @@ export * from './GraphQLIcon.tsx';
83
89
  export * from './GridsomeIcon.tsx';
84
90
  export * from './GruntJsIcon.tsx';
85
91
  export * from './GulpIcon.tsx';
92
+ export * from './HashnodeIcon.tsx';
86
93
  export * from './HaskellIcon.tsx';
87
94
  export * from './HeadlessUIIcon.tsx';
88
95
  export * from './HerokuIcon.tsx';
@@ -124,7 +131,9 @@ export * from './LunacyIcon.tsx';
124
131
  export * from './MariaDBIcon.tsx';
125
132
  export * from './MarionetteIcon.tsx';
126
133
  export * from './MarkdownIcon.tsx';
134
+ export * from './MastodonIcon.tsx';
127
135
  export * from './MaterialUIIcon.tsx';
136
+ export * from './MessengerIcon.tsx';
128
137
  export * from './MetaIcon.tsx';
129
138
  export * from './MicrosoftIcon.tsx';
130
139
  export * from './MiroIcon.tsx';
@@ -136,12 +145,12 @@ export * from './NeoVimIcon.tsx';
136
145
  export * from './NestJSIcon.tsx';
137
146
  export * from './NetlifyIcon.tsx';
138
147
  export * from './Netlify2Icon.tsx';
139
- export * from './NextJsWordmark.tsx';
140
148
  export * from './NextJsIcon.tsx';
149
+ export * from './NextJsWordmark.tsx';
141
150
  export * from './NimIcon.tsx';
142
151
  export * from './NodeJsIcon.tsx';
143
- export * from './NPMWordmark.tsx';
144
152
  export * from './NPMIcon.tsx';
153
+ export * from './NPMWordmark.tsx';
145
154
  export * from './NuxtJsIcon.tsx';
146
155
  export * from './OCamlIcon.tsx';
147
156
  export * from './OneDriveIcon.tsx';
@@ -152,6 +161,7 @@ export * from './PandaCSSIcon.tsx';
152
161
  export * from './PhotoshopIcon.tsx';
153
162
  export * from './PHPIcon.tsx';
154
163
  export * from './PiniaIcon.tsx';
164
+ export * from './PinterestIcon.tsx';
155
165
  export * from './PixiJSIcon.tsx';
156
166
  export * from './PlaywrightIcon.tsx';
157
167
  export * from './PostgreSQLIcon.tsx';
@@ -170,13 +180,15 @@ export * from './QwikIcon.tsx';
170
180
  export * from './RadixUIIcon.tsx';
171
181
  export * from './RailsIcon.tsx';
172
182
  export * from './RailwayIcon.tsx';
173
- export * from './ReactQueryIcon.tsx';
174
183
  export * from './ReactIcon.tsx';
184
+ export * from './ReactQueryIcon.tsx';
175
185
  export * from './ReactRouterIcon.tsx';
176
186
  export * from './RedHatIcon.tsx';
187
+ export * from './RedditIcon.tsx';
188
+ export * from './RedditWordmark.tsx';
177
189
  export * from './RedisIcon.tsx';
178
- export * from './ReduxSagaIcon.tsx';
179
190
  export * from './ReduxIcon.tsx';
191
+ export * from './ReduxSagaIcon.tsx';
180
192
  export * from './RenderIcon.tsx';
181
193
  export * from './ReSendIcon.tsx';
182
194
  export * from './RollupIcon.tsx';
@@ -190,6 +202,7 @@ export * from './ServerlessIcon.tsx';
190
202
  export * from './ShadcnUIIcon.tsx';
191
203
  export * from './SketchIcon.tsx';
192
204
  export * from './Sketch2Icon.tsx';
205
+ export * from './SkypeIcon.tsx';
193
206
  export * from './SlackIcon.tsx';
194
207
  export * from './SolidityIcon.tsx';
195
208
  export * from './SolidJSIcon.tsx';
@@ -204,22 +217,34 @@ export * from './SvelteJSIcon.tsx';
204
217
  export * from './SwaggerIcon.tsx';
205
218
  export * from './SwiftIcon.tsx';
206
219
  export * from './TailwindCSSIcon.tsx';
220
+ export * from './TelegramIcon.tsx';
221
+ export * from './ThreadsDarkIcon.tsx';
222
+ export * from './ThreadsLightIcon.tsx';
207
223
  export * from './ThreeJsIcon.tsx';
224
+ export * from './TikTokIcon.tsx';
208
225
  export * from './TinyHTTPIcon.tsx';
226
+ export * from './TorIcon.tsx';
209
227
  export * from './TRPCIcon.tsx';
228
+ export * from './TwitterIcon.tsx';
210
229
  export * from './TypeScriptIcon.tsx';
211
230
  export * from './UbuntuIcon.tsx';
212
231
  export * from './UnJsIcon.tsx';
213
232
  export * from './VimIcon.tsx';
214
233
  export * from './VisualBasicIcon.tsx';
234
+ export * from './VisualStudioCodeIcon.tsx';
215
235
  export * from './ViteJSIcon.tsx';
216
236
  export * from './VitestIcon.tsx';
217
- export * from './VisualStudioCodeIcon.tsx';
237
+ export * from './VivaldiIcon.tsx';
238
+ export * from './VKIcon.tsx';
218
239
  export * from './VueJsIcon.tsx';
219
240
  export * from './WebAssemblyIcon.tsx';
220
241
  export * from './WebpackIcon.tsx';
242
+ export * from './WhatsAppIcon.tsx';
221
243
  export * from './WordPressIcon.tsx';
244
+ export * from './XDarkIcon.tsx';
245
+ export * from './XLightIcon.tsx';
222
246
  export * from './XamarinIcon.tsx';
223
- export * from './AdobeXDIcon.tsx';
224
247
  export * from './YogaIcon.tsx';
248
+ export * from './YouTubeIcon.tsx';
249
+ export * from './YouTubeWordmark.tsx';
225
250
  export * from './ZodIcon.tsx';