developer-icons 5.2.0 → 5.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/icons/Biome.d.ts +2 -0
- package/dist/icons/Outlook.d.ts +2 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/main.js +767 -744
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -23,6 +23,7 @@ export * from './Babel.tsx';
|
|
23
23
|
export * from './BackboneJs.tsx';
|
24
24
|
export * from './Bash.tsx';
|
25
25
|
export * from './Bing.tsx';
|
26
|
+
export * from './Biome.tsx';
|
26
27
|
export * from './Bitbucket.tsx';
|
27
28
|
export * from './Bitnami.tsx';
|
28
29
|
export * from './BlueprintJs.tsx';
|
@@ -174,6 +175,7 @@ export * from './OneDrive.tsx';
|
|
174
175
|
export * from './OpenAI.tsx';
|
175
176
|
export * from './Opera.tsx';
|
176
177
|
export * from './Oracle.tsx';
|
178
|
+
export * from './Outlook.tsx';
|
177
179
|
export * from './PandaCSS.tsx';
|
178
180
|
export * from './Photoshop.tsx';
|
179
181
|
export * from './PHP.tsx';
|