developer-icons 4.3.3 → 4.3.5
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/CIcon.d.ts +3 -0
- package/dist/icons/FlaskDarkIcon.d.ts +3 -0
- package/dist/icons/FlaskLightIcon.d.ts +3 -0
- package/dist/icons/GitHubDarkIcon.d.ts +3 -0
- package/dist/icons/GitHubLightIcon.d.ts +3 -0
- package/dist/icons/RustDarkIcon.d.ts +3 -0
- package/dist/icons/RustLightIcon.d.ts +3 -0
- package/dist/icons/TensorflowIcon.d.ts +3 -0
- package/dist/icons/index.d.ts +8 -3
- package/dist/main.js +765 -721
- package/dist/utils.d.ts +1 -1
- package/package.json +2 -2
- package/dist/icons/FlaskIcon.d.ts +0 -3
- package/dist/icons/GitHubIcon.d.ts +0 -3
- package/dist/icons/RustIcon.d.ts +0 -3
package/dist/icons/index.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export * from './Bootstrap5Icon.tsx';
|
|
|
27
27
|
export * from './BraveIcon.tsx';
|
|
28
28
|
export * from './BulmaUIIcon.tsx';
|
|
29
29
|
export * from './BunJsIcon.tsx';
|
|
30
|
+
export * from './CIcon.tsx';
|
|
30
31
|
export * from './CSharpIcon.tsx';
|
|
31
32
|
export * from './CPlusPlusIcon.tsx';
|
|
32
33
|
export * from './CakePHPIcon.tsx';
|
|
@@ -75,13 +76,15 @@ export * from './FaunaDBIcon.tsx';
|
|
|
75
76
|
export * from './FigmaIcon.tsx';
|
|
76
77
|
export * from './FirebaseIcon.tsx';
|
|
77
78
|
export * from './FirefoxIcon.tsx';
|
|
78
|
-
export * from './
|
|
79
|
+
export * from './FlaskDarkIcon.tsx';
|
|
80
|
+
export * from './FlaskLightIcon.tsx';
|
|
79
81
|
export * from './FlutterIcon.tsx';
|
|
80
82
|
export * from './FlyIoIcon.tsx';
|
|
81
83
|
export * from './FramerIcon.tsx';
|
|
82
84
|
export * from './GatsbyIcon.tsx';
|
|
83
85
|
export * from './GitIcon.tsx';
|
|
84
|
-
export * from './
|
|
86
|
+
export * from './GitHubDarkIcon.tsx';
|
|
87
|
+
export * from './GitHubLightIcon.tsx';
|
|
85
88
|
export * from './GitHubCopilotIcon.tsx';
|
|
86
89
|
export * from './GitLabIcon.tsx';
|
|
87
90
|
export * from './GmailIcon.tsx';
|
|
@@ -202,7 +205,8 @@ export * from './RenderIcon.tsx';
|
|
|
202
205
|
export * from './ReSendIcon.tsx';
|
|
203
206
|
export * from './RollupIcon.tsx';
|
|
204
207
|
export * from './RubyIcon.tsx';
|
|
205
|
-
export * from './
|
|
208
|
+
export * from './RustDarkIcon.tsx';
|
|
209
|
+
export * from './RustLightIcon.tsx';
|
|
206
210
|
export * from './SafariIcon.tsx';
|
|
207
211
|
export * from './SassIcon.tsx';
|
|
208
212
|
export * from './ScalaIcon.tsx';
|
|
@@ -227,6 +231,7 @@ export * from './SwaggerIcon.tsx';
|
|
|
227
231
|
export * from './SwiftIcon.tsx';
|
|
228
232
|
export * from './TailwindCSSIcon.tsx';
|
|
229
233
|
export * from './TelegramIcon.tsx';
|
|
234
|
+
export * from './TensorflowIcon.tsx';
|
|
230
235
|
export * from './ThreadsDarkIcon.tsx';
|
|
231
236
|
export * from './ThreadsLightIcon.tsx';
|
|
232
237
|
export * from './ThreeJsIcon.tsx';
|