File tree 5 files changed +11
-3
lines changed
5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Pictogram Index
2
2
3
- > 1183 pictograms from @carbon/pictograms @12.36 .0
3
+ > 1187 pictograms from @carbon/pictograms @12.43 .0
4
4
5
5
## Usage
6
6
617
617
- Invoice
618
618
- IotMunich
619
619
- ItInfrastructureSoftware
620
+ - JapanMtFuji
620
621
- Java
621
622
- Javascript
622
623
- Juice
670
671
- MadridCathedral
671
672
- MadridSkyscrapers
672
673
- MadridStatue
674
+ - MagicWand
673
675
- Magnify
674
676
- MailVerse
675
677
- MainframeQualitiesOfService
865
867
- RedHatApplications
866
868
- RedefiningFinancialServices
867
869
- ReducingCost
870
+ - ReferenceArchitecture
868
871
- Refinery
869
872
- Refresh
870
873
- RelationshipDiagram
1176
1179
- WeddingCake
1177
1180
- Wheat
1178
1181
- Whistle
1182
+ - WhitePaper
1179
1183
- Wifi
1180
1184
- WindPower
1181
1185
- Windows
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"@carbon/icon-helpers" : " latest" ,
25
- "@carbon/pictograms" : " 12.36 .0" ,
25
+ "@carbon/pictograms" : " 12.43 .0" ,
26
26
"@types/bun" : " latest" ,
27
27
"sveld" : " latest" ,
28
28
"svelte" : " ^5.0.3" ,
Original file line number Diff line number Diff line change @@ -605,6 +605,7 @@ exports[`imports 1`] = `
605
605
"Invoice",
606
606
"IotMunich",
607
607
"ItInfrastructureSoftware",
608
+ "JapanMtFuji",
608
609
"Java",
609
610
"Javascript",
610
611
"Juice",
@@ -658,6 +659,7 @@ exports[`imports 1`] = `
658
659
"MadridCathedral",
659
660
"MadridSkyscrapers",
660
661
"MadridStatue",
662
+ "MagicWand",
661
663
"Magnify",
662
664
"MailVerse",
663
665
"MainframeQualitiesOfService",
@@ -853,6 +855,7 @@ exports[`imports 1`] = `
853
855
"RedHatApplications",
854
856
"RedefiningFinancialServices",
855
857
"ReducingCost",
858
+ "ReferenceArchitecture",
856
859
"Refinery",
857
860
"Refresh",
858
861
"RelationshipDiagram",
@@ -1164,6 +1167,7 @@ exports[`imports 1`] = `
1164
1167
"WeddingCake",
1165
1168
"Wheat",
1166
1169
"Whistle",
1170
+ "WhitePaper",
1167
1171
"Wifi",
1168
1172
"WindPower",
1169
1173
"Windows",
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { template } from "../src/template";
5
5
6
6
test ( "imports" , async ( ) => {
7
7
const pictograms = await buildPictograms ( ) ;
8
- expect ( pictograms . length ) . toEqual ( 1183 ) ;
8
+ expect ( pictograms . length ) . toEqual ( 1187 ) ;
9
9
expect ( pictograms ) . toMatchSnapshot ( ) ;
10
10
} , 30_000 ) ;
11
11
You can’t perform that action at this time.
0 commit comments