From 59874d469802f01f7830a0a88f1dc5b4055e8fee Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 19 Jan 2024 10:58:18 -0800 Subject: [PATCH] feat(deps-dev): upgrade `@carbon/pictograms` 12.27.0 -> 12.30.0 --- PICTOGRAM_INDEX.md | 40 +- bun.lockb | Bin 39043 -> 39026 bytes lib/AnalyzeCode.svelte | 27 + lib/AnalyzeCode.svelte.d.ts | 20 + lib/BentoBoxTray.svelte | 27 + lib/BentoBoxTray.svelte.d.ts | 20 + lib/CicsConfigurationManagerForZOs.svelte | 27 + ...CicsConfigurationManagerForZOs.svelte.d.ts | 20 + lib/CicsDeploymentAssistant.svelte | 27 + lib/CicsDeploymentAssistant.svelte.d.ts | 20 + lib/CicsExplorer.svelte | 27 + lib/CicsExplorer.svelte.d.ts | 20 + lib/CicsInterdependencyAnalyzerForZOs.svelte | 27 + ...sInterdependencyAnalyzerForZOs.svelte.d.ts | 20 + lib/CicsPerformanceAnalyzerForZOs.svelte | 27 + lib/CicsPerformanceAnalyzerForZOs.svelte.d.ts | 20 + lib/CicsTransactionGateway.svelte | 27 + lib/CicsTransactionGateway.svelte.d.ts | 20 + lib/CicsTransactionServerForZOs.svelte | 27 + lib/CicsTransactionServerForZOs.svelte.d.ts | 20 + lib/CicsTx.svelte | 27 + lib/CicsTx.svelte.d.ts | 20 + lib/CicsVsamRecoveryForZOs.svelte | 27 + lib/CicsVsamRecoveryForZOs.svelte.d.ts | 20 + lib/CicsVsamTransparencyForZOs.svelte | 27 + lib/CicsVsamTransparencyForZOs.svelte.d.ts | 20 + lib/DoNotStep.svelte | 27 + lib/DoNotStep.svelte.d.ts | 20 + lib/Football.svelte | 27 + lib/Football.svelte.d.ts | 20 + lib/FootballField.svelte | 27 + lib/FootballField.svelte.d.ts | 20 + lib/FootballGoalPost.svelte | 27 + lib/FootballGoalPost.svelte.d.ts | 20 + lib/GlassBottleAndMetalCan.svelte | 27 + lib/GlassBottleAndMetalCan.svelte.d.ts | 20 + lib/GolfBag.svelte | 27 + lib/GolfBag.svelte.d.ts | 20 + lib/GolfBall.svelte | 27 + lib/GolfBall.svelte.d.ts | 20 + lib/GolfClub.svelte | 27 + lib/GolfClub.svelte.d.ts | 20 + lib/GolfHole.svelte | 27 + lib/GolfHole.svelte.d.ts | 20 + lib/Gramophone.svelte | 27 + lib/Gramophone.svelte.d.ts | 20 + lib/IbmZAndCloudModernizationStack.svelte | 27 + ...IbmZAndCloudModernizationStack.svelte.d.ts | 20 + lib/Liquids.svelte | 27 + lib/Liquids.svelte.d.ts | 20 + lib/MainframeQualitiesOfService.svelte | 27 + lib/MainframeQualitiesOfService.svelte.d.ts | 20 + lib/MetalCan.svelte | 27 + lib/MetalCan.svelte.d.ts | 20 + lib/Plastics.svelte | 27 + lib/Plastics.svelte.d.ts | 20 + lib/SliceCode.svelte | 27 + lib/SliceCode.svelte.d.ts | 20 + lib/Spotlight.svelte | 27 + lib/Spotlight.svelte.d.ts | 20 + lib/Stage.svelte | 27 + lib/Stage.svelte.d.ts | 20 + lib/StorageSystems.svelte | 27 + lib/StorageSystems.svelte.d.ts | 20 + lib/TennisBall.svelte | 27 + lib/TennisBall.svelte.d.ts | 20 + lib/TennisNet.svelte | 27 + lib/TennisNet.svelte.d.ts | 20 + lib/TennisRacquet.svelte | 27 + lib/TennisRacquet.svelte.d.ts | 20 + lib/WatsonxCodeAssistant.svelte | 27 + lib/WatsonxCodeAssistant.svelte.d.ts | 20 + lib/WatsonxCodeAssistantForZ.svelte | 27 + lib/WatsonxCodeAssistantForZ.svelte.d.ts | 20 + lib/WatsonxCodeAssistantForZRefactor.svelte | 27 + ...tsonxCodeAssistantForZRefactor.svelte.d.ts | 20 + lib/Whistle.svelte | 27 + lib/Whistle.svelte.d.ts | 20 + lib/index.d.ts | 40 +- lib/index.js | 38 + package.json | 2 +- tests/__snapshots__/index.test.ts.snap | 1180 +---------------- tests/index.test.ts | 2 +- 83 files changed, 1943 insertions(+), 1145 deletions(-) create mode 100644 lib/AnalyzeCode.svelte create mode 100644 lib/AnalyzeCode.svelte.d.ts create mode 100644 lib/BentoBoxTray.svelte create mode 100644 lib/BentoBoxTray.svelte.d.ts create mode 100644 lib/CicsConfigurationManagerForZOs.svelte create mode 100644 lib/CicsConfigurationManagerForZOs.svelte.d.ts create mode 100644 lib/CicsDeploymentAssistant.svelte create mode 100644 lib/CicsDeploymentAssistant.svelte.d.ts create mode 100644 lib/CicsExplorer.svelte create mode 100644 lib/CicsExplorer.svelte.d.ts create mode 100644 lib/CicsInterdependencyAnalyzerForZOs.svelte create mode 100644 lib/CicsInterdependencyAnalyzerForZOs.svelte.d.ts create mode 100644 lib/CicsPerformanceAnalyzerForZOs.svelte create mode 100644 lib/CicsPerformanceAnalyzerForZOs.svelte.d.ts create mode 100644 lib/CicsTransactionGateway.svelte create mode 100644 lib/CicsTransactionGateway.svelte.d.ts create mode 100644 lib/CicsTransactionServerForZOs.svelte create mode 100644 lib/CicsTransactionServerForZOs.svelte.d.ts create mode 100644 lib/CicsTx.svelte create mode 100644 lib/CicsTx.svelte.d.ts create mode 100644 lib/CicsVsamRecoveryForZOs.svelte create mode 100644 lib/CicsVsamRecoveryForZOs.svelte.d.ts create mode 100644 lib/CicsVsamTransparencyForZOs.svelte create mode 100644 lib/CicsVsamTransparencyForZOs.svelte.d.ts create mode 100644 lib/DoNotStep.svelte create mode 100644 lib/DoNotStep.svelte.d.ts create mode 100644 lib/Football.svelte create mode 100644 lib/Football.svelte.d.ts create mode 100644 lib/FootballField.svelte create mode 100644 lib/FootballField.svelte.d.ts create mode 100644 lib/FootballGoalPost.svelte create mode 100644 lib/FootballGoalPost.svelte.d.ts create mode 100644 lib/GlassBottleAndMetalCan.svelte create mode 100644 lib/GlassBottleAndMetalCan.svelte.d.ts create mode 100644 lib/GolfBag.svelte create mode 100644 lib/GolfBag.svelte.d.ts create mode 100644 lib/GolfBall.svelte create mode 100644 lib/GolfBall.svelte.d.ts create mode 100644 lib/GolfClub.svelte create mode 100644 lib/GolfClub.svelte.d.ts create mode 100644 lib/GolfHole.svelte create mode 100644 lib/GolfHole.svelte.d.ts create mode 100644 lib/Gramophone.svelte create mode 100644 lib/Gramophone.svelte.d.ts create mode 100644 lib/IbmZAndCloudModernizationStack.svelte create mode 100644 lib/IbmZAndCloudModernizationStack.svelte.d.ts create mode 100644 lib/Liquids.svelte create mode 100644 lib/Liquids.svelte.d.ts create mode 100644 lib/MainframeQualitiesOfService.svelte create mode 100644 lib/MainframeQualitiesOfService.svelte.d.ts create mode 100644 lib/MetalCan.svelte create mode 100644 lib/MetalCan.svelte.d.ts create mode 100644 lib/Plastics.svelte create mode 100644 lib/Plastics.svelte.d.ts create mode 100644 lib/SliceCode.svelte create mode 100644 lib/SliceCode.svelte.d.ts create mode 100644 lib/Spotlight.svelte create mode 100644 lib/Spotlight.svelte.d.ts create mode 100644 lib/Stage.svelte create mode 100644 lib/Stage.svelte.d.ts create mode 100644 lib/StorageSystems.svelte create mode 100644 lib/StorageSystems.svelte.d.ts create mode 100644 lib/TennisBall.svelte create mode 100644 lib/TennisBall.svelte.d.ts create mode 100644 lib/TennisNet.svelte create mode 100644 lib/TennisNet.svelte.d.ts create mode 100644 lib/TennisRacquet.svelte create mode 100644 lib/TennisRacquet.svelte.d.ts create mode 100644 lib/WatsonxCodeAssistant.svelte create mode 100644 lib/WatsonxCodeAssistant.svelte.d.ts create mode 100644 lib/WatsonxCodeAssistantForZ.svelte create mode 100644 lib/WatsonxCodeAssistantForZ.svelte.d.ts create mode 100644 lib/WatsonxCodeAssistantForZRefactor.svelte create mode 100644 lib/WatsonxCodeAssistantForZRefactor.svelte.d.ts create mode 100644 lib/Whistle.svelte create mode 100644 lib/Whistle.svelte.d.ts 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 8e3ecdfddae6acb1f42935b0d947aa1d53dadefa..b8b0c294e4a0cdee468db0d14795e17d6ee55483 100755 GIT binary patch delta 3259 zcmb7GeNfZq9eHJip|3-tD%#Eq^@U zeBa-H&$H&B?)Cv)kHzdx>e)4B=)3uI>x2Fgm(P@ccW&LZA3r|ty@598H<@t|7)69DH%U?4&tf}RQVM&QE$tNi})%|4H3_l8hT zXBmizAXa;tTHJMvDZqsj8Bhk?Wne5F@M{k9$#&c^fnvZ82*H3>ksJggDm4O7SXoMD zU3%x2Ff43ez>xy@0L2nMwR$%CJk8Cu9-kX23i|luu=XOKyUOEdY;Od=2`FMxU_{8( zdwew>D`TTT7tz%E$Jf+(7qKT(!}`gf!xg=&8{XLmn(*C-+KPye0*aV)VVS@j_!hQ{ z0Yy)J9>2G))x%oRqa5IMfFh$xKq0rp?f14dFm_;MIO7!1MNB$C(WW)%v9NzHO{LEc zT*n`wI4dI@>?S}Fh*lJ>7}~H+N0US#69I+e$(dmXYa=kPKdA52^A3_@6n=nN10@G~T*D3TEaAnF@Uy{N^r6iiY0OBBMXCplG-iZPrKe=!cJ5!lZl ztrOjl4o9#kwIl|N)Kj!TDwP!c6E;;T-b29=iu6apRU;UTcSsIQw8#)$i**?MzzXS7 zOsRA*LXROcGQST@WNuKg=~xY60X*dJ61mb9=`d&_F9V@^(j8z$s#SDfD#SJkA3D)R zsS%h0Osxk$LBWxV;Vx)Jlw~Xx6D2ErCAnmDA6qAKgk+LK8jh6^dZ;%dods+vEl4kw zHsRk~&=bfU=ip;0n4w5-Vy_mfnut($KbQhQSO-)ApEBLlIVT ziaKlU-#a~ zU8}ik_Nk4RM}P3@u9kE5AFsX8e{6au=T-ebouP34egCRwa=GCm=G91(XLQ3+6isr* z8tz~UlR&8v6iNHmcJ+Vg?B+bPzoNV&!=8umFc5)P9<<#Wn0e{BSYBYY*zzs;Vgl69 z&)Mj4$DYaWx)ZCbb2oeZ&0^&q);f6=IhV?rUqcG54Y0)@{QhQ7(_eMG(rU3<3K$z= z^hx7LF4NYfGPlyPI!km3%rb>cO)@Vd{W2$?OBKsxUQOGZWRrH6zF3pF>Z`ULeXwM+ zh(K_UorlJHimMlfO6z1*FD)A^?V>*O%@0>@ukXG1NXbfO2&&?`a46JJmyx*}Up{e9 z<^FlM@BFg2e*uL8czG1Bh}0GdOt^GrYWMZRvZ}aIuRcGZ`hZd-#WZ~(E2G!zWs`Qn zcl`a(=U*sCS3@x0VzZPmwvRrnm&0MCW#zN~E?7)S4K|Z@C7tdq>$<-=v0DwYPW_N7)5%tVk7{92)PH zxhQKY&G+W;JX+zEO~tsn#bx@=z3hRWz>XuSywYJQ$hTP8)70n9<>mB+*POB(QsO!- zzjyM`(WpgRQu#tkYOFE64my@4@bB@Y^1Za7QGV38@JGCzmu0xli$Xt&>p|duDyg@$GfsXl}(t=Yrd3233wao7*U%xkhtfV;88qS>|8TZ<=c`L&IBS-GgD2*D}(iy*6H} z-gNNjz?mzNW>~R(^kR$5M^Q(MjgP1OEjE+(N_u|bjfem2asQyo+Qf|RrTZ<^LPzc0N2)2*)#k(n`)QkO(jHc84tPF&vZVYyHGq6k?pD&b+f3R6 zYisaqMpONfxJZB~*&3>7m-#F*cgQB~H6?i`oc^X_%lkUM+HSEHSqhnzcDBoz+Ux2> z=gdLxmG>(nUJz`!GjyXpdGuI(+{K$sdupw?QS^5YRGsm)RQexXqW-E& zRf^Vi1b973%N4mEUq?~nmy7M^czfc|y5%6?H$d*?bNYX`{9>lgmQRD7qv+T#PyY+0 C(nM+i delta 3301 zcmb7GX>e256~0%tEIrA{7#!Qr@=`&Vffy9q!WKr<4~XdmJc2r4f*dwsgfZBbEqN15 zEGMKP35lU63xYs!mX?$R2qrWPCJE4_ED4m9EFysGX=l=535Axl1g7-6PkLmg)6TT| zagWZq=iKw1?cIBQx9;(GbnET5q`lienR$EQzAcgBH-B$@X4}#oU1`S;zL>M@_VV)& zP5a%@ziyaOTIpwunHUQP+kEvcKE^ik7~ce%40##oAkdmPT^E;|K&_Ck0v#;&gTXN^ z0iSQzhG<@A6@(TD7yFu9z4eS$fEP|ifXbjd^^9eJ-hlIaK&z5s{60{@3owhZr-6Ig zz*uTrE`-p0kg0AuT@i)T!oZjNE}H`c(IvG#zssVT(R z6v$y2E=Qm#pxZ$O%uS#IeqG~IU!blfSl76uzOHs@%Xk{#8Kb(O0>khmP$-7AjN}81 z$dnCKoYF=%T}J0M94yYhfMqDC5pf8gT0WZszLu6cU!VaY3VG>}nDwH7x5gJ_tT)cz z1QnPnaEQ=r@C9mpMU2@Y7ij8&V`}UDi&#lo%sv-#)P;VnOYJ-Wnee>|xfO_yf(lHQ zm`->Be2cToK}AgizM#Lp&Bq=?jq<>EfQpEgfeO8)-k`s|k+HtaSj2gd3rrSJQKoLx zSe&nq$sY>;Jw0YPH!B8q8>j%HB}Gey)@-v-Bmra^sBrAgjyc#6r{j7f37rZ236c#8 zKSUm^uTli-1&U(LCE2KO4|%X|rU=$^6vcW!$&$j`$s;NHz68c5Q_kQC6ot%5vPt0` zBwes@?{iBRisxTD^oR)2!4^|A&QiX`U^cy z-a$@jHaMY?KwfA(PthR?|D5EZij3dw1TRF2+^`vcll z;C=#aor?W%oJ&;ml8TNRPxB;~RDpluOjV1&Op$vO>5SM_5ey_dr3cW^B0`kT=+t+D z8%yU6F6m%gZcrmPU=~E=dX<|6PMm-}#PA$>G8E}BWFjs-A$t`!pq6MUh;DisI zD5bOtoB~eG2R})XOhwNzUL}-ca*4K*6~2}{GFkvq5hFBHoKg-ZLf9eSKspy(InB#( zN!#%6VaNxO&Fth3iexEL55{PTY6*loLndWe%lHH2u`1G9OrR(_j**=DW8fy!ykwVT z#srF>xZ1;0z=`ft8%^2@P5?;|E~G!jH51hmVsdg6UP~UVZ&4&i(O=1eHf=Gu^pi1> zm>4wN8uH{S{6mW5DpDp!vRL(mw&Sx&&Qtg%^5iKaPhzJ6JLoep%y)l*8he3YvZhYX zU-|mmB{b2H$>rW?-s>YLe)Yl5zN;htvatWp-}jZ|e0FH#trgvK&b{TTc;Hf@HqoSM-SksKB29D~_2R>r0!giqNZJ?p+1^9$Zq7&cR?Y}z6{9&Bx+eVO?e?o@ zr=Oo?fGEhKEb}T#SnlRERJmN{O|+$1wrV%* zg4*oW-?VStg_9ii0%5U^PQzj&nH$7Gu6kLuOV7oYc6}ea_+9_?bvYXJzlg_fXtk`JcZQIK6z&To@F>%MW-3Qb!z^aOuw0Zt;avYs|x*syeIsfKfce z^n|gjik@wdt=hF8y7ul@Un_l&Lb1T^u$MBnj}A4+F&ODN1?;~omQzZj!>V0WANNe{ zy7i)^TLn2*cx<3~jc(pXI~pDQY3gs3i~T5oxI11M5gwiYgl`dai|vJW46=4XQ+0Od z%zsS%3_C>#6+8Jf#xHY`)--y=pU211O22F^$AvDg*u6J%&#n(|eJ_pAciIaJ>_uz_ z?egdIN9b$6ZRpRSB`(<+H;=sAm$+zC8n366rdn$Ra?DWp-|?jJUfR$k-+L1K4($JL z4fFHnEUq<5ar6J*C=R}#@&YoSM5O_DJn^Vg7xe_(2>fcm!N=3^pqo#j=AeU5r#FI* zV(oq8`QTgq%NMSURMTE)cQU5Elpd};alA_>!mM=$V(&OJ;}aZv0@HM_ui1+`FgRWvlkwdVII< z)P1Eh_NxF2M7kfNgbs&QdvU7jZ79q`B&|^7Q2blEW?b + /** + * Specify the pictogram title. + * @type {string} + */ + export let title = undefined; + + $: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; + $: attributes = { + "aria-hidden": labelled ? undefined : true, + role: labelled ? "img" : undefined, + focusable: Number($$props["tabindex"]) === 0 ? true : undefined, + }; + + + + + \ 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);