Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
BentoBoxTray,
Bluepages,
ClientFinancing_01,
ClientSupport,
CloudPakForApplications,
CodeConversion,
ContentDesign,
Expand Down Expand Up @@ -89,3 +90,4 @@ import * as React from "react";
<CodeConversion />; // $ExpectType Element
<NoLiquids />; // $ExpectType Element
<Design />; // $ExpectType Element
<ClientSupport />; // $ExpectType Element
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { ClientSupport as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { ControlTower as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/cybersecurity/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Cybersecurity as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { FinanceAndOperations as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { FinanceAndSupplyChain as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { GlobalInfrastructure as default } from "../../";
16 changes: 16 additions & 0 deletions types/carbon__pictograms-react/es/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export { CicsVsamTransparencyForZOs } from "../";
export { CirclePacking } from "../";
export { ClientFinancing_01 } from "../";
export { ClientFinancing_02 } from "../";
export { ClientSupport } from "../";
export { ClothesRack_01 } from "../";
export { ClothesRack_02 } from "../";
export { Cloud } from "../";
Expand Down Expand Up @@ -305,6 +306,7 @@ export { Continuous } from "../";
export { ContinuousSecurity } from "../";
export { Contract } from "../";
export { Control } from "../";
export { ControlTower } from "../";
export { ControlPanel } from "../";
export { ControlsFramework } from "../";
export { Conversation } from "../";
Expand All @@ -330,6 +332,7 @@ export { CustomWorkloads } from "../";
export { CustomReports } from "../";
export { CustomerService } from "../";
export { Customizable } from "../";
export { Cybersecurity } from "../";
export { DallasReunionTower } from "../";
export { DallasSkyline } from "../";
export { Dashboard } from "../";
Expand Down Expand Up @@ -491,6 +494,8 @@ export { FileTransfer } from "../";
export { FilterVariable } from "../";
export { FilterAndGroupData } from "../";
export { FinanceStrategy } from "../";
export { FinanceAndOperations } from "../";
export { FinanceAndSupplyChain } from "../";
export { FinancialConsultant } from "../";
export { FinancialGain } from "../";
export { FinancialNetworks } from "../";
Expand Down Expand Up @@ -553,6 +558,7 @@ export { GlobalFinanceEuro } from "../";
export { GlobalFinanceNetwork } from "../";
export { GlobalFinanceSterling } from "../";
export { GlobalFootprint } from "../";
export { GlobalInfrastructure } from "../";
export { GlobalMarkets } from "../";
export { GlobalMarketsBar } from "../";
export { GlobalNetwork } from "../";
Expand Down Expand Up @@ -974,6 +980,9 @@ export { ProtectCriticalAssets } from "../";
export { ProvenTechnology } from "../";
export { Public } from "../";
export { PublicCloudToPrivateCloud } from "../";
export { PunchingBag_01 } from "../";
export { PunchingBag_02 } from "../";
export { PunchingBag_03 } from "../";
export { Puzzle } from "../";
export { QQPlot } from "../";
export { Qiskit } from "../";
Expand Down Expand Up @@ -1120,6 +1129,7 @@ export { Solve } from "../";
export { Spaceship } from "../";
export { Speech } from "../";
export { SpeechToText } from "../";
export { SpeedBag } from "../";
export { Speedometer } from "../";
export { SponsorUserProgram } from "../";
export { Sports } from "../";
Expand Down Expand Up @@ -1177,6 +1187,7 @@ export { SwipeRight } from "../";
export { SydneyMlcCentre } from "../";
export { SydneyOperaHouse } from "../";
export { Synergy } from "../";
export { SystemsAndTools } from "../";
export { SystemsDevopsAnalyze } from "../";
export { SystemsDevopsBuild } from "../";
export { SystemsDevopsCicdPipeline } from "../";
Expand All @@ -1198,6 +1209,7 @@ export { Target } from "../";
export { TargetArea } from "../";
export { Teacher } from "../";
export { TeamAlignment } from "../";
export { TeamRadio } from "../";
export { Teammates } from "../";
export { TechnicalOwner } from "../";
export { TelAviv } from "../";
Expand Down Expand Up @@ -1260,6 +1272,7 @@ export { Transparency_01 } from "../";
export { Transparency_02 } from "../";
export { TransparencyAndTrust_01 } from "../";
export { TransparencyAndTrust_02 } from "../";
export { TransparentSupply } from "../";
export { Trash } from "../";
export { TrashBurnable } from "../";
export { TrashContainer } from "../";
Expand All @@ -1277,6 +1290,9 @@ export { Trusted } from "../";
export { TrustedUser } from "../";
export { Tunnel } from "../";
export { TwoPersonLift } from "../";
export { UfcBelt } from "../";
export { UfcFighting } from "../";
export { UfcRing } from "../";
export { UnauthorizedUserAccess } from "../";
export { UnderUtilizedSecurity } from "../";
export { UnifyEndpointManagement } from "../";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { PunchingBag_01 as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { PunchingBag_02 as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { PunchingBag_03 as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/speed-bag/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { SpeedBag as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { SystemsAndTools as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/team-radio/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { TeamRadio as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { TransparentSupply as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/ufc--belt/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { UfcBelt as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/ufc--fighting/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { UfcFighting as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/ufc--ring/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { UfcRing as default } from "../../";
18 changes: 17 additions & 1 deletion types/carbon__pictograms-react/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** 1378 pictograms in total */
/** 1394 pictograms in total */

export interface CarbonPictogramProps extends
Omit<
Expand Down Expand Up @@ -228,6 +228,7 @@ export const CicsVsamTransparencyForZOs: CarbonPictogramType;
export const CirclePacking: CarbonPictogramType;
export const ClientFinancing_01: CarbonPictogramType;
export const ClientFinancing_02: CarbonPictogramType;
export const ClientSupport: CarbonPictogramType;
export const ClothesRack_01: CarbonPictogramType;
export const ClothesRack_02: CarbonPictogramType;
export const Cloud: CarbonPictogramType;
Expand Down Expand Up @@ -329,6 +330,7 @@ export const Continuous: CarbonPictogramType;
export const ContinuousSecurity: CarbonPictogramType;
export const Contract: CarbonPictogramType;
export const Control: CarbonPictogramType;
export const ControlTower: CarbonPictogramType;
export const ControlPanel: CarbonPictogramType;
export const ControlsFramework: CarbonPictogramType;
export const Conversation: CarbonPictogramType;
Expand All @@ -354,6 +356,7 @@ export const CustomWorkloads: CarbonPictogramType;
export const CustomReports: CarbonPictogramType;
export const CustomerService: CarbonPictogramType;
export const Customizable: CarbonPictogramType;
export const Cybersecurity: CarbonPictogramType;
export const DallasReunionTower: CarbonPictogramType;
export const DallasSkyline: CarbonPictogramType;
export const Dashboard: CarbonPictogramType;
Expand Down Expand Up @@ -515,6 +518,8 @@ export const FileTransfer: CarbonPictogramType;
export const FilterVariable: CarbonPictogramType;
export const FilterAndGroupData: CarbonPictogramType;
export const FinanceStrategy: CarbonPictogramType;
export const FinanceAndOperations: CarbonPictogramType;
export const FinanceAndSupplyChain: CarbonPictogramType;
export const FinancialConsultant: CarbonPictogramType;
export const FinancialGain: CarbonPictogramType;
export const FinancialNetworks: CarbonPictogramType;
Expand Down Expand Up @@ -577,6 +582,7 @@ export const GlobalFinanceEuro: CarbonPictogramType;
export const GlobalFinanceNetwork: CarbonPictogramType;
export const GlobalFinanceSterling: CarbonPictogramType;
export const GlobalFootprint: CarbonPictogramType;
export const GlobalInfrastructure: CarbonPictogramType;
export const GlobalMarkets: CarbonPictogramType;
export const GlobalMarketsBar: CarbonPictogramType;
export const GlobalNetwork: CarbonPictogramType;
Expand Down Expand Up @@ -1018,6 +1024,9 @@ export const ProtectCriticalAssets: CarbonPictogramType;
export const ProvenTechnology: CarbonPictogramType;
export const Public: CarbonPictogramType;
export const PublicCloudToPrivateCloud: CarbonPictogramType;
export const PunchingBag_01: CarbonPictogramType;
export const PunchingBag_02: CarbonPictogramType;
export const PunchingBag_03: CarbonPictogramType;
export const Puzzle: CarbonPictogramType;
export const QQPlot: CarbonPictogramType;
export const Qiskit: CarbonPictogramType;
Expand Down Expand Up @@ -1164,6 +1173,7 @@ export const Solve: CarbonPictogramType;
export const Spaceship: CarbonPictogramType;
export const Speech: CarbonPictogramType;
export const SpeechToText: CarbonPictogramType;
export const SpeedBag: CarbonPictogramType;
export const Speedometer: CarbonPictogramType;
export const SponsorUserProgram: CarbonPictogramType;
export const Sports: CarbonPictogramType;
Expand Down Expand Up @@ -1221,6 +1231,7 @@ export const SwipeRight: CarbonPictogramType;
export const SydneyMlcCentre: CarbonPictogramType;
export const SydneyOperaHouse: CarbonPictogramType;
export const Synergy: CarbonPictogramType;
export const SystemsAndTools: CarbonPictogramType;
export const SystemsDevopsAnalyze: CarbonPictogramType;
export const SystemsDevopsBuild: CarbonPictogramType;
export const SystemsDevopsCicdPipeline: CarbonPictogramType;
Expand All @@ -1242,6 +1253,7 @@ export const Target: CarbonPictogramType;
export const TargetArea: CarbonPictogramType;
export const Teacher: CarbonPictogramType;
export const TeamAlignment: CarbonPictogramType;
export const TeamRadio: CarbonPictogramType;
export const Teammates: CarbonPictogramType;
export const TechnicalOwner: CarbonPictogramType;
export const TelAviv: CarbonPictogramType;
Expand Down Expand Up @@ -1312,6 +1324,7 @@ export const Transparency_01: CarbonPictogramType;
export const Transparency_02: CarbonPictogramType;
export const TransparencyAndTrust_01: CarbonPictogramType;
export const TransparencyAndTrust_02: CarbonPictogramType;
export const TransparentSupply: CarbonPictogramType;
export const Trash: CarbonPictogramType;
export const TrashBurnable: CarbonPictogramType;
export const TrashContainer: CarbonPictogramType;
Expand All @@ -1329,6 +1342,9 @@ export const Trusted: CarbonPictogramType;
export const TrustedUser: CarbonPictogramType;
export const Tunnel: CarbonPictogramType;
export const TwoPersonLift: CarbonPictogramType;
export const UfcBelt: CarbonPictogramType;
export const UfcFighting: CarbonPictogramType;
export const UfcRing: CarbonPictogramType;
export const UnauthorizedUserAccess: CarbonPictogramType;
export const UnderUtilizedSecurity: CarbonPictogramType;
export const UnifyEndpointManagement: CarbonPictogramType;
Expand Down
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/client--support/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ClientSupport } from "../../";

export = ClientSupport;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/control--tower/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ControlTower } from "../../";

export = ControlTower;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/cybersecurity/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Cybersecurity } from "../../";

export = Cybersecurity;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FinanceAndOperations } from "../../";

export = FinanceAndOperations;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FinanceAndSupplyChain } from "../../";

export = FinanceAndSupplyChain;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { GlobalInfrastructure } from "../../";

export = GlobalInfrastructure;
16 changes: 16 additions & 0 deletions types/carbon__pictograms-react/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export { CicsVsamTransparencyForZOs } from "../";
export { CirclePacking } from "../";
export { ClientFinancing_01 } from "../";
export { ClientFinancing_02 } from "../";
export { ClientSupport } from "../";
export { ClothesRack_01 } from "../";
export { ClothesRack_02 } from "../";
export { Cloud } from "../";
Expand Down Expand Up @@ -305,6 +306,7 @@ export { Continuous } from "../";
export { ContinuousSecurity } from "../";
export { Contract } from "../";
export { Control } from "../";
export { ControlTower } from "../";
export { ControlPanel } from "../";
export { ControlsFramework } from "../";
export { Conversation } from "../";
Expand All @@ -330,6 +332,7 @@ export { CustomWorkloads } from "../";
export { CustomReports } from "../";
export { CustomerService } from "../";
export { Customizable } from "../";
export { Cybersecurity } from "../";
export { DallasReunionTower } from "../";
export { DallasSkyline } from "../";
export { Dashboard } from "../";
Expand Down Expand Up @@ -491,6 +494,8 @@ export { FileTransfer } from "../";
export { FilterVariable } from "../";
export { FilterAndGroupData } from "../";
export { FinanceStrategy } from "../";
export { FinanceAndOperations } from "../";
export { FinanceAndSupplyChain } from "../";
export { FinancialConsultant } from "../";
export { FinancialGain } from "../";
export { FinancialNetworks } from "../";
Expand Down Expand Up @@ -553,6 +558,7 @@ export { GlobalFinanceEuro } from "../";
export { GlobalFinanceNetwork } from "../";
export { GlobalFinanceSterling } from "../";
export { GlobalFootprint } from "../";
export { GlobalInfrastructure } from "../";
export { GlobalMarkets } from "../";
export { GlobalMarketsBar } from "../";
export { GlobalNetwork } from "../";
Expand Down Expand Up @@ -974,6 +980,9 @@ export { ProtectCriticalAssets } from "../";
export { ProvenTechnology } from "../";
export { Public } from "../";
export { PublicCloudToPrivateCloud } from "../";
export { PunchingBag_01 } from "../";
export { PunchingBag_02 } from "../";
export { PunchingBag_03 } from "../";
export { Puzzle } from "../";
export { QQPlot } from "../";
export { Qiskit } from "../";
Expand Down Expand Up @@ -1120,6 +1129,7 @@ export { Solve } from "../";
export { Spaceship } from "../";
export { Speech } from "../";
export { SpeechToText } from "../";
export { SpeedBag } from "../";
export { Speedometer } from "../";
export { SponsorUserProgram } from "../";
export { Sports } from "../";
Expand Down Expand Up @@ -1177,6 +1187,7 @@ export { SwipeRight } from "../";
export { SydneyMlcCentre } from "../";
export { SydneyOperaHouse } from "../";
export { Synergy } from "../";
export { SystemsAndTools } from "../";
export { SystemsDevopsAnalyze } from "../";
export { SystemsDevopsBuild } from "../";
export { SystemsDevopsCicdPipeline } from "../";
Expand All @@ -1198,6 +1209,7 @@ export { Target } from "../";
export { TargetArea } from "../";
export { Teacher } from "../";
export { TeamAlignment } from "../";
export { TeamRadio } from "../";
export { Teammates } from "../";
export { TechnicalOwner } from "../";
export { TelAviv } from "../";
Expand Down Expand Up @@ -1260,6 +1272,7 @@ export { Transparency_01 } from "../";
export { Transparency_02 } from "../";
export { TransparencyAndTrust_01 } from "../";
export { TransparencyAndTrust_02 } from "../";
export { TransparentSupply } from "../";
export { Trash } from "../";
export { TrashBurnable } from "../";
export { TrashContainer } from "../";
Expand All @@ -1277,6 +1290,9 @@ export { Trusted } from "../";
export { TrustedUser } from "../";
export { Tunnel } from "../";
export { TwoPersonLift } from "../";
export { UfcBelt } from "../";
export { UfcFighting } from "../";
export { UfcRing } from "../";
export { UnauthorizedUserAccess } from "../";
export { UnderUtilizedSecurity } from "../";
export { UnifyEndpointManagement } from "../";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { PunchingBag_01 } from "../../";

export = PunchingBag_01;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { PunchingBag_02 } from "../../";

export = PunchingBag_02;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { PunchingBag_03 } from "../../";

export = PunchingBag_03;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/speed-bag/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { SpeedBag } from "../../";

export = SpeedBag;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { SystemsAndTools } from "../../";

export = SystemsAndTools;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/team-radio/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { TeamRadio } from "../../";

export = TeamRadio;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { TransparentSupply } from "../../";

export = TransparentSupply;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/ufc--belt/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { UfcBelt } from "../../";

export = UfcBelt;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/ufc--fighting/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { UfcFighting } from "../../";

export = UfcFighting;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/ufc--ring/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { UfcRing } from "../../";

export = UfcRing;
Loading