developer-icons 5.3.6 → 5.3.8
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/Bluesky.d.ts +2 -0
- package/dist/icons/NumPy.d.ts +2 -0
- package/dist/icons/PnpmDark.d.ts +2 -0
- package/dist/icons/PnpmDarkWordmark.d.ts +2 -0
- package/dist/icons/PnpmLight.d.ts +2 -0
- package/dist/icons/PnpmLightWordmark.d.ts +2 -0
- package/dist/icons/index.d.ts +6 -0
- package/dist/main.js +3008 -2933
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -28,6 +28,7 @@ export * from './Biome.tsx';
|
|
28
28
|
export * from './Bitbucket.tsx';
|
29
29
|
export * from './Bitnami.tsx';
|
30
30
|
export * from './BlueprintJs.tsx';
|
31
|
+
export * from './Bluesky.tsx';
|
31
32
|
export * from './Bootstrap4.tsx';
|
32
33
|
export * from './Bootstrap5.tsx';
|
33
34
|
export * from './Brave.tsx';
|
@@ -179,6 +180,7 @@ export * from './NodeJs.tsx';
|
|
179
180
|
export * from './Notion.tsx';
|
180
181
|
export * from './NPM.tsx';
|
181
182
|
export * from './NPMWordmark.tsx';
|
183
|
+
export * from './NumPy.tsx';
|
182
184
|
export * from './NuxtJs.tsx';
|
183
185
|
export * from './OCaml.tsx';
|
184
186
|
export * from './OneDrive.tsx';
|
@@ -193,6 +195,10 @@ export * from './Pinia.tsx';
|
|
193
195
|
export * from './Pinterest.tsx';
|
194
196
|
export * from './PixiJS.tsx';
|
195
197
|
export * from './Playwright.tsx';
|
198
|
+
export * from './PnpmDark.tsx';
|
199
|
+
export * from './PnpmDarkWordmark.tsx';
|
200
|
+
export * from './PnpmLight.tsx';
|
201
|
+
export * from './PnpmLightWordmark.tsx';
|
196
202
|
export * from './PostgreSQL.tsx';
|
197
203
|
export * from './Postman.tsx';
|
198
204
|
export * from './PowerShell.tsx';
|