Skip to content

Commit 007641d

Browse files
dudley-ibmalisonjosephriddhybansalheloiselui
authored
feat(Pictograms): new pictograms v36 (#20853)
* feat(Pictograms): new pictograms v36 * fix: swap name and friendly name for tennis--court --------- Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com> Co-authored-by: Riddhi Bansal <41935566+riddhybansal@users.noreply.github.com> Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com>
1 parent 7b723f3 commit 007641d

File tree

16 files changed

+15286
-14583
lines changed

16 files changed

+15286
-14583
lines changed

e2e/pictograms-react/__snapshots__/PublicAPI-test.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ exports[`@carbon/pictograms-react should not update exports without a semver cha
103103
"BareMetal",
104104
"BaselMunster",
105105
"BaselTownHall",
106+
"BatHanging",
107+
"Bat_01",
108+
"Bat_02",
106109
"Bee",
107110
"BeijingMunicipal",
108111
"BeijingTower",
@@ -692,6 +695,7 @@ exports[`@carbon/pictograms-react should not update exports without a semver cha
692695
"IbmGranite",
693696
"IbmIbv",
694697
"IbmIx",
698+
"IbmMachineLearningForZOs",
695699
"IbmOneMadisonAvenue",
696700
"IbmPower11",
697701
"IbmRpa",
@@ -1200,6 +1204,7 @@ exports[`@carbon/pictograms-react should not update exports without a semver cha
12001204
"Sprout",
12011205
"Spss",
12021206
"SpyreAccelerator",
1207+
"SpyreAcceleratorCard",
12031208
"StackLimitation",
12041209
"Stage",
12051210
"Stairs",
@@ -1292,8 +1297,13 @@ exports[`@carbon/pictograms-react should not update exports without a semver cha
12921297
"TemporaryBadge",
12931298
"Tennis",
12941299
"TennisBall",
1300+
"TennisCourt",
12951301
"TennisNet",
12961302
"TennisRacquet",
1303+
"TennisScoreboard",
1304+
"TennisServe",
1305+
"TennisShot",
1306+
"TennisUmpireChair",
12971307
"TestTubes",
12981308
"TextData",
12991309
"TextEquivalent",

e2e/pictograms/__snapshots__/PublicAPI-test.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ exports[`@carbon/pictograms should not update exports without a semver change 1`
103103
"BareMetal",
104104
"BaselMunster",
105105
"BaselTownHall",
106+
"BatHanging",
107+
"Bat_01",
108+
"Bat_02",
106109
"Bee",
107110
"BeijingMunicipal",
108111
"BeijingTower",
@@ -692,6 +695,7 @@ exports[`@carbon/pictograms should not update exports without a semver change 1`
692695
"IbmGranite",
693696
"IbmIbv",
694697
"IbmIx",
698+
"IbmMachineLearningForZOs",
695699
"IbmOneMadisonAvenue",
696700
"IbmPower11",
697701
"IbmRpa",
@@ -1199,6 +1203,7 @@ exports[`@carbon/pictograms should not update exports without a semver change 1`
11991203
"Sprout",
12001204
"Spss",
12011205
"SpyreAccelerator",
1206+
"SpyreAcceleratorCard",
12021207
"StackLimitation",
12031208
"Stage",
12041209
"Stairs",
@@ -1291,8 +1296,13 @@ exports[`@carbon/pictograms should not update exports without a semver change 1`
12911296
"TemporaryBadge",
12921297
"Tennis",
12931298
"TennisBall",
1299+
"TennisCourt",
12941300
"TennisNet",
12951301
"TennisRacquet",
1302+
"TennisScoreboard",
1303+
"TennisServe",
1304+
"TennisShot",
1305+
"TennisUmpireChair",
12961306
"TestTubes",
12971307
"TextData",
12981308
"TextEquivalent",

packages/pictograms/categories.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ categories:
5858
- hard--prompt
5959
- human-in-the-loop
6060
- ibm--granite
61+
- ibm--machine-learning-for-z-os
6162
- intelligence
6263
- machine--learning--01
6364
- machine--learning--02
@@ -70,6 +71,7 @@ categories:
7071
- neurodiversity
7172
- prompt
7273
- spyre-accelerator
74+
- spyre-accelerator--card
7375
- technical-document-generation
7476
- technical-owner
7577
- telum-ii-chip
@@ -997,6 +999,9 @@ categories:
997999
- backpack
9981000
- balloon
9991001
- balloon--hot-air
1002+
- bat--01
1003+
- bat--02
1004+
- bat--hanging
10001005
- birthday--cake
10011006
- blender
10021007
- cafe
@@ -1300,8 +1305,13 @@ categories:
13001305
- sports
13011306
- tennis
13021307
- tennis--ball
1308+
- tennis--court
13031309
- tennis--net
13041310
- tennis--racquet
1311+
- tennis--scoreboard
1312+
- tennis--serve
1313+
- tennis--shot
1314+
- tennis--umpire-chair
13051315
- tickets
13061316
- ufc--belt
13071317
- ufc--fighting

packages/pictograms/deprecated.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ deprecated:
2020
- name: mail--verse
2121
reason: This icon is no longer relevent
2222
- name: workday
23-
reason: We've switched to SuccessFactor
23+
reason: We've switched to SuccessFactor
24+
- name: user--research-tools
25+
reason: has an existing duplicate with design research

packages/pictograms/master/productive-pictogram-master.ai

Lines changed: 14912 additions & 14548 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)