developer-icons 3.0.0 → 3.1.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/dist/icons/index.d.ts +0 -3
- package/dist/iconsData.d.ts +1 -0
- package/dist/main.js +877 -705
- package/package.json +1 -1
- package/dist/icons/AxmIcon.d.ts +0 -3
- package/dist/icons/StradaIcon.d.ts +0 -3
- package/dist/icons/UrIcon.d.ts +0 -3
package/dist/icons/index.d.ts
CHANGED
@@ -8,7 +8,6 @@ export * from './Auth0Icon.tsx';
|
|
8
8
|
export * from './AvaIcon.tsx';
|
9
9
|
export * from './AwsIcon.tsx';
|
10
10
|
export * from './AxiomIcon.tsx';
|
11
|
-
export * from './AxmIcon.tsx';
|
12
11
|
export * from './AxureIcon.tsx';
|
13
12
|
export * from './AzureIcon.tsx';
|
14
13
|
export * from './BabelIcon.tsx';
|
@@ -197,7 +196,6 @@ export * from './SolidjsIcon.tsx';
|
|
197
196
|
export * from './SpringIcon.tsx';
|
198
197
|
export * from './StoryblokIcon.tsx';
|
199
198
|
export * from './StorybookIcon.tsx';
|
200
|
-
export * from './StradaIcon.tsx';
|
201
199
|
export * from './StreamIcon.tsx';
|
202
200
|
export * from './StylelintIcon.tsx';
|
203
201
|
export * from './SublimeIcon.tsx';
|
@@ -212,7 +210,6 @@ export * from './trpcIcon.tsx';
|
|
212
210
|
export * from './TypescriptIcon.tsx';
|
213
211
|
export * from './UbuntuIcon.tsx';
|
214
212
|
export * from './UnjsIcon.tsx';
|
215
|
-
export * from './UrIcon.tsx';
|
216
213
|
export * from './VimIcon.tsx';
|
217
214
|
export * from './VisualBasicIcon.tsx';
|
218
215
|
export * from './VitejsIcon.tsx';
|