diff --git a/PICTOGRAM_INDEX.md b/PICTOGRAM_INDEX.md
index 9b68579..2863ad0 100644
--- a/PICTOGRAM_INDEX.md
+++ b/PICTOGRAM_INDEX.md
@@ -1,6 +1,6 @@
# Pictogram Index
-> 1135 pictograms from @carbon/pictograms@12.27.0-rc.0
+> 1173 pictograms from @carbon/pictograms@12.30.0
## Usage
@@ -52,6 +52,7 @@
- AmsterdamWindmill
- Analytics
- Analyze
+- AnalyzeCode
- AnalyzesData
- AnalyzingContainers
- AnonymousUsers
@@ -99,6 +100,7 @@
- Bee
- BeijingMunicipal
- BeijingTower
+- BentoBoxTray
- BerlinBrandenburgGate
- BerlinCathedral
- BerlinTower
@@ -180,6 +182,16 @@
- ChipCredit
- ChipDebit
- ChooseHowToGetStarted
+- CicsConfigurationManagerForZOs
+- CicsDeploymentAssistant
+- CicsExplorer
+- CicsInterdependencyAnalyzerForZOs
+- CicsPerformanceAnalyzerForZOs
+- CicsTransactionGateway
+- CicsTransactionServerForZOs
+- CicsTx
+- CicsVsamRecoveryForZOs
+- CicsVsamTransparencyForZOs
- CirclePacking
- ClientFinancing_01
- ClientFinancing_02
@@ -350,6 +362,7 @@
- Dna
- DoNot
- DoNot_02
+- DoNotStep
- Docker
- Doctor
- DoctorPatient
@@ -463,6 +476,9 @@
- FocusOnCode
- Fog
- Folder
+- Football
+- FootballField
+- FootballGoalPost
- Forecasting
- Forklift
- FountainDrinking
@@ -475,6 +491,7 @@
- GeographicFlexibility
- GetAheadOfRiskAndCompliance
- Gift
+- GlassBottleAndMetalCan
- GlobalAnalytics
- GlobalAssetsAndRecovery_01
- GlobalAssetsAndRecovery_02
@@ -496,10 +513,15 @@
- GlobeLocations
- GoLanguage
- Goals
+- GolfBag
+- GolfBall
+- GolfClub
+- GolfHole
- GovernUsersAndIdentities
- Government_01
- Government_02
- GpuComputing
+- Gramophone
- GraphicDesign
- GraphicIntensiveWorkloads
- GreenEnergy
@@ -560,6 +582,7 @@
- IbmRpa
- IbmZ
- IbmZPartition
+- IbmZAndCloudModernizationStack
- IbmZAndLinuxoneMultiFrame
- IbmZAndLinuxoneSingleFrame
- IbmZ16
@@ -615,6 +638,7 @@
- LiftAndShift
- Lightning
- Link
+- Liquids
- ListBullet
- ListCheckbox
- Literature
@@ -643,6 +667,7 @@
- MadridStatue
- Magnify
- MailVerse
+- MainframeQualitiesOfService
- ManageApplicationsAnywhere
- ManagedHosting_01
- ManagedHosting_02
@@ -664,6 +689,7 @@
- MedicalStaff
- Melbourne
- Memory
+- MetalCan
- Meter
- MexicoCityAngelOfIndependence
- MexicoCityMuseoSoumaya
@@ -774,6 +800,7 @@
- PillBottle_01
- Pills
- PlanningAnalytics
+- Plastics
- PlatformAsAService
- PlayerFlow
- PliLanguage
@@ -917,6 +944,7 @@
- Singapore
- SingleSignOn
- Slack
+- SliceCode
- Slider
- SmallComponentsMakingALargerWhole
- SmallToMediumBusinessSmb
@@ -938,9 +966,11 @@
- SpeechToText
- Speedometer
- Sports
+- Spotlight
- Sprout
- Spss
- StackLimitation
+- Stage
- Stairs
- StairsDown
- StairsPlanView
@@ -959,6 +989,7 @@
- StorageForDataAndAi
- StorageForResiliency
- StorageProduct
+- StorageSystems
- Strategy
- StrategyAndRisk
- StrategyDirect
@@ -1018,6 +1049,9 @@
- TemperatureLow
- TemporaryBadge
- Tennis
+- TennisBall
+- TennisNet
+- TennisRacquet
- TestTubes
- TextData
- TextEquivalent
@@ -1120,6 +1154,9 @@
- WatsonLogo
- Watsonx
- WatsonxAi
+- WatsonxCodeAssistant
+- WatsonxCodeAssistantForZ
+- WatsonxCodeAssistantForZRefactor
- WatsonxData
- WatsonxGovernance
- Weather
@@ -1129,6 +1166,7 @@
- Websphere
- WeddingCake
- Wheat
+- Whistle
- Wifi
- WindPower
- Windows
diff --git a/bun.lockb b/bun.lockb
index 8e3ecdf..b8b0c29 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/lib/AnalyzeCode.svelte b/lib/AnalyzeCode.svelte
new file mode 100644
index 0000000..c327e9b
--- /dev/null
+++ b/lib/AnalyzeCode.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/AnalyzeCode.svelte.d.ts b/lib/AnalyzeCode.svelte.d.ts
new file mode 100644
index 0000000..a28ba5b
--- /dev/null
+++ b/lib/AnalyzeCode.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface AnalyzeCodeProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class AnalyzeCode extends SvelteComponentTyped<
+ AnalyzeCodeProps,
+ Record,
+ {}
+> {}
diff --git a/lib/BentoBoxTray.svelte b/lib/BentoBoxTray.svelte
new file mode 100644
index 0000000..a37fa40
--- /dev/null
+++ b/lib/BentoBoxTray.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/BentoBoxTray.svelte.d.ts b/lib/BentoBoxTray.svelte.d.ts
new file mode 100644
index 0000000..a287fcc
--- /dev/null
+++ b/lib/BentoBoxTray.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface BentoBoxTrayProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class BentoBoxTray extends SvelteComponentTyped<
+ BentoBoxTrayProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsConfigurationManagerForZOs.svelte b/lib/CicsConfigurationManagerForZOs.svelte
new file mode 100644
index 0000000..1462237
--- /dev/null
+++ b/lib/CicsConfigurationManagerForZOs.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsConfigurationManagerForZOs.svelte.d.ts b/lib/CicsConfigurationManagerForZOs.svelte.d.ts
new file mode 100644
index 0000000..6f99f99
--- /dev/null
+++ b/lib/CicsConfigurationManagerForZOs.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsConfigurationManagerForZOsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsConfigurationManagerForZOs extends SvelteComponentTyped<
+ CicsConfigurationManagerForZOsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsDeploymentAssistant.svelte b/lib/CicsDeploymentAssistant.svelte
new file mode 100644
index 0000000..12e5095
--- /dev/null
+++ b/lib/CicsDeploymentAssistant.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsDeploymentAssistant.svelte.d.ts b/lib/CicsDeploymentAssistant.svelte.d.ts
new file mode 100644
index 0000000..e0705fd
--- /dev/null
+++ b/lib/CicsDeploymentAssistant.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsDeploymentAssistantProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsDeploymentAssistant extends SvelteComponentTyped<
+ CicsDeploymentAssistantProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsExplorer.svelte b/lib/CicsExplorer.svelte
new file mode 100644
index 0000000..3175a33
--- /dev/null
+++ b/lib/CicsExplorer.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsExplorer.svelte.d.ts b/lib/CicsExplorer.svelte.d.ts
new file mode 100644
index 0000000..69846c0
--- /dev/null
+++ b/lib/CicsExplorer.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsExplorerProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsExplorer extends SvelteComponentTyped<
+ CicsExplorerProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsInterdependencyAnalyzerForZOs.svelte b/lib/CicsInterdependencyAnalyzerForZOs.svelte
new file mode 100644
index 0000000..58ba8ee
--- /dev/null
+++ b/lib/CicsInterdependencyAnalyzerForZOs.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsInterdependencyAnalyzerForZOs.svelte.d.ts b/lib/CicsInterdependencyAnalyzerForZOs.svelte.d.ts
new file mode 100644
index 0000000..9b5ae64
--- /dev/null
+++ b/lib/CicsInterdependencyAnalyzerForZOs.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsInterdependencyAnalyzerForZOsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsInterdependencyAnalyzerForZOs extends SvelteComponentTyped<
+ CicsInterdependencyAnalyzerForZOsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsPerformanceAnalyzerForZOs.svelte b/lib/CicsPerformanceAnalyzerForZOs.svelte
new file mode 100644
index 0000000..4bbf9eb
--- /dev/null
+++ b/lib/CicsPerformanceAnalyzerForZOs.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsPerformanceAnalyzerForZOs.svelte.d.ts b/lib/CicsPerformanceAnalyzerForZOs.svelte.d.ts
new file mode 100644
index 0000000..69519c7
--- /dev/null
+++ b/lib/CicsPerformanceAnalyzerForZOs.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsPerformanceAnalyzerForZOsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsPerformanceAnalyzerForZOs extends SvelteComponentTyped<
+ CicsPerformanceAnalyzerForZOsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsTransactionGateway.svelte b/lib/CicsTransactionGateway.svelte
new file mode 100644
index 0000000..4e35cc2
--- /dev/null
+++ b/lib/CicsTransactionGateway.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsTransactionGateway.svelte.d.ts b/lib/CicsTransactionGateway.svelte.d.ts
new file mode 100644
index 0000000..5a5d228
--- /dev/null
+++ b/lib/CicsTransactionGateway.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsTransactionGatewayProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsTransactionGateway extends SvelteComponentTyped<
+ CicsTransactionGatewayProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsTransactionServerForZOs.svelte b/lib/CicsTransactionServerForZOs.svelte
new file mode 100644
index 0000000..a29c191
--- /dev/null
+++ b/lib/CicsTransactionServerForZOs.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsTransactionServerForZOs.svelte.d.ts b/lib/CicsTransactionServerForZOs.svelte.d.ts
new file mode 100644
index 0000000..744d50a
--- /dev/null
+++ b/lib/CicsTransactionServerForZOs.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsTransactionServerForZOsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsTransactionServerForZOs extends SvelteComponentTyped<
+ CicsTransactionServerForZOsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsTx.svelte b/lib/CicsTx.svelte
new file mode 100644
index 0000000..eab3c4e
--- /dev/null
+++ b/lib/CicsTx.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsTx.svelte.d.ts b/lib/CicsTx.svelte.d.ts
new file mode 100644
index 0000000..6b4d5ab
--- /dev/null
+++ b/lib/CicsTx.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsTxProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsTx extends SvelteComponentTyped<
+ CicsTxProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsVsamRecoveryForZOs.svelte b/lib/CicsVsamRecoveryForZOs.svelte
new file mode 100644
index 0000000..e00bb45
--- /dev/null
+++ b/lib/CicsVsamRecoveryForZOs.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsVsamRecoveryForZOs.svelte.d.ts b/lib/CicsVsamRecoveryForZOs.svelte.d.ts
new file mode 100644
index 0000000..4f20e16
--- /dev/null
+++ b/lib/CicsVsamRecoveryForZOs.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsVsamRecoveryForZOsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsVsamRecoveryForZOs extends SvelteComponentTyped<
+ CicsVsamRecoveryForZOsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/CicsVsamTransparencyForZOs.svelte b/lib/CicsVsamTransparencyForZOs.svelte
new file mode 100644
index 0000000..2dd598f
--- /dev/null
+++ b/lib/CicsVsamTransparencyForZOs.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/CicsVsamTransparencyForZOs.svelte.d.ts b/lib/CicsVsamTransparencyForZOs.svelte.d.ts
new file mode 100644
index 0000000..e372db5
--- /dev/null
+++ b/lib/CicsVsamTransparencyForZOs.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface CicsVsamTransparencyForZOsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class CicsVsamTransparencyForZOs extends SvelteComponentTyped<
+ CicsVsamTransparencyForZOsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/DoNotStep.svelte b/lib/DoNotStep.svelte
new file mode 100644
index 0000000..4de4fc2
--- /dev/null
+++ b/lib/DoNotStep.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/DoNotStep.svelte.d.ts b/lib/DoNotStep.svelte.d.ts
new file mode 100644
index 0000000..c654e3c
--- /dev/null
+++ b/lib/DoNotStep.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface DoNotStepProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class DoNotStep extends SvelteComponentTyped<
+ DoNotStepProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Football.svelte b/lib/Football.svelte
new file mode 100644
index 0000000..1f6c981
--- /dev/null
+++ b/lib/Football.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Football.svelte.d.ts b/lib/Football.svelte.d.ts
new file mode 100644
index 0000000..f8ce182
--- /dev/null
+++ b/lib/Football.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface FootballProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Football extends SvelteComponentTyped<
+ FootballProps,
+ Record,
+ {}
+> {}
diff --git a/lib/FootballField.svelte b/lib/FootballField.svelte
new file mode 100644
index 0000000..ad822a9
--- /dev/null
+++ b/lib/FootballField.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/FootballField.svelte.d.ts b/lib/FootballField.svelte.d.ts
new file mode 100644
index 0000000..51fc305
--- /dev/null
+++ b/lib/FootballField.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface FootballFieldProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class FootballField extends SvelteComponentTyped<
+ FootballFieldProps,
+ Record,
+ {}
+> {}
diff --git a/lib/FootballGoalPost.svelte b/lib/FootballGoalPost.svelte
new file mode 100644
index 0000000..fbf3e0f
--- /dev/null
+++ b/lib/FootballGoalPost.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/FootballGoalPost.svelte.d.ts b/lib/FootballGoalPost.svelte.d.ts
new file mode 100644
index 0000000..620c329
--- /dev/null
+++ b/lib/FootballGoalPost.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface FootballGoalPostProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class FootballGoalPost extends SvelteComponentTyped<
+ FootballGoalPostProps,
+ Record,
+ {}
+> {}
diff --git a/lib/GlassBottleAndMetalCan.svelte b/lib/GlassBottleAndMetalCan.svelte
new file mode 100644
index 0000000..bef7f67
--- /dev/null
+++ b/lib/GlassBottleAndMetalCan.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/GlassBottleAndMetalCan.svelte.d.ts b/lib/GlassBottleAndMetalCan.svelte.d.ts
new file mode 100644
index 0000000..4e82b17
--- /dev/null
+++ b/lib/GlassBottleAndMetalCan.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface GlassBottleAndMetalCanProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class GlassBottleAndMetalCan extends SvelteComponentTyped<
+ GlassBottleAndMetalCanProps,
+ Record,
+ {}
+> {}
diff --git a/lib/GolfBag.svelte b/lib/GolfBag.svelte
new file mode 100644
index 0000000..f05a898
--- /dev/null
+++ b/lib/GolfBag.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/GolfBag.svelte.d.ts b/lib/GolfBag.svelte.d.ts
new file mode 100644
index 0000000..a4a2913
--- /dev/null
+++ b/lib/GolfBag.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface GolfBagProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class GolfBag extends SvelteComponentTyped<
+ GolfBagProps,
+ Record,
+ {}
+> {}
diff --git a/lib/GolfBall.svelte b/lib/GolfBall.svelte
new file mode 100644
index 0000000..7b00fe5
--- /dev/null
+++ b/lib/GolfBall.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/GolfBall.svelte.d.ts b/lib/GolfBall.svelte.d.ts
new file mode 100644
index 0000000..6951c11
--- /dev/null
+++ b/lib/GolfBall.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface GolfBallProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class GolfBall extends SvelteComponentTyped<
+ GolfBallProps,
+ Record,
+ {}
+> {}
diff --git a/lib/GolfClub.svelte b/lib/GolfClub.svelte
new file mode 100644
index 0000000..123515c
--- /dev/null
+++ b/lib/GolfClub.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/GolfClub.svelte.d.ts b/lib/GolfClub.svelte.d.ts
new file mode 100644
index 0000000..0a89dac
--- /dev/null
+++ b/lib/GolfClub.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface GolfClubProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class GolfClub extends SvelteComponentTyped<
+ GolfClubProps,
+ Record,
+ {}
+> {}
diff --git a/lib/GolfHole.svelte b/lib/GolfHole.svelte
new file mode 100644
index 0000000..aed54b4
--- /dev/null
+++ b/lib/GolfHole.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/GolfHole.svelte.d.ts b/lib/GolfHole.svelte.d.ts
new file mode 100644
index 0000000..ec7ef5b
--- /dev/null
+++ b/lib/GolfHole.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface GolfHoleProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class GolfHole extends SvelteComponentTyped<
+ GolfHoleProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Gramophone.svelte b/lib/Gramophone.svelte
new file mode 100644
index 0000000..6158ee7
--- /dev/null
+++ b/lib/Gramophone.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Gramophone.svelte.d.ts b/lib/Gramophone.svelte.d.ts
new file mode 100644
index 0000000..331cafa
--- /dev/null
+++ b/lib/Gramophone.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface GramophoneProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Gramophone extends SvelteComponentTyped<
+ GramophoneProps,
+ Record,
+ {}
+> {}
diff --git a/lib/IbmZAndCloudModernizationStack.svelte b/lib/IbmZAndCloudModernizationStack.svelte
new file mode 100644
index 0000000..37f85d8
--- /dev/null
+++ b/lib/IbmZAndCloudModernizationStack.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/IbmZAndCloudModernizationStack.svelte.d.ts b/lib/IbmZAndCloudModernizationStack.svelte.d.ts
new file mode 100644
index 0000000..bbf7327
--- /dev/null
+++ b/lib/IbmZAndCloudModernizationStack.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface IbmZAndCloudModernizationStackProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class IbmZAndCloudModernizationStack extends SvelteComponentTyped<
+ IbmZAndCloudModernizationStackProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Liquids.svelte b/lib/Liquids.svelte
new file mode 100644
index 0000000..587b17d
--- /dev/null
+++ b/lib/Liquids.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Liquids.svelte.d.ts b/lib/Liquids.svelte.d.ts
new file mode 100644
index 0000000..49d030c
--- /dev/null
+++ b/lib/Liquids.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface LiquidsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Liquids extends SvelteComponentTyped<
+ LiquidsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/MainframeQualitiesOfService.svelte b/lib/MainframeQualitiesOfService.svelte
new file mode 100644
index 0000000..2fcdd2a
--- /dev/null
+++ b/lib/MainframeQualitiesOfService.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/MainframeQualitiesOfService.svelte.d.ts b/lib/MainframeQualitiesOfService.svelte.d.ts
new file mode 100644
index 0000000..28ed23b
--- /dev/null
+++ b/lib/MainframeQualitiesOfService.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface MainframeQualitiesOfServiceProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class MainframeQualitiesOfService extends SvelteComponentTyped<
+ MainframeQualitiesOfServiceProps,
+ Record,
+ {}
+> {}
diff --git a/lib/MetalCan.svelte b/lib/MetalCan.svelte
new file mode 100644
index 0000000..a0e8756
--- /dev/null
+++ b/lib/MetalCan.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/MetalCan.svelte.d.ts b/lib/MetalCan.svelte.d.ts
new file mode 100644
index 0000000..572a83c
--- /dev/null
+++ b/lib/MetalCan.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface MetalCanProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class MetalCan extends SvelteComponentTyped<
+ MetalCanProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Plastics.svelte b/lib/Plastics.svelte
new file mode 100644
index 0000000..b88c3f1
--- /dev/null
+++ b/lib/Plastics.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Plastics.svelte.d.ts b/lib/Plastics.svelte.d.ts
new file mode 100644
index 0000000..3826322
--- /dev/null
+++ b/lib/Plastics.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface PlasticsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Plastics extends SvelteComponentTyped<
+ PlasticsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/SliceCode.svelte b/lib/SliceCode.svelte
new file mode 100644
index 0000000..bdef4ca
--- /dev/null
+++ b/lib/SliceCode.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/SliceCode.svelte.d.ts b/lib/SliceCode.svelte.d.ts
new file mode 100644
index 0000000..500ce55
--- /dev/null
+++ b/lib/SliceCode.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface SliceCodeProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class SliceCode extends SvelteComponentTyped<
+ SliceCodeProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Spotlight.svelte b/lib/Spotlight.svelte
new file mode 100644
index 0000000..98db40f
--- /dev/null
+++ b/lib/Spotlight.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Spotlight.svelte.d.ts b/lib/Spotlight.svelte.d.ts
new file mode 100644
index 0000000..d68f1d6
--- /dev/null
+++ b/lib/Spotlight.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface SpotlightProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Spotlight extends SvelteComponentTyped<
+ SpotlightProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Stage.svelte b/lib/Stage.svelte
new file mode 100644
index 0000000..abcf2ba
--- /dev/null
+++ b/lib/Stage.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Stage.svelte.d.ts b/lib/Stage.svelte.d.ts
new file mode 100644
index 0000000..366e67b
--- /dev/null
+++ b/lib/Stage.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface StageProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Stage extends SvelteComponentTyped<
+ StageProps,
+ Record,
+ {}
+> {}
diff --git a/lib/StorageSystems.svelte b/lib/StorageSystems.svelte
new file mode 100644
index 0000000..c6ab186
--- /dev/null
+++ b/lib/StorageSystems.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/StorageSystems.svelte.d.ts b/lib/StorageSystems.svelte.d.ts
new file mode 100644
index 0000000..1748855
--- /dev/null
+++ b/lib/StorageSystems.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface StorageSystemsProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class StorageSystems extends SvelteComponentTyped<
+ StorageSystemsProps,
+ Record,
+ {}
+> {}
diff --git a/lib/TennisBall.svelte b/lib/TennisBall.svelte
new file mode 100644
index 0000000..c2a9edd
--- /dev/null
+++ b/lib/TennisBall.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/TennisBall.svelte.d.ts b/lib/TennisBall.svelte.d.ts
new file mode 100644
index 0000000..d2668c1
--- /dev/null
+++ b/lib/TennisBall.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface TennisBallProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class TennisBall extends SvelteComponentTyped<
+ TennisBallProps,
+ Record,
+ {}
+> {}
diff --git a/lib/TennisNet.svelte b/lib/TennisNet.svelte
new file mode 100644
index 0000000..c226b30
--- /dev/null
+++ b/lib/TennisNet.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/TennisNet.svelte.d.ts b/lib/TennisNet.svelte.d.ts
new file mode 100644
index 0000000..9033504
--- /dev/null
+++ b/lib/TennisNet.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface TennisNetProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class TennisNet extends SvelteComponentTyped<
+ TennisNetProps,
+ Record,
+ {}
+> {}
diff --git a/lib/TennisRacquet.svelte b/lib/TennisRacquet.svelte
new file mode 100644
index 0000000..2e0bcdf
--- /dev/null
+++ b/lib/TennisRacquet.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/TennisRacquet.svelte.d.ts b/lib/TennisRacquet.svelte.d.ts
new file mode 100644
index 0000000..b5f2a65
--- /dev/null
+++ b/lib/TennisRacquet.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface TennisRacquetProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class TennisRacquet extends SvelteComponentTyped<
+ TennisRacquetProps,
+ Record,
+ {}
+> {}
diff --git a/lib/WatsonxCodeAssistant.svelte b/lib/WatsonxCodeAssistant.svelte
new file mode 100644
index 0000000..429088f
--- /dev/null
+++ b/lib/WatsonxCodeAssistant.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/WatsonxCodeAssistant.svelte.d.ts b/lib/WatsonxCodeAssistant.svelte.d.ts
new file mode 100644
index 0000000..a8b19e0
--- /dev/null
+++ b/lib/WatsonxCodeAssistant.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface WatsonxCodeAssistantProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class WatsonxCodeAssistant extends SvelteComponentTyped<
+ WatsonxCodeAssistantProps,
+ Record,
+ {}
+> {}
diff --git a/lib/WatsonxCodeAssistantForZ.svelte b/lib/WatsonxCodeAssistantForZ.svelte
new file mode 100644
index 0000000..1027048
--- /dev/null
+++ b/lib/WatsonxCodeAssistantForZ.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/WatsonxCodeAssistantForZ.svelte.d.ts b/lib/WatsonxCodeAssistantForZ.svelte.d.ts
new file mode 100644
index 0000000..9701a07
--- /dev/null
+++ b/lib/WatsonxCodeAssistantForZ.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface WatsonxCodeAssistantForZProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class WatsonxCodeAssistantForZ extends SvelteComponentTyped<
+ WatsonxCodeAssistantForZProps,
+ Record,
+ {}
+> {}
diff --git a/lib/WatsonxCodeAssistantForZRefactor.svelte b/lib/WatsonxCodeAssistantForZRefactor.svelte
new file mode 100644
index 0000000..0f2d350
--- /dev/null
+++ b/lib/WatsonxCodeAssistantForZRefactor.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/WatsonxCodeAssistantForZRefactor.svelte.d.ts b/lib/WatsonxCodeAssistantForZRefactor.svelte.d.ts
new file mode 100644
index 0000000..612e095
--- /dev/null
+++ b/lib/WatsonxCodeAssistantForZRefactor.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface WatsonxCodeAssistantForZRefactorProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class WatsonxCodeAssistantForZRefactor extends SvelteComponentTyped<
+ WatsonxCodeAssistantForZRefactorProps,
+ Record,
+ {}
+> {}
diff --git a/lib/Whistle.svelte b/lib/Whistle.svelte
new file mode 100644
index 0000000..212c9a2
--- /dev/null
+++ b/lib/Whistle.svelte
@@ -0,0 +1,27 @@
+
+
+
\ No newline at end of file
diff --git a/lib/Whistle.svelte.d.ts b/lib/Whistle.svelte.d.ts
new file mode 100644
index 0000000..1e62f98
--- /dev/null
+++ b/lib/Whistle.svelte.d.ts
@@ -0,0 +1,20 @@
+import type { SvelteComponentTyped } from "svelte";
+import type { SvelteHTMLElements } from "svelte/elements";
+
+type RestProps = SvelteHTMLElements["svg"];
+
+export interface WhistleProps extends RestProps {
+ /**
+ * Specify the pictogram title.
+ * @default undefined
+ */
+ title?: string;
+
+ [key: `data-${string}`]: any;
+}
+
+export default class Whistle extends SvelteComponentTyped<
+ WhistleProps,
+ Record,
+ {}
+> {}
diff --git a/lib/index.d.ts b/lib/index.d.ts
index 6f5cdab..d9b4580 100644
--- a/lib/index.d.ts
+++ b/lib/index.d.ts
@@ -1,5 +1,5 @@
// Type definitions for carbon-pictograms-svelte
-// 1135 pictograms from @carbon/pictograms@12.27.0-rc.0
+// 1173 pictograms from @carbon/pictograms@12.30.0
export { default as AcceleratedComputing } from "./AcceleratedComputing.svelte";
export { default as AcceleratingTransformation } from "./AcceleratingTransformation.svelte";
@@ -39,6 +39,7 @@ export { default as AmsterdamFarm } from "./AmsterdamFarm.svelte";
export { default as AmsterdamWindmill } from "./AmsterdamWindmill.svelte";
export { default as Analytics } from "./Analytics.svelte";
export { default as Analyze } from "./Analyze.svelte";
+export { default as AnalyzeCode } from "./AnalyzeCode.svelte";
export { default as AnalyzesData } from "./AnalyzesData.svelte";
export { default as AnalyzingContainers } from "./AnalyzingContainers.svelte";
export { default as AnonymousUsers } from "./AnonymousUsers.svelte";
@@ -86,6 +87,7 @@ export { default as BareMetal } from "./BareMetal.svelte";
export { default as Bee } from "./Bee.svelte";
export { default as BeijingMunicipal } from "./BeijingMunicipal.svelte";
export { default as BeijingTower } from "./BeijingTower.svelte";
+export { default as BentoBoxTray } from "./BentoBoxTray.svelte";
export { default as BerlinBrandenburgGate } from "./BerlinBrandenburgGate.svelte";
export { default as BerlinCathedral } from "./BerlinCathedral.svelte";
export { default as BerlinTower } from "./BerlinTower.svelte";
@@ -167,6 +169,16 @@ export { default as ChipCircuit } from "./ChipCircuit.svelte";
export { default as ChipCredit } from "./ChipCredit.svelte";
export { default as ChipDebit } from "./ChipDebit.svelte";
export { default as ChooseHowToGetStarted } from "./ChooseHowToGetStarted.svelte";
+export { default as CicsConfigurationManagerForZOs } from "./CicsConfigurationManagerForZOs.svelte";
+export { default as CicsDeploymentAssistant } from "./CicsDeploymentAssistant.svelte";
+export { default as CicsExplorer } from "./CicsExplorer.svelte";
+export { default as CicsInterdependencyAnalyzerForZOs } from "./CicsInterdependencyAnalyzerForZOs.svelte";
+export { default as CicsPerformanceAnalyzerForZOs } from "./CicsPerformanceAnalyzerForZOs.svelte";
+export { default as CicsTransactionGateway } from "./CicsTransactionGateway.svelte";
+export { default as CicsTransactionServerForZOs } from "./CicsTransactionServerForZOs.svelte";
+export { default as CicsTx } from "./CicsTx.svelte";
+export { default as CicsVsamRecoveryForZOs } from "./CicsVsamRecoveryForZOs.svelte";
+export { default as CicsVsamTransparencyForZOs } from "./CicsVsamTransparencyForZOs.svelte";
export { default as CirclePacking } from "./CirclePacking.svelte";
export { default as ClientFinancing_01 } from "./ClientFinancing_01.svelte";
export { default as ClientFinancing_02 } from "./ClientFinancing_02.svelte";
@@ -337,6 +349,7 @@ export { default as DistributionLedger } from "./DistributionLedger.svelte";
export { default as Dna } from "./Dna.svelte";
export { default as DoNot } from "./DoNot.svelte";
export { default as DoNot_02 } from "./DoNot_02.svelte";
+export { default as DoNotStep } from "./DoNotStep.svelte";
export { default as Docker } from "./Docker.svelte";
export { default as Doctor } from "./Doctor.svelte";
export { default as DoctorPatient } from "./DoctorPatient.svelte";
@@ -450,6 +463,9 @@ export { default as Flower_02 } from "./Flower_02.svelte";
export { default as FocusOnCode } from "./FocusOnCode.svelte";
export { default as Fog } from "./Fog.svelte";
export { default as Folder } from "./Folder.svelte";
+export { default as Football } from "./Football.svelte";
+export { default as FootballField } from "./FootballField.svelte";
+export { default as FootballGoalPost } from "./FootballGoalPost.svelte";
export { default as Forecasting } from "./Forecasting.svelte";
export { default as Forklift } from "./Forklift.svelte";
export { default as FountainDrinking } from "./FountainDrinking.svelte";
@@ -462,6 +478,7 @@ export { default as Gear } from "./Gear.svelte";
export { default as GeographicFlexibility } from "./GeographicFlexibility.svelte";
export { default as GetAheadOfRiskAndCompliance } from "./GetAheadOfRiskAndCompliance.svelte";
export { default as Gift } from "./Gift.svelte";
+export { default as GlassBottleAndMetalCan } from "./GlassBottleAndMetalCan.svelte";
export { default as GlobalAnalytics } from "./GlobalAnalytics.svelte";
export { default as GlobalAssetsAndRecovery_01 } from "./GlobalAssetsAndRecovery_01.svelte";
export { default as GlobalAssetsAndRecovery_02 } from "./GlobalAssetsAndRecovery_02.svelte";
@@ -483,10 +500,15 @@ export { default as Globe } from "./Globe.svelte";
export { default as GlobeLocations } from "./GlobeLocations.svelte";
export { default as GoLanguage } from "./GoLanguage.svelte";
export { default as Goals } from "./Goals.svelte";
+export { default as GolfBag } from "./GolfBag.svelte";
+export { default as GolfBall } from "./GolfBall.svelte";
+export { default as GolfClub } from "./GolfClub.svelte";
+export { default as GolfHole } from "./GolfHole.svelte";
export { default as GovernUsersAndIdentities } from "./GovernUsersAndIdentities.svelte";
export { default as Government_01 } from "./Government_01.svelte";
export { default as Government_02 } from "./Government_02.svelte";
export { default as GpuComputing } from "./GpuComputing.svelte";
+export { default as Gramophone } from "./Gramophone.svelte";
export { default as GraphicDesign } from "./GraphicDesign.svelte";
export { default as GraphicIntensiveWorkloads } from "./GraphicIntensiveWorkloads.svelte";
export { default as GreenEnergy } from "./GreenEnergy.svelte";
@@ -547,6 +569,7 @@ export { default as IbmIx } from "./IbmIx.svelte";
export { default as IbmRpa } from "./IbmRpa.svelte";
export { default as IbmZ } from "./IbmZ.svelte";
export { default as IbmZPartition } from "./IbmZPartition.svelte";
+export { default as IbmZAndCloudModernizationStack } from "./IbmZAndCloudModernizationStack.svelte";
export { default as IbmZAndLinuxoneMultiFrame } from "./IbmZAndLinuxoneMultiFrame.svelte";
export { default as IbmZAndLinuxoneSingleFrame } from "./IbmZAndLinuxoneSingleFrame.svelte";
export { default as IbmZ16 } from "./IbmZ16.svelte";
@@ -602,6 +625,7 @@ export { default as Library } from "./Library.svelte";
export { default as LiftAndShift } from "./LiftAndShift.svelte";
export { default as Lightning } from "./Lightning.svelte";
export { default as Link } from "./Link.svelte";
+export { default as Liquids } from "./Liquids.svelte";
export { default as ListBullet } from "./ListBullet.svelte";
export { default as ListCheckbox } from "./ListCheckbox.svelte";
export { default as Literature } from "./Literature.svelte";
@@ -630,6 +654,7 @@ export { default as MadridSkyscrapers } from "./MadridSkyscrapers.svelte";
export { default as MadridStatue } from "./MadridStatue.svelte";
export { default as Magnify } from "./Magnify.svelte";
export { default as MailVerse } from "./MailVerse.svelte";
+export { default as MainframeQualitiesOfService } from "./MainframeQualitiesOfService.svelte";
export { default as ManageApplicationsAnywhere } from "./ManageApplicationsAnywhere.svelte";
export { default as ManagedHosting_01 } from "./ManagedHosting_01.svelte";
export { default as ManagedHosting_02 } from "./ManagedHosting_02.svelte";
@@ -651,6 +676,7 @@ export { default as MedicalCharts } from "./MedicalCharts.svelte";
export { default as MedicalStaff } from "./MedicalStaff.svelte";
export { default as Melbourne } from "./Melbourne.svelte";
export { default as Memory } from "./Memory.svelte";
+export { default as MetalCan } from "./MetalCan.svelte";
export { default as Meter } from "./Meter.svelte";
export { default as MexicoCityAngelOfIndependence } from "./MexicoCityAngelOfIndependence.svelte";
export { default as MexicoCityMuseoSoumaya } from "./MexicoCityMuseoSoumaya.svelte";
@@ -761,6 +787,7 @@ export { default as PhpLanguage } from "./PhpLanguage.svelte";
export { default as PillBottle_01 } from "./PillBottle_01.svelte";
export { default as Pills } from "./Pills.svelte";
export { default as PlanningAnalytics } from "./PlanningAnalytics.svelte";
+export { default as Plastics } from "./Plastics.svelte";
export { default as PlatformAsAService } from "./PlatformAsAService.svelte";
export { default as PlayerFlow } from "./PlayerFlow.svelte";
export { default as PliLanguage } from "./PliLanguage.svelte";
@@ -904,6 +931,7 @@ export { default as Silence } from "./Silence.svelte";
export { default as Singapore } from "./Singapore.svelte";
export { default as SingleSignOn } from "./SingleSignOn.svelte";
export { default as Slack } from "./Slack.svelte";
+export { default as SliceCode } from "./SliceCode.svelte";
export { default as Slider } from "./Slider.svelte";
export { default as SmallComponentsMakingALargerWhole } from "./SmallComponentsMakingALargerWhole.svelte";
export { default as SmallToMediumBusinessSmb } from "./SmallToMediumBusinessSmb.svelte";
@@ -925,9 +953,11 @@ export { default as Speech } from "./Speech.svelte";
export { default as SpeechToText } from "./SpeechToText.svelte";
export { default as Speedometer } from "./Speedometer.svelte";
export { default as Sports } from "./Sports.svelte";
+export { default as Spotlight } from "./Spotlight.svelte";
export { default as Sprout } from "./Sprout.svelte";
export { default as Spss } from "./Spss.svelte";
export { default as StackLimitation } from "./StackLimitation.svelte";
+export { default as Stage } from "./Stage.svelte";
export { default as Stairs } from "./Stairs.svelte";
export { default as StairsDown } from "./StairsDown.svelte";
export { default as StairsPlanView } from "./StairsPlanView.svelte";
@@ -946,6 +976,7 @@ export { default as StorageAreaNetworks } from "./StorageAreaNetworks.svelte";
export { default as StorageForDataAndAi } from "./StorageForDataAndAi.svelte";
export { default as StorageForResiliency } from "./StorageForResiliency.svelte";
export { default as StorageProduct } from "./StorageProduct.svelte";
+export { default as StorageSystems } from "./StorageSystems.svelte";
export { default as Strategy } from "./Strategy.svelte";
export { default as StrategyAndRisk } from "./StrategyAndRisk.svelte";
export { default as StrategyDirect } from "./StrategyDirect.svelte";
@@ -1005,6 +1036,9 @@ export { default as TemperatureHigh } from "./TemperatureHigh.svelte";
export { default as TemperatureLow } from "./TemperatureLow.svelte";
export { default as TemporaryBadge } from "./TemporaryBadge.svelte";
export { default as Tennis } from "./Tennis.svelte";
+export { default as TennisBall } from "./TennisBall.svelte";
+export { default as TennisNet } from "./TennisNet.svelte";
+export { default as TennisRacquet } from "./TennisRacquet.svelte";
export { default as TestTubes } from "./TestTubes.svelte";
export { default as TextData } from "./TextData.svelte";
export { default as TextEquivalent } from "./TextEquivalent.svelte";
@@ -1107,6 +1141,9 @@ export { default as WasteElectronic } from "./WasteElectronic.svelte";
export { default as WatsonLogo } from "./WatsonLogo.svelte";
export { default as Watsonx } from "./Watsonx.svelte";
export { default as WatsonxAi } from "./WatsonxAi.svelte";
+export { default as WatsonxCodeAssistant } from "./WatsonxCodeAssistant.svelte";
+export { default as WatsonxCodeAssistantForZ } from "./WatsonxCodeAssistantForZ.svelte";
+export { default as WatsonxCodeAssistantForZRefactor } from "./WatsonxCodeAssistantForZRefactor.svelte";
export { default as WatsonxData } from "./WatsonxData.svelte";
export { default as WatsonxGovernance } from "./WatsonxGovernance.svelte";
export { default as Weather } from "./Weather.svelte";
@@ -1116,6 +1153,7 @@ export { default as Websites } from "./Websites.svelte";
export { default as Websphere } from "./Websphere.svelte";
export { default as WeddingCake } from "./WeddingCake.svelte";
export { default as Wheat } from "./Wheat.svelte";
+export { default as Whistle } from "./Whistle.svelte";
export { default as Wifi } from "./Wifi.svelte";
export { default as WindPower } from "./WindPower.svelte";
export { default as Windows } from "./Windows.svelte";
diff --git a/lib/index.js b/lib/index.js
index c098821..fea5d4a 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -36,6 +36,7 @@ export { default as AmsterdamFarm } from "./AmsterdamFarm.svelte";
export { default as AmsterdamWindmill } from "./AmsterdamWindmill.svelte";
export { default as Analytics } from "./Analytics.svelte";
export { default as Analyze } from "./Analyze.svelte";
+export { default as AnalyzeCode } from "./AnalyzeCode.svelte";
export { default as AnalyzesData } from "./AnalyzesData.svelte";
export { default as AnalyzingContainers } from "./AnalyzingContainers.svelte";
export { default as AnonymousUsers } from "./AnonymousUsers.svelte";
@@ -83,6 +84,7 @@ export { default as BareMetal } from "./BareMetal.svelte";
export { default as Bee } from "./Bee.svelte";
export { default as BeijingMunicipal } from "./BeijingMunicipal.svelte";
export { default as BeijingTower } from "./BeijingTower.svelte";
+export { default as BentoBoxTray } from "./BentoBoxTray.svelte";
export { default as BerlinBrandenburgGate } from "./BerlinBrandenburgGate.svelte";
export { default as BerlinCathedral } from "./BerlinCathedral.svelte";
export { default as BerlinTower } from "./BerlinTower.svelte";
@@ -164,6 +166,16 @@ export { default as ChipCircuit } from "./ChipCircuit.svelte";
export { default as ChipCredit } from "./ChipCredit.svelte";
export { default as ChipDebit } from "./ChipDebit.svelte";
export { default as ChooseHowToGetStarted } from "./ChooseHowToGetStarted.svelte";
+export { default as CicsConfigurationManagerForZOs } from "./CicsConfigurationManagerForZOs.svelte";
+export { default as CicsDeploymentAssistant } from "./CicsDeploymentAssistant.svelte";
+export { default as CicsExplorer } from "./CicsExplorer.svelte";
+export { default as CicsInterdependencyAnalyzerForZOs } from "./CicsInterdependencyAnalyzerForZOs.svelte";
+export { default as CicsPerformanceAnalyzerForZOs } from "./CicsPerformanceAnalyzerForZOs.svelte";
+export { default as CicsTransactionGateway } from "./CicsTransactionGateway.svelte";
+export { default as CicsTransactionServerForZOs } from "./CicsTransactionServerForZOs.svelte";
+export { default as CicsTx } from "./CicsTx.svelte";
+export { default as CicsVsamRecoveryForZOs } from "./CicsVsamRecoveryForZOs.svelte";
+export { default as CicsVsamTransparencyForZOs } from "./CicsVsamTransparencyForZOs.svelte";
export { default as CirclePacking } from "./CirclePacking.svelte";
export { default as ClientFinancing_01 } from "./ClientFinancing_01.svelte";
export { default as ClientFinancing_02 } from "./ClientFinancing_02.svelte";
@@ -334,6 +346,7 @@ export { default as DistributionLedger } from "./DistributionLedger.svelte";
export { default as Dna } from "./Dna.svelte";
export { default as DoNot } from "./DoNot.svelte";
export { default as DoNot_02 } from "./DoNot_02.svelte";
+export { default as DoNotStep } from "./DoNotStep.svelte";
export { default as Docker } from "./Docker.svelte";
export { default as Doctor } from "./Doctor.svelte";
export { default as DoctorPatient } from "./DoctorPatient.svelte";
@@ -447,6 +460,9 @@ export { default as Flower_02 } from "./Flower_02.svelte";
export { default as FocusOnCode } from "./FocusOnCode.svelte";
export { default as Fog } from "./Fog.svelte";
export { default as Folder } from "./Folder.svelte";
+export { default as Football } from "./Football.svelte";
+export { default as FootballField } from "./FootballField.svelte";
+export { default as FootballGoalPost } from "./FootballGoalPost.svelte";
export { default as Forecasting } from "./Forecasting.svelte";
export { default as Forklift } from "./Forklift.svelte";
export { default as FountainDrinking } from "./FountainDrinking.svelte";
@@ -459,6 +475,7 @@ export { default as Gear } from "./Gear.svelte";
export { default as GeographicFlexibility } from "./GeographicFlexibility.svelte";
export { default as GetAheadOfRiskAndCompliance } from "./GetAheadOfRiskAndCompliance.svelte";
export { default as Gift } from "./Gift.svelte";
+export { default as GlassBottleAndMetalCan } from "./GlassBottleAndMetalCan.svelte";
export { default as GlobalAnalytics } from "./GlobalAnalytics.svelte";
export { default as GlobalAssetsAndRecovery_01 } from "./GlobalAssetsAndRecovery_01.svelte";
export { default as GlobalAssetsAndRecovery_02 } from "./GlobalAssetsAndRecovery_02.svelte";
@@ -480,10 +497,15 @@ export { default as Globe } from "./Globe.svelte";
export { default as GlobeLocations } from "./GlobeLocations.svelte";
export { default as GoLanguage } from "./GoLanguage.svelte";
export { default as Goals } from "./Goals.svelte";
+export { default as GolfBag } from "./GolfBag.svelte";
+export { default as GolfBall } from "./GolfBall.svelte";
+export { default as GolfClub } from "./GolfClub.svelte";
+export { default as GolfHole } from "./GolfHole.svelte";
export { default as GovernUsersAndIdentities } from "./GovernUsersAndIdentities.svelte";
export { default as Government_01 } from "./Government_01.svelte";
export { default as Government_02 } from "./Government_02.svelte";
export { default as GpuComputing } from "./GpuComputing.svelte";
+export { default as Gramophone } from "./Gramophone.svelte";
export { default as GraphicDesign } from "./GraphicDesign.svelte";
export { default as GraphicIntensiveWorkloads } from "./GraphicIntensiveWorkloads.svelte";
export { default as GreenEnergy } from "./GreenEnergy.svelte";
@@ -544,6 +566,7 @@ export { default as IbmIx } from "./IbmIx.svelte";
export { default as IbmRpa } from "./IbmRpa.svelte";
export { default as IbmZ } from "./IbmZ.svelte";
export { default as IbmZPartition } from "./IbmZPartition.svelte";
+export { default as IbmZAndCloudModernizationStack } from "./IbmZAndCloudModernizationStack.svelte";
export { default as IbmZAndLinuxoneMultiFrame } from "./IbmZAndLinuxoneMultiFrame.svelte";
export { default as IbmZAndLinuxoneSingleFrame } from "./IbmZAndLinuxoneSingleFrame.svelte";
export { default as IbmZ16 } from "./IbmZ16.svelte";
@@ -599,6 +622,7 @@ export { default as Library } from "./Library.svelte";
export { default as LiftAndShift } from "./LiftAndShift.svelte";
export { default as Lightning } from "./Lightning.svelte";
export { default as Link } from "./Link.svelte";
+export { default as Liquids } from "./Liquids.svelte";
export { default as ListBullet } from "./ListBullet.svelte";
export { default as ListCheckbox } from "./ListCheckbox.svelte";
export { default as Literature } from "./Literature.svelte";
@@ -627,6 +651,7 @@ export { default as MadridSkyscrapers } from "./MadridSkyscrapers.svelte";
export { default as MadridStatue } from "./MadridStatue.svelte";
export { default as Magnify } from "./Magnify.svelte";
export { default as MailVerse } from "./MailVerse.svelte";
+export { default as MainframeQualitiesOfService } from "./MainframeQualitiesOfService.svelte";
export { default as ManageApplicationsAnywhere } from "./ManageApplicationsAnywhere.svelte";
export { default as ManagedHosting_01 } from "./ManagedHosting_01.svelte";
export { default as ManagedHosting_02 } from "./ManagedHosting_02.svelte";
@@ -648,6 +673,7 @@ export { default as MedicalCharts } from "./MedicalCharts.svelte";
export { default as MedicalStaff } from "./MedicalStaff.svelte";
export { default as Melbourne } from "./Melbourne.svelte";
export { default as Memory } from "./Memory.svelte";
+export { default as MetalCan } from "./MetalCan.svelte";
export { default as Meter } from "./Meter.svelte";
export { default as MexicoCityAngelOfIndependence } from "./MexicoCityAngelOfIndependence.svelte";
export { default as MexicoCityMuseoSoumaya } from "./MexicoCityMuseoSoumaya.svelte";
@@ -758,6 +784,7 @@ export { default as PhpLanguage } from "./PhpLanguage.svelte";
export { default as PillBottle_01 } from "./PillBottle_01.svelte";
export { default as Pills } from "./Pills.svelte";
export { default as PlanningAnalytics } from "./PlanningAnalytics.svelte";
+export { default as Plastics } from "./Plastics.svelte";
export { default as PlatformAsAService } from "./PlatformAsAService.svelte";
export { default as PlayerFlow } from "./PlayerFlow.svelte";
export { default as PliLanguage } from "./PliLanguage.svelte";
@@ -901,6 +928,7 @@ export { default as Silence } from "./Silence.svelte";
export { default as Singapore } from "./Singapore.svelte";
export { default as SingleSignOn } from "./SingleSignOn.svelte";
export { default as Slack } from "./Slack.svelte";
+export { default as SliceCode } from "./SliceCode.svelte";
export { default as Slider } from "./Slider.svelte";
export { default as SmallComponentsMakingALargerWhole } from "./SmallComponentsMakingALargerWhole.svelte";
export { default as SmallToMediumBusinessSmb } from "./SmallToMediumBusinessSmb.svelte";
@@ -922,9 +950,11 @@ export { default as Speech } from "./Speech.svelte";
export { default as SpeechToText } from "./SpeechToText.svelte";
export { default as Speedometer } from "./Speedometer.svelte";
export { default as Sports } from "./Sports.svelte";
+export { default as Spotlight } from "./Spotlight.svelte";
export { default as Sprout } from "./Sprout.svelte";
export { default as Spss } from "./Spss.svelte";
export { default as StackLimitation } from "./StackLimitation.svelte";
+export { default as Stage } from "./Stage.svelte";
export { default as Stairs } from "./Stairs.svelte";
export { default as StairsDown } from "./StairsDown.svelte";
export { default as StairsPlanView } from "./StairsPlanView.svelte";
@@ -943,6 +973,7 @@ export { default as StorageAreaNetworks } from "./StorageAreaNetworks.svelte";
export { default as StorageForDataAndAi } from "./StorageForDataAndAi.svelte";
export { default as StorageForResiliency } from "./StorageForResiliency.svelte";
export { default as StorageProduct } from "./StorageProduct.svelte";
+export { default as StorageSystems } from "./StorageSystems.svelte";
export { default as Strategy } from "./Strategy.svelte";
export { default as StrategyAndRisk } from "./StrategyAndRisk.svelte";
export { default as StrategyDirect } from "./StrategyDirect.svelte";
@@ -1002,6 +1033,9 @@ export { default as TemperatureHigh } from "./TemperatureHigh.svelte";
export { default as TemperatureLow } from "./TemperatureLow.svelte";
export { default as TemporaryBadge } from "./TemporaryBadge.svelte";
export { default as Tennis } from "./Tennis.svelte";
+export { default as TennisBall } from "./TennisBall.svelte";
+export { default as TennisNet } from "./TennisNet.svelte";
+export { default as TennisRacquet } from "./TennisRacquet.svelte";
export { default as TestTubes } from "./TestTubes.svelte";
export { default as TextData } from "./TextData.svelte";
export { default as TextEquivalent } from "./TextEquivalent.svelte";
@@ -1104,6 +1138,9 @@ export { default as WasteElectronic } from "./WasteElectronic.svelte";
export { default as WatsonLogo } from "./WatsonLogo.svelte";
export { default as Watsonx } from "./Watsonx.svelte";
export { default as WatsonxAi } from "./WatsonxAi.svelte";
+export { default as WatsonxCodeAssistant } from "./WatsonxCodeAssistant.svelte";
+export { default as WatsonxCodeAssistantForZ } from "./WatsonxCodeAssistantForZ.svelte";
+export { default as WatsonxCodeAssistantForZRefactor } from "./WatsonxCodeAssistantForZRefactor.svelte";
export { default as WatsonxData } from "./WatsonxData.svelte";
export { default as WatsonxGovernance } from "./WatsonxGovernance.svelte";
export { default as Weather } from "./Weather.svelte";
@@ -1113,6 +1150,7 @@ export { default as Websites } from "./Websites.svelte";
export { default as Websphere } from "./Websphere.svelte";
export { default as WeddingCake } from "./WeddingCake.svelte";
export { default as Wheat } from "./Wheat.svelte";
+export { default as Whistle } from "./Whistle.svelte";
export { default as Wifi } from "./Wifi.svelte";
export { default as WindPower } from "./WindPower.svelte";
export { default as Windows } from "./Windows.svelte";
diff --git a/package.json b/package.json
index f91233b..e96854e 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
},
"devDependencies": {
"@carbon/icon-helpers": "latest",
- "@carbon/pictograms": "12.27.0-rc.0",
+ "@carbon/pictograms": "12.30.0",
"@types/bun": "latest",
"@types/carbon__icon-helpers": "latest",
"sveld": "latest",
diff --git a/tests/__snapshots__/index.test.ts.snap b/tests/__snapshots__/index.test.ts.snap
index ec4fb81..3ca2f4a 100644
--- a/tests/__snapshots__/index.test.ts.snap
+++ b/tests/__snapshots__/index.test.ts.snap
@@ -1,1144 +1,4 @@
-// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-
-exports[`carbon-pictograms-svelte > imports 2`] = `
-[
- "AcceleratedComputing",
- "AcceleratingTransformation",
- "AccessManagement",
- "ActiveServer",
- "AdTech",
- "AddDevice",
- "AddDocument",
- "AdvancedFraudProtection",
- "AdvancedThreats",
- "Advocate",
- "AdvocateMask",
- "Agility",
- "AgilityWithHybridMulticloud",
- "Agriculture",
- "Ai",
- "AiEthics",
- "AiExplainability",
- "AiPrivacy",
- "AiReady",
- "AiRobustness",
- "AiTransparency",
- "AiTrust",
- "AiGovernanceLifecycleFactsheet",
- "AiGovernanceModel",
- "AiGovernanceModelTuned",
- "AiGovernancePrompt",
- "AirConditioner",
- "Airplane",
- "Alarm",
- "AlchemyDataNews",
- "AlchemyLanguage",
- "AlchemyVision",
- "Americas",
- "AmsterdamCanal",
- "AmsterdamFarm",
- "AmsterdamWindmill",
- "Analytics",
- "Analyze",
- "AnalyzesData",
- "AnalyzingContainers",
- "AnonymousUsers",
- "Apartment",
- "Api",
- "ApiLifecycle",
- "AppDeveloper",
- "AppModernization",
- "Apple",
- "Application",
- "ApplicationIntegration",
- "ApplicationPlatform",
- "ApplicationSecurity",
- "Apps",
- "Archive",
- "ArgentinaObelisk",
- "ArtTools_01",
- "AsiaAustralia",
- "AssessmentUsed",
- "AssetManagement",
- "Assets",
- "Atlanta",
- "AudioData",
- "AuditTrail",
- "AugmentedReality",
- "Austin",
- "AutomateModularManagement",
- "Automated",
- "AutomationDecision",
- "AutomationSoftware",
- "Automobile",
- "Availability",
- "BabyBottle",
- "BackUpAndRestore",
- "Backpack",
- "Badge",
- "Bag",
- "Balanced",
- "Balloon",
- "BalloonHotAir",
- "Bangalore",
- "Banking",
- "Barcelona",
- "BareMetal",
- "Bee",
- "BeijingMunicipal",
- "BeijingTower",
- "BerlinBrandenburgGate",
- "BerlinCathedral",
- "BerlinTower",
- "Bicycle",
- "BigData",
- "BirthdayCake",
- "Blender",
- "Blockchain",
- "Blockchain_02",
- "Bluepages",
- "BostonZakimBridge",
- "BoxPlot",
- "Broom",
- "Budapest",
- "BudapestCitadella",
- "BudapestLabSkyline",
- "BugVirusMalware",
- "Build",
- "BuildLeadershipAndCulture",
- "BuildAndDeployPipeline",
- "BuildApplicationsAnywhere",
- "Building",
- "Bulldozer",
- "Bus",
- "BusinessAnalytics",
- "BusinessContinuity",
- "BusinessContinuity_02",
- "CLanguage",
- "CPlusPlusLanguage",
- "Cafe",
- "CairoGizaPlateau",
- "Calendar",
- "CalendarDate",
- "CalendarEvent",
- "Camera",
- "CanadaMapleLeaf",
- "Candy",
- "Capitol",
- "Carbon",
- "CarbonForCloud",
- "CarbonForIbmDotcom",
- "CarbonForIbmProduct",
- "Cardboard",
- "Care",
- "CargoCrane",
- "CargoShip",
- "Cell",
- "Chart_3D",
- "ChartArea",
- "ChartBar",
- "ChartBubble",
- "ChartBubbleLine",
- "ChartCandlestick",
- "ChartCustom",
- "ChartErrorBar",
- "ChartEvaluation",
- "ChartHighLow",
- "ChartHistogram",
- "ChartLine",
- "ChartMultiLine",
- "ChartMultiType",
- "ChartParallel",
- "ChartPie",
- "ChartQuadrantPlot",
- "ChartRadar",
- "ChartRiver",
- "ChartScatterplot",
- "ChartScreePlot",
- "ChartStepper",
- "ChartSunburst",
- "ChartTSne",
- "ChartTwoYAxis",
- "Cheese",
- "Cherries",
- "Chicago",
- "ChileEasterIsland",
- "ChileHandOfTheDesert",
- "ChipCircuit",
- "ChipCredit",
- "ChipDebit",
- "ChooseHowToGetStarted",
- "CirclePacking",
- "ClientFinancing_01",
- "ClientFinancing_02",
- "ClothesRack_01",
- "ClothesRack_02",
- "CloudAnalytics",
- "CloudAssets",
- "CloudBuilderProfessionalServices",
- "CloudComputing",
- "CloudDataServices",
- "CloudDownload",
- "CloudEcosystem",
- "CloudGuidelines",
- "CloudInfrastructureManagement",
- "CloudIntegration",
- "CloudManagedServices",
- "CloudNative_01",
- "CloudNative_02",
- "CloudNative_03",
- "CloudObjectStorage",
- "CloudOracle",
- "CloudPartners",
- "CloudPlanning",
- "CloudPlatform",
- "CloudPrivate",
- "CloudSap",
- "CloudServices",
- "CloudServicesPricing",
- "CloudStorage",
- "CloudStrategy",
- "CloudTutorials",
- "CloudUpload",
- "CloudVmware",
- "CloudPakFamily",
- "CloudPakForApplications",
- "CloudPakForBusinessAutomation",
- "CloudPakForData",
- "CloudPakForIntegration",
- "CloudPakForMulticloudManagement",
- "CloudPakForNetworkAutomation",
- "CloudPakForSecurity",
- "CloudPakSystem",
- "Cloudy",
- "CloudyDewy",
- "CloudyHazy",
- "CloudyHumid",
- "CloudyPartial",
- "CloudyWindy",
- "Cluster",
- "CoatHanger",
- "CobolLanguage",
- "Code",
- "CodeSyntax",
- "CognosAnalytics",
- "CollaborateWithTeams",
- "Collaboration",
- "College",
- "ColombiaCathedralOfLasLajas",
- "ColorContrast",
- "CommercialFinancing_01",
- "CommercialFinancing_02",
- "Compliant",
- "CompostBin",
- "Compute",
- "ConceptExpansion",
- "ConceptInsights",
- "ConditionBuilder",
- "ConfidentialComputing",
- "Connect",
- "ConnectApplications",
- "ConnectToCloud",
- "ConnectedDevices",
- "ConnectedEcosystem",
- "ConnectedNodesToTheCloud",
- "Connectivity",
- "Console",
- "ConsoleWireless",
- "Construct",
- "ConstructionWorker",
- "ConstructionWorkerMask",
- "ConsumerEngagementFoodJourney",
- "Container",
- "ContainerMicroservices",
- "ContainerizedApplications",
- "Containers",
- "ContainersAndCloudNative",
- "ContentDesign",
- "ContentDeliveryNetwork",
- "Continuous",
- "ContinuousSecurity",
- "Contract",
- "Control",
- "ControlPanel",
- "ControlsFramework",
- "Conversation",
- "Cookie",
- "CopenhagenPlanetarium",
- "CopenhagenSnekkja",
- "Coronavirus",
- "Coupon",
- "CreditCard",
- "Crop",
- "Cupcake",
- "CurveCubic",
- "CurveExponential",
- "CurveInverse",
- "CurveLinear",
- "CurveLogarithmic",
- "CurveLogistic",
- "CurvePower",
- "CurveQuadratic",
- "CustomWorkloads",
- "CustomReports",
- "CustomerService",
- "Customizable",
- "Dashboard",
- "DataApis",
- "DataBackup",
- "DataCenters",
- "DataInsights",
- "DataManagement",
- "DataPrivacy",
- "DataPrivacy_02",
- "DataPrivacyKey",
- "DataProcessing",
- "DataProtectionDataSecurity",
- "DataScience",
- "DataSecurity",
- "DataSet",
- "DataStorage",
- "DataTransfer",
- "DataWarehousing",
- "Database",
- "Db2",
- "DecisionVelocity",
- "DedicatedHost",
- "DedicatedInstance",
- "DeepLearning",
- "Delete",
- "DeliverInsights",
- "Delivered",
- "DeliveryTruck",
- "DeployingContainers",
- "Deployment",
- "DesignLeadership",
- "DesignResearch",
- "DesignAndDevelopment_01",
- "DesignAndDevelopment_02",
- "DesignThinkingTeam",
- "Desktop",
- "DetectAndStopAdvancingThreats",
- "DevAndTest",
- "DeveloperTools",
- "DeveloperZOs",
- "DevicePairing",
- "DevicesAtIbm",
- "Devops",
- "Devops_02",
- "DevopsToolchain",
- "Dialogue",
- "Digital",
- "DigitalId",
- "DigitalTrust",
- "Dining",
- "Directlink",
- "DisasterRecovery",
- "DistributionLedger",
- "Dna",
- "DoNot",
- "DoNot_02",
- "Docker",
- "Doctor",
- "DoctorPatient",
- "DocumentConversion",
- "DocumentSecurity",
- "Documentation",
- "DoorHandle",
- "Download_01",
- "Download_02",
- "DragAndDropInterface",
- "Dropper",
- "DubaiPalmIslands",
- "DubaiSkyscraper",
- "DublinBrewery",
- "DublinCastle",
- "DuplicateFile",
- "DynamicWorkloads",
- "ECommerce",
- "Earth",
- "EaseOfUse",
- "Ecosystem",
- "EcuadorQuito",
- "Edge",
- "Education",
- "Efficient",
- "Electric",
- "ElectricCar",
- "ElectricCharge",
- "ElementsOfTheCloud",
- "Elevator",
- "Embed",
- "EmergencyExit",
- "EmployeeInsights",
- "Encryption",
- "EndpointProtection",
- "EnergyCrisis",
- "Engine",
- "Enterprise",
- "EnterpriseDesignThinking_01",
- "EnterpriseDesignThinking_02",
- "EnterpriseMessaging",
- "Envelope",
- "ErlenmeyerFlask",
- "EscalatorDown",
- "EscalatorUp",
- "EsgReporting_01",
- "EsgReporting_02",
- "EuropeAfrica",
- "EventAutomation",
- "EventEndpointManagement",
- "EventProcessing",
- "EventStreams",
- "EventStreams_02",
- "EventDriven",
- "ExpandHorz",
- "ExpandUser",
- "ExpandVert",
- "Expansion",
- "Export_01",
- "Export_02",
- "ExtendTheDataCenter",
- "Extensible",
- "ExtractText",
- "Eye",
- "EyewashStation",
- "FaceDissatisfied",
- "FaceNeutral",
- "FaceSatisfied",
- "FaceVeryDissatisfied",
- "FaceVerySatisfied",
- "Factory",
- "Fairness",
- "Farm_01",
- "Farm_02",
- "Farmer_01",
- "Farmer_02",
- "Fast",
- "FasterInnovationWithPartners",
- "Faucet",
- "FaultTolerant",
- "Feedback_01",
- "Feedback_02",
- "FileBackup",
- "FileTransfer",
- "FilterVariable",
- "FilterAndGroupData",
- "FinanceStrategy",
- "FinancialConsultant",
- "FinancialGain",
- "FinancialNetworks",
- "FinancialNews",
- "FinancialServices",
- "FireAlarm",
- "FireExtinguisher",
- "Firecracker",
- "Firefighter",
- "Firewall",
- "FirstAid",
- "Flag",
- "FlashStorage",
- "FlashingContent",
- "Flexibility",
- "Flexibility_02",
- "Flexible",
- "FlexibleCompute",
- "FlexibleInfrastructure",
- "FlowChart",
- "FlowChartDetail",
- "Flower_01",
- "Flower_02",
- "FocusOnCode",
- "Fog",
- "Folder",
- "Forecasting",
- "Forklift",
- "FountainDrinking",
- "Fragile",
- "FreeTrial",
- "Fuel",
- "FullyManaged",
- "FunctionsAsAService",
- "Gear",
- "GeographicFlexibility",
- "GetAheadOfRiskAndCompliance",
- "Gift",
- "GlobalAnalytics",
- "GlobalAssetsAndRecovery_01",
- "GlobalAssetsAndRecovery_02",
- "GlobalBusinessServices",
- "GlobalCurrency",
- "GlobalExchange",
- "GlobalFinanceEuro",
- "GlobalFinanceNetwork",
- "GlobalFinanceSterling",
- "GlobalFootprint",
- "GlobalMarkets",
- "GlobalMarketsBar",
- "GlobalNetwork",
- "GlobalPartner",
- "GlobalSecurity",
- "GlobalStrategy",
- "GlobalTechnologyServices",
- "Globe",
- "GlobeLocations",
- "GoLanguage",
- "Goals",
- "GovernUsersAndIdentities",
- "Government_01",
- "Government_02",
- "GpuComputing",
- "GraphicDesign",
- "GraphicIntensiveWorkloads",
- "GreenEnergy",
- "GreenIt_01",
- "GreenIt_02",
- "Group",
- "Growth",
- "Guitar",
- "Hail",
- "HailHeavy",
- "HailMixed",
- "HamburgPhilharmone",
- "Handicap",
- "HandicapActive",
- "Handshake",
- "HardDrive",
- "HardDriveNetwork",
- "HardIceCream",
- "Hazy",
- "Headphones",
- "Healthcare",
- "Heart",
- "HeartHealth",
- "HeatMap_01",
- "HeatMap_02",
- "HelpDesk",
- "HighFive",
- "HighPerformance",
- "HighPerformanceComputing",
- "HighRiskUsers",
- "HighSpeedDataTransport",
- "HighVolumeData",
- "HighlyAvailable",
- "Hills",
- "HomeFront",
- "HomeGarage",
- "HomeProfile",
- "HongKong",
- "HongKongCityscape",
- "Hospital",
- "Hpi",
- "Humid",
- "Hurricane",
- "HybridCloud",
- "HybridCloud_02",
- "HybridCloud_03",
- "HybridCloudInfrastructure",
- "HybridCloudServices",
- "HybridItManagement",
- "HyperProtect",
- "HyperProtectContainers",
- "HyperProtectCryptoService",
- "HyperProtectDatabaseAsAService",
- "HyperProtectVirtualServers",
- "IbmAutomationPlatform",
- "IbmCloud",
- "IbmIx",
- "IbmRpa",
- "IbmZ",
- "IbmZPartition",
- "IbmZAndLinuxoneMultiFrame",
- "IbmZAndLinuxoneSingleFrame",
- "IbmZ16",
- "IbmZ16MultiFrame",
- "IbmZ16PlusCloud",
- "IbmZ16SingleFrame",
- "IdBadge",
- "Idea",
- "Ideate",
- "IdentifyAndAccess",
- "IdentifyAndResolveIssues",
- "IdentityTrustAssessment",
- "IndiaSouthAsia",
- "InfrastructureAsAService",
- "InfrastructureSecurity",
- "InnerSource",
- "Innovate",
- "Insights",
- "InspectData",
- "Insurance",
- "Insurance_02",
- "Integration",
- "Integration_02",
- "Integration_03",
- "Intelligence",
- "Intercom",
- "InternetOfThings",
- "Invoice",
- "IotMunich",
- "ItInfrastructureSoftware",
- "Java",
- "Javascript",
- "Juice",
- "Justice",
- "KeepDry",
- "KeepYourOwnKey",
- "KeyUsers",
- "Keyboard",
- "KnowsDarkData",
- "KualaLumpur",
- "Kubernetes",
- "KubernetesPod",
- "Language_01",
- "Language_02",
- "Language_03",
- "Language_04",
- "Language_05",
- "LanguageTranslation",
- "Lantern",
- "Launch",
- "Leader",
- "Library",
- "LiftAndShift",
- "Lightning",
- "Link",
- "ListBullet",
- "ListCheckbox",
- "Literature",
- "LoadBalancer",
- "Location",
- "Lock_01",
- "Lock_02",
- "LockedNetwork_01",
- "LockedNetwork_02",
- "London",
- "LondonBigBen",
- "LoopHearing",
- "Love",
- "LoweringRisk",
- "Luggage",
- "Lungs",
- "MachineLearning_01",
- "MachineLearning_02",
- "MachineLearning_03",
- "MachineLearning_04",
- "MachineLearning_05",
- "MachineLearning_06",
- "MachineLearning_07",
- "MadridCathedral",
- "MadridSkyscrapers",
- "MadridStatue",
- "Magnify",
- "MailVerse",
- "ManageApplicationsAnywhere",
- "ManagedHosting_01",
- "ManagedHosting_02",
- "Management",
- "ManagingContainers",
- "ManagingContractualFlow",
- "ManagingItems",
- "Marketplace",
- "Mas",
- "MassDataMigration",
- "MasterThreatHunting",
- "MathCurve",
- "Maximize",
- "Medal_01",
- "Medal_02",
- "MediaAndEntertainment",
- "Medical",
- "MedicalCharts",
- "MedicalStaff",
- "Melbourne",
- "Memory",
- "Meter",
- "MexicoCityAngelOfIndependence",
- "MexicoCityMuseoSoumaya",
- "Micro",
- "Microorganisms",
- "Microphone",
- "Microscope",
- "Microservices",
- "Migration",
- "MilanDuomoDiMilano",
- "MilanSkyscrapers",
- "Minimize",
- "Mobile",
- "MobileAdd",
- "MobileChat",
- "MobileDevices",
- "MobilePhone",
- "Modernize",
- "Monitor",
- "MonitoredItemOnConveyor",
- "MoonFull",
- "MoonCake",
- "MortarAndPestle",
- "Moscow",
- "MovementInOverlappingNetworks",
- "MovementOfGoods_01",
- "MovementOfGoods_02",
- "MovementOfGoods_03",
- "MovementOfItems",
- "MovingDolly",
- "Mqa",
- "Mri",
- "MriPatient",
- "Multitask",
- "Munich",
- "Music",
- "NaturalLanguageClassifier",
- "NaturalLanguageUnderstanding",
- "Network",
- "Network_02",
- "NetworkAppliances",
- "NetworkOfDevices",
- "NetworkProtection",
- "NetworkSecurity",
- "NetworkServices",
- "NetworkTraffic",
- "Networking_01",
- "Networking_02",
- "Networking_03",
- "Networking_04",
- "Networking_05",
- "Networking_06",
- "NewFinancialCustomerExperiences",
- "NewRevenueStreams",
- "Nice",
- "NightClear",
- "NoSmoking",
- "Notifications",
- "NycBrooklyn",
- "NycChryslerBuilding",
- "NycManhattan_01",
- "NycManhattan_02",
- "NycStatueOfLiberty",
- "NycWorldTradeCenter",
- "Office",
- "OilPump",
- "OilRig",
- "Okinawa",
- "OnPremise",
- "OnPremiseToCloud",
- "OpenSource",
- "OperateOffline",
- "OperatingSystem",
- "OperationalMetrics",
- "OperationalEfficiency",
- "Optimize",
- "OptimizeCashFlow_01",
- "OptimizeCashFlow_02",
- "Organization",
- "Ornament",
- "Overcast",
- "Overview",
- "PaperClip",
- "ParisArcDeTriomphe",
- "ParisLouvre",
- "ParisNotreDame",
- "ParisPompidouCenter",
- "Parliament",
- "PartnerRelationship",
- "Partnership",
- "Path",
- "Pattern",
- "PayForWhatYouUse",
- "Perfume",
- "Person_01",
- "Person_02",
- "Person_03",
- "Person_04",
- "Person_05",
- "Person_06",
- "Person_07",
- "Person_08",
- "Person_09",
- "PersonalityInsights",
- "PeruMachuPicchu",
- "PetriCulture",
- "PhpLanguage",
- "PillBottle_01",
- "Pills",
- "PlanningAnalytics",
- "PlatformAsAService",
- "PlayerFlow",
- "PliLanguage",
- "Podcast",
- "Police",
- "PopulationDiagram",
- "PortlandBuilding",
- "Power",
- "PowerOn",
- "PragueCharlesBridgeTower",
- "PragueDancingHouse_01",
- "PragueDancingHouse_02",
- "Predictability",
- "PredictiveAnalytics",
- "Pregnant",
- "Prescription",
- "Presentation",
- "Presenter",
- "Price",
- "Printer",
- "PrivateNetwork_01",
- "PrivateNetwork_02",
- "PrivateNetwork_03",
- "PrivateNetwork_04",
- "Process",
- "ProcessAutomation",
- "Productivity",
- "ProfessionalMarketplace",
- "Progress",
- "ProtectCriticalAssets",
- "ProvenTechnology",
- "Public",
- "PublicCloudToPrivateCloud",
- "Puzzle",
- "QQPlot",
- "QrCode",
- "Quantum",
- "QuantumSafe",
- "QuantumComputing",
- "Question",
- "QuestionAndAnswer",
- "RLanguage",
- "Racetrack",
- "Rainy",
- "RainyHeavy",
- "RaleighNc",
- "RandomSamples",
- "Rank",
- "ReactToData",
- "ReadOnly",
- "RealEstate",
- "RealTime",
- "Receipt",
- "Recycle",
- "RecycleBin",
- "RedHatApplications",
- "RedefiningFinancialServices",
- "ReducingCost",
- "Refinery",
- "Refresh",
- "RelationshipDiagram",
- "RelationshipExtraction",
- "Reliability",
- "Reliability_02",
- "Renew",
- "RenewTeam",
- "Repeat",
- "Report",
- "Research",
- "ResellerPrograms",
- "Reset",
- "ResetHybridCloud",
- "ResetSettings",
- "Resilience",
- "ResourceHealth",
- "Resources",
- "Retail",
- "RetailSustainable",
- "RetrieveAndRank",
- "RichTextFormat",
- "RioDeJaneiro",
- "Robot",
- "Robotics",
- "RockOn",
- "Rocket",
- "Rome",
- "RotateDevice",
- "SaasEnablement",
- "SaasIntegration",
- "SalesConnect",
- "SalesforceIntegration",
- "SampleFile",
- "SanFrancisco",
- "SanFranciscoFog",
- "SaoPaulo",
- "Sap",
- "SapHana",
- "Satellite",
- "SatelliteDish",
- "SaveTime",
- "Scalable",
- "Scale",
- "Scale_02",
- "ScalingContainers",
- "ScanCode",
- "ScatterMatrix",
- "ScientificComputing",
- "ScientificResearch",
- "Seattle",
- "SecureData",
- "SecureDevops",
- "SecureGateway",
- "SecureHybridCloud",
- "SecureProfile",
- "SecureSearch",
- "Security",
- "Security_02",
- "SecurityAsAService",
- "SecurityGroups",
- "SecurityHygiene",
- "SecurityIntelligence",
- "SecurityManagement",
- "SecurityShield",
- "SecurityVisibility",
- "SelectProduct",
- "SelectRange",
- "SeoulGyeongbokgungPalace",
- "ServerOperatingSystems",
- "ServerRack",
- "Serverless",
- "Serverless_02",
- "Servers",
- "ShanghaiCityscape",
- "ShanghaiOrientalPearlTower",
- "SharingData",
- "Shirt",
- "Shop",
- "ShoppingCart",
- "Shower",
- "Silence",
- "Singapore",
- "SingleSignOn",
- "Slack",
- "Slider",
- "SmallComponentsMakingALargerWhole",
- "SmallToMediumBusinessSmb",
- "Sneaker",
- "Snow",
- "Snowflake",
- "SocialWork_01",
- "SocialWork_02",
- "SocialWorker",
- "Socks",
- "SoftIceCream",
- "SoftlayerEnablement",
- "Software",
- "SolarField",
- "SolarPanel",
- "Solve",
- "Spaceship",
- "Speech",
- "SpeechToText",
- "Speedometer",
- "Sports",
- "Sprout",
- "Spss",
- "StackLimitation",
- "Stairs",
- "StairsDown",
- "StairsPlanView",
- "StairsUp",
- "StartForFree",
- "StartUps",
- "StationHydration",
- "StationaryBicycle",
- "Steel",
- "SteeringWheel",
- "StemLeafPlot",
- "Stethoscope",
- "Stockholm",
- "Storage",
- "StorageAreaNetworks",
- "StorageForDataAndAi",
- "StorageForResiliency",
- "StorageProduct",
- "Strategy",
- "StrategyAndRisk",
- "StrategyDirect",
- "StrategyMove",
- "StrategyPlay",
- "StreamingData",
- "Streamline",
- "StreamlineOperations",
- "Subsecond",
- "Summit",
- "Sunny",
- "SunnyHazy",
- "SupplyChainOptimization_01",
- "SupplyChainOptimization_02",
- "SupplyChain_01",
- "SupplyChain_02",
- "Support",
- "SupportServices",
- "Sustainability",
- "Sustainability_02",
- "Sustainability_03",
- "Sustainability_04",
- "SustainabilityStrategy",
- "SwipeLeft",
- "SwipeRight",
- "Synergy",
- "SystemsDevopsAnalyze",
- "SystemsDevopsBuild",
- "SystemsDevopsCicdPipeline",
- "SystemsDevopsCode",
- "SystemsDevopsDeploy",
- "SystemsDevopsMonitor",
- "SystemsDevopsPlan",
- "SystemsDevopsProvision",
- "SystemsDevopsRelease",
- "SystemsDevopsTest",
- "TShirt",
- "TabletDevice",
- "TabletDeviceCheck",
- "Tags",
- "TaipeiBubbleTea",
- "TapeStorage",
- "Target",
- "TargetArea",
- "Teacher",
- "TeamAlignment",
- "Teammates",
- "TechnicalOwner",
- "TelAviv",
- "Telecom",
- "Telecommunications",
- "Telemedicine",
- "TelemedicineMobile",
- "Telephone",
- "Television",
- "TemperatureHigh",
- "TemperatureLow",
- "TemporaryBadge",
- "Tennis",
- "TestTubes",
- "TextData",
- "TextEquivalent",
- "TextInput",
- "TextLayout",
- "TextToSpeech",
- "ThisSideUp",
- "ThreatManagement",
- "Time",
- "TimeLapse",
- "TimePlot",
- "Toggle",
- "TokyoCherryBlossom",
- "TokyoGates",
- "TokyoTemple",
- "TokyoVolcano",
- "ToneAnalyzer",
- "ToolOverload",
- "Tools",
- "Tornado",
- "Toronto",
- "Touch",
- "TouchGesture",
- "TouchId",
- "TouchScreen",
- "TouchSwipe",
- "Tractor",
- "TradeoffAnalytics",
- "Train",
- "Training",
- "TransactionalBlockchain",
- "TransactionalTrust",
- "Transform_01",
- "Transform_02",
- "TransformData",
- "Transparency_01",
- "Transparency_02",
- "Trash",
- "TrashBurnable",
- "TrashNonBurnable",
- "Tree",
- "TreeDiagram",
- "TreeMap",
- "Trophy",
- "Troubleshooting",
- "Trousers",
- "Trust",
- "Trusted",
- "TrustedUser",
- "TwoPersonLift",
- "UnauthorizedUserAccess",
- "UnderUtilizedSecurity",
- "UnifyEndpointManagement",
- "UnitedGovernance",
- "UniversalExperiences",
- "University",
- "Unlock_01",
- "Unlock_02",
- "UnstructuredData",
- "Upload_01",
- "Upload_02",
- "UruguayPalacioSalvo",
- "UruguaySolDeMayo",
- "UseTheLanguageOfYourChoice",
- "User",
- "UserAnalytics",
- "UserExperienceDesign",
- "UserInsights",
- "UserInterface",
- "UserMask",
- "UserProfile",
- "UserSearch",
- "Vancouver",
- "VenezuelaNationalPantheonOfVenezuela",
- "Video_01",
- "Video_02",
- "VideoChat",
- "VideoPlay",
- "ViewGraphsAndDashboard",
- "Virtual",
- "VirtualServer",
- "VirtualStorage",
- "Virtualization",
- "Virtualization_02",
- "Virus",
- "Visibility",
- "Vision",
- "Visionary",
- "VisualData",
- "VisualDesign",
- "VisualInsights",
- "VisualRecognition",
- "Warning_01",
- "Warning_02",
- "Washer",
- "WashingtonDc",
- "WashingtonDcCapitol",
- "WashingtonDcMonument",
- "WasteElectronic",
- "WatsonLogo",
- "Watsonx",
- "WatsonxAi",
- "WatsonxData",
- "WatsonxGovernance",
- "Weather",
- "WebDeveloper",
- "Webcast",
- "Websites",
- "Websphere",
- "WeddingCake",
- "Wheat",
- "Wifi",
- "WindPower",
- "Windows",
- "WindowsHosting",
- "Windy",
- "Wine",
- "WirelessHome",
- "WirelessModem",
- "WordCloud",
- "Workday",
- "Workflows",
- "WorldCommunityGrid",
- "WreckingBall",
- "XRay_01",
- "XRay_02",
- "Yoga_01",
- "Yoga_02",
- "Yoga_03",
- "Yoga_04",
- "ZeroTrust",
-]
-`;
+// Bun Snapshot v1, https://goo.gl/fbAQLP
exports[`imports 1`] = `
[
@@ -1180,6 +40,7 @@ exports[`imports 1`] = `
"AmsterdamWindmill",
"Analytics",
"Analyze",
+ "AnalyzeCode",
"AnalyzesData",
"AnalyzingContainers",
"AnonymousUsers",
@@ -1227,6 +88,7 @@ exports[`imports 1`] = `
"Bee",
"BeijingMunicipal",
"BeijingTower",
+ "BentoBoxTray",
"BerlinBrandenburgGate",
"BerlinCathedral",
"BerlinTower",
@@ -1308,6 +170,16 @@ exports[`imports 1`] = `
"ChipCredit",
"ChipDebit",
"ChooseHowToGetStarted",
+ "CicsConfigurationManagerForZOs",
+ "CicsDeploymentAssistant",
+ "CicsExplorer",
+ "CicsInterdependencyAnalyzerForZOs",
+ "CicsPerformanceAnalyzerForZOs",
+ "CicsTransactionGateway",
+ "CicsTransactionServerForZOs",
+ "CicsTx",
+ "CicsVsamRecoveryForZOs",
+ "CicsVsamTransparencyForZOs",
"CirclePacking",
"ClientFinancing_01",
"ClientFinancing_02",
@@ -1478,6 +350,7 @@ exports[`imports 1`] = `
"Dna",
"DoNot",
"DoNot_02",
+ "DoNotStep",
"Docker",
"Doctor",
"DoctorPatient",
@@ -1591,6 +464,9 @@ exports[`imports 1`] = `
"FocusOnCode",
"Fog",
"Folder",
+ "Football",
+ "FootballField",
+ "FootballGoalPost",
"Forecasting",
"Forklift",
"FountainDrinking",
@@ -1603,6 +479,7 @@ exports[`imports 1`] = `
"GeographicFlexibility",
"GetAheadOfRiskAndCompliance",
"Gift",
+ "GlassBottleAndMetalCan",
"GlobalAnalytics",
"GlobalAssetsAndRecovery_01",
"GlobalAssetsAndRecovery_02",
@@ -1624,10 +501,15 @@ exports[`imports 1`] = `
"GlobeLocations",
"GoLanguage",
"Goals",
+ "GolfBag",
+ "GolfBall",
+ "GolfClub",
+ "GolfHole",
"GovernUsersAndIdentities",
"Government_01",
"Government_02",
"GpuComputing",
+ "Gramophone",
"GraphicDesign",
"GraphicIntensiveWorkloads",
"GreenEnergy",
@@ -1688,6 +570,7 @@ exports[`imports 1`] = `
"IbmRpa",
"IbmZ",
"IbmZPartition",
+ "IbmZAndCloudModernizationStack",
"IbmZAndLinuxoneMultiFrame",
"IbmZAndLinuxoneSingleFrame",
"IbmZ16",
@@ -1743,6 +626,7 @@ exports[`imports 1`] = `
"LiftAndShift",
"Lightning",
"Link",
+ "Liquids",
"ListBullet",
"ListCheckbox",
"Literature",
@@ -1771,6 +655,7 @@ exports[`imports 1`] = `
"MadridStatue",
"Magnify",
"MailVerse",
+ "MainframeQualitiesOfService",
"ManageApplicationsAnywhere",
"ManagedHosting_01",
"ManagedHosting_02",
@@ -1792,6 +677,7 @@ exports[`imports 1`] = `
"MedicalStaff",
"Melbourne",
"Memory",
+ "MetalCan",
"Meter",
"MexicoCityAngelOfIndependence",
"MexicoCityMuseoSoumaya",
@@ -1902,6 +788,7 @@ exports[`imports 1`] = `
"PillBottle_01",
"Pills",
"PlanningAnalytics",
+ "Plastics",
"PlatformAsAService",
"PlayerFlow",
"PliLanguage",
@@ -2045,6 +932,7 @@ exports[`imports 1`] = `
"Singapore",
"SingleSignOn",
"Slack",
+ "SliceCode",
"Slider",
"SmallComponentsMakingALargerWhole",
"SmallToMediumBusinessSmb",
@@ -2066,9 +954,11 @@ exports[`imports 1`] = `
"SpeechToText",
"Speedometer",
"Sports",
+ "Spotlight",
"Sprout",
"Spss",
"StackLimitation",
+ "Stage",
"Stairs",
"StairsDown",
"StairsPlanView",
@@ -2087,6 +977,7 @@ exports[`imports 1`] = `
"StorageForDataAndAi",
"StorageForResiliency",
"StorageProduct",
+ "StorageSystems",
"Strategy",
"StrategyAndRisk",
"StrategyDirect",
@@ -2146,6 +1037,9 @@ exports[`imports 1`] = `
"TemperatureLow",
"TemporaryBadge",
"Tennis",
+ "TennisBall",
+ "TennisNet",
+ "TennisRacquet",
"TestTubes",
"TextData",
"TextEquivalent",
@@ -2248,6 +1142,9 @@ exports[`imports 1`] = `
"WatsonLogo",
"Watsonx",
"WatsonxAi",
+ "WatsonxCodeAssistant",
+ "WatsonxCodeAssistantForZ",
+ "WatsonxCodeAssistantForZRefactor",
"WatsonxData",
"WatsonxGovernance",
"Weather",
@@ -2257,6 +1154,7 @@ exports[`imports 1`] = `
"Websphere",
"WeddingCake",
"Wheat",
+ "Whistle",
"Wifi",
"WindPower",
"Windows",
diff --git a/tests/index.test.ts b/tests/index.test.ts
index 5c7835a..e6cb9c7 100644
--- a/tests/index.test.ts
+++ b/tests/index.test.ts
@@ -5,7 +5,7 @@ import { template } from "../src/template";
test("imports", async () => {
const pictograms = await buildPictograms();
- expect(pictograms.length).toEqual(1135);
+ expect(pictograms.length).toEqual(1173);
expect(pictograms).toMatchSnapshot();
}, 30_000);