@bitrise/bitkit 9.8.4 → 9.8.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/package.json
CHANGED
|
@@ -50,7 +50,6 @@ import Coffee from './IconsCoffee';
|
|
|
50
50
|
import Console from './IconsConsole';
|
|
51
51
|
import Credit from './IconsCredit';
|
|
52
52
|
import Creditcard from './IconsCreditcard';
|
|
53
|
-
import Crown from './IconsCrown';
|
|
54
53
|
import DeleteNope from './IconsDeleteNope';
|
|
55
54
|
import Deployment from './IconsDeployment';
|
|
56
55
|
import Doc from './IconsDoc';
|
|
@@ -224,7 +223,6 @@ export type TypeIconName =
|
|
|
224
223
|
| 'Console'
|
|
225
224
|
| 'Credit'
|
|
226
225
|
| 'Creditcard'
|
|
227
|
-
| 'Crown'
|
|
228
226
|
| 'DeleteNope'
|
|
229
227
|
| 'Deployment'
|
|
230
228
|
| 'Doc'
|
|
@@ -398,7 +396,6 @@ export const IconList: TypeIconName[] = [
|
|
|
398
396
|
'Console',
|
|
399
397
|
'Credit',
|
|
400
398
|
'Creditcard',
|
|
401
|
-
'Crown',
|
|
402
399
|
'DeleteNope',
|
|
403
400
|
'Deployment',
|
|
404
401
|
'Doc',
|
|
@@ -575,7 +572,6 @@ export const IconMap: {
|
|
|
575
572
|
Console,
|
|
576
573
|
Credit,
|
|
577
574
|
Creditcard,
|
|
578
|
-
Crown,
|
|
579
575
|
DeleteNope,
|
|
580
576
|
Deployment,
|
|
581
577
|
Doc,
|