@carbon/pictograms-react 10.12.0 → 10.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/add--device/index.js +40 -0
- package/es/automation--decision/index.js +64 -0
- package/es/blender/index.js +48 -0
- package/es/cargo--crane/index.js +40 -0
- package/es/cargo--ship/index.js +40 -0
- package/es/chart--custom/index.js +40 -0
- package/es/chart--multi-type/index.js +100 -0
- package/es/chart--pie/index.js +54 -0
- package/es/chart--stepper/index.js +40 -0
- package/es/chart--sunburst/index.js +41 -0
- package/es/cheese/index.js +40 -0
- package/es/clothes--rack--01/index.js +52 -0
- package/es/clothes--rack--02/index.js +52 -0
- package/es/code--syntax/index.js +48 -0
- package/es/cognos--analytics/index.js +2 -1
- package/es/connected--ecosystem/index.js +40 -0
- package/es/connected--nodes--to--the--cloud/index.js +78 -0
- package/es/consumer--engagement--food--journey/index.js +51 -0
- package/es/coronavirus/index.js +169 -0
- package/es/data--set/index.js +40 -0
- package/es/design-thinking-team/index.js +40 -0
- package/es/developer-z-os/index.js +40 -0
- package/es/electric--car/index.js +53 -0
- package/es/farm/index.js +9 -0
- package/es/farm--01/index.js +51 -0
- package/es/farm--02/index.js +40 -0
- package/es/farmer--01/index.js +40 -0
- package/es/farmer--02/index.js +40 -0
- package/es/first--aid/index.js +54 -0
- package/es/flower--01/index.js +40 -0
- package/es/flower--02/index.js +40 -0
- package/es/gift/index.js +40 -0
- package/es/global--partner/index.js +88 -0
- package/es/index.js +74 -0
- package/es/inspect--data/index.js +70 -0
- package/es/managing--contractual--flow/index.js +74 -0
- package/es/managing--items/index.js +52 -0
- package/es/monitored--item--on--conveyor/index.js +114 -0
- package/es/movement--in--overlapping--networks/index.js +83 -0
- package/es/movement--of--goods--01/index.js +51 -0
- package/es/movement--of--goods--02/index.js +63 -0
- package/es/movement--of--goods--03/index.js +153 -0
- package/es/movement--of--items/index.js +64 -0
- package/es/networking--06/index.js +52 -0
- package/es/planning--analytics/index.js +90 -0
- package/es/player--flow/index.js +41 -0
- package/es/process/index.js +51 -0
- package/es/sample--file/index.js +60 -0
- package/es/shirt/index.js +64 -0
- package/es/socks/index.js +40 -0
- package/es/solar--field/index.js +53 -0
- package/es/solar--panel/index.js +53 -0
- package/es/stem--leaf--plot/index.js +39 -0
- package/es/summit/index.js +40 -0
- package/es/supply--chain--optimization--01/index.js +40 -0
- package/es/supply--chain--optimization--02/index.js +40 -0
- package/es/systems-devops--analyze/index.js +40 -0
- package/es/systems-devops--build/index.js +39 -0
- package/es/systems-devops--cicd-pipeline/index.js +39 -0
- package/es/systems-devops--code/index.js +49 -0
- package/es/systems-devops--deploy/index.js +51 -0
- package/es/systems-devops--monitor/index.js +40 -0
- package/es/systems-devops--plan/index.js +40 -0
- package/es/systems-devops--provision/index.js +39 -0
- package/es/systems-devops--release/index.js +51 -0
- package/es/systems-devops--test/index.js +40 -0
- package/es/t-shirt/index.js +40 -0
- package/es/team--alignment/index.js +40 -0
- package/es/teammates/index.js +40 -0
- package/es/time--plot/index.js +40 -0
- package/es/transparency--01/index.js +40 -0
- package/es/transparency--02/index.js +40 -0
- package/es/trousers/index.js +40 -0
- package/es/trust/index.js +39 -0
- package/es/user/index.js +40 -0
- package/es/user--interface/index.js +62 -0
- package/es/user--profile/index.js +40 -0
- package/lib/add--device/index.js +44 -0
- package/lib/automation--decision/index.js +68 -0
- package/lib/blender/index.js +52 -0
- package/lib/cargo--crane/index.js +44 -0
- package/lib/cargo--ship/index.js +44 -0
- package/lib/chart--custom/index.js +44 -0
- package/lib/chart--multi-type/index.js +104 -0
- package/lib/chart--pie/index.js +58 -0
- package/lib/chart--stepper/index.js +44 -0
- package/lib/chart--sunburst/index.js +45 -0
- package/lib/cheese/index.js +44 -0
- package/lib/clothes--rack--01/index.js +56 -0
- package/lib/clothes--rack--02/index.js +56 -0
- package/lib/code--syntax/index.js +52 -0
- package/lib/cognos--analytics/index.js +2 -1
- package/lib/connected--ecosystem/index.js +44 -0
- package/lib/connected--nodes--to--the--cloud/index.js +82 -0
- package/lib/consumer--engagement--food--journey/index.js +55 -0
- package/lib/coronavirus/index.js +173 -0
- package/lib/data--set/index.js +44 -0
- package/lib/design-thinking-team/index.js +44 -0
- package/lib/developer-z-os/index.js +44 -0
- package/lib/electric--car/index.js +57 -0
- package/lib/farm/index.js +9 -0
- package/lib/farm--01/index.js +55 -0
- package/lib/farm--02/index.js +44 -0
- package/lib/farmer--01/index.js +44 -0
- package/lib/farmer--02/index.js +44 -0
- package/lib/first--aid/index.js +58 -0
- package/lib/flower--01/index.js +44 -0
- package/lib/flower--02/index.js +44 -0
- package/lib/gift/index.js +44 -0
- package/lib/global--partner/index.js +92 -0
- package/lib/index.js +1146 -998
- package/lib/inspect--data/index.js +74 -0
- package/lib/managing--contractual--flow/index.js +78 -0
- package/lib/managing--items/index.js +56 -0
- package/lib/monitored--item--on--conveyor/index.js +118 -0
- package/lib/movement--in--overlapping--networks/index.js +87 -0
- package/lib/movement--of--goods--01/index.js +55 -0
- package/lib/movement--of--goods--02/index.js +67 -0
- package/lib/movement--of--goods--03/index.js +157 -0
- package/lib/movement--of--items/index.js +68 -0
- package/lib/networking--06/index.js +56 -0
- package/lib/planning--analytics/index.js +94 -0
- package/lib/player--flow/index.js +45 -0
- package/lib/process/index.js +55 -0
- package/lib/sample--file/index.js +64 -0
- package/lib/shirt/index.js +68 -0
- package/lib/socks/index.js +44 -0
- package/lib/solar--field/index.js +57 -0
- package/lib/solar--panel/index.js +57 -0
- package/lib/stem--leaf--plot/index.js +43 -0
- package/lib/summit/index.js +44 -0
- package/lib/supply--chain--optimization--01/index.js +44 -0
- package/lib/supply--chain--optimization--02/index.js +44 -0
- package/lib/systems-devops--analyze/index.js +44 -0
- package/lib/systems-devops--build/index.js +43 -0
- package/lib/systems-devops--cicd-pipeline/index.js +43 -0
- package/lib/systems-devops--code/index.js +53 -0
- package/lib/systems-devops--deploy/index.js +55 -0
- package/lib/systems-devops--monitor/index.js +44 -0
- package/lib/systems-devops--plan/index.js +44 -0
- package/lib/systems-devops--provision/index.js +43 -0
- package/lib/systems-devops--release/index.js +55 -0
- package/lib/systems-devops--test/index.js +44 -0
- package/lib/t-shirt/index.js +44 -0
- package/lib/team--alignment/index.js +44 -0
- package/lib/teammates/index.js +44 -0
- package/lib/time--plot/index.js +44 -0
- package/lib/transparency--01/index.js +44 -0
- package/lib/transparency--02/index.js +44 -0
- package/lib/trousers/index.js +44 -0
- package/lib/trust/index.js +43 -0
- package/lib/user/index.js +44 -0
- package/lib/user--interface/index.js +66 -0
- package/lib/user--profile/index.js +44 -0
- package/package.json +5 -5
- package/umd/index.js +5575 -2608
package/es/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import '@carbon/icon-helpers';
|
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import 'react';
|
|
13
13
|
export { default as ActiveServer } from './active--server/index.js';
|
|
14
|
+
export { default as AddDevice } from './add--device/index.js';
|
|
14
15
|
export { default as Advocate } from './advocate/index.js';
|
|
15
16
|
export { default as Agriculture } from './agriculture/index.js';
|
|
16
17
|
export { default as AirConditioner } from './air--conditioner/index.js';
|
|
@@ -36,6 +37,7 @@ export { default as AsiaAustralia } from './asia--australia/index.js';
|
|
|
36
37
|
export { default as AugmentedReality } from './augmented--reality/index.js';
|
|
37
38
|
export { default as Austin } from './austin/index.js';
|
|
38
39
|
export { default as AutomateModularManagement } from './automate--modular--management/index.js';
|
|
40
|
+
export { default as AutomationDecision } from './automation--decision/index.js';
|
|
39
41
|
export { default as Automobile } from './automobile/index.js';
|
|
40
42
|
export { default as Bag } from './bag/index.js';
|
|
41
43
|
export { default as Bangalore } from './bangalore/index.js';
|
|
@@ -47,6 +49,7 @@ export { default as BerlinBrandenburgGate } from './berlin--brandenburg--gate/in
|
|
|
47
49
|
export { default as BerlinCathedral } from './berlin--cathedral/index.js';
|
|
48
50
|
export { default as BerlinTower } from './berlin--tower/index.js';
|
|
49
51
|
export { default as Bicycle } from './bicycle/index.js';
|
|
52
|
+
export { default as Blender } from './blender/index.js';
|
|
50
53
|
export { default as Blockchain } from './blockchain/index.js';
|
|
51
54
|
export { default as BoxPlot } from './box-plot/index.js';
|
|
52
55
|
export { default as Build } from './build/index.js';
|
|
@@ -60,6 +63,8 @@ export { default as CalendarEvent } from './calendar--event/index.js';
|
|
|
60
63
|
export { default as Camera } from './camera/index.js';
|
|
61
64
|
export { default as Capitol } from './capitol/index.js';
|
|
62
65
|
export { default as Care } from './care/index.js';
|
|
66
|
+
export { default as CargoCrane } from './cargo--crane/index.js';
|
|
67
|
+
export { default as CargoShip } from './cargo--ship/index.js';
|
|
63
68
|
export { default as Cell } from './cell/index.js';
|
|
64
69
|
export { default as Chart_3D } from './chart--3D/index.js';
|
|
65
70
|
export { default as ChartArea } from './chart--area/index.js';
|
|
@@ -67,17 +72,23 @@ export { default as ChartBar } from './chart--bar/index.js';
|
|
|
67
72
|
export { default as ChartBubble } from './chart--bubble/index.js';
|
|
68
73
|
export { default as ChartBubbleLine } from './chart--bubble--line/index.js';
|
|
69
74
|
export { default as ChartCandlestick } from './chart--candlestick/index.js';
|
|
75
|
+
export { default as ChartCustom } from './chart--custom/index.js';
|
|
70
76
|
export { default as ChartErrorBar } from './chart--error-bar/index.js';
|
|
71
77
|
export { default as ChartEvaluation } from './chart--evaluation/index.js';
|
|
72
78
|
export { default as ChartHighLow } from './chart--high-low/index.js';
|
|
73
79
|
export { default as ChartHistogram } from './chart--histogram/index.js';
|
|
74
80
|
export { default as ChartLine } from './chart--line/index.js';
|
|
75
81
|
export { default as ChartMultiLine } from './chart--multi-line/index.js';
|
|
82
|
+
export { default as ChartMultiType } from './chart--multi-type/index.js';
|
|
76
83
|
export { default as ChartParallel } from './chart--parallel/index.js';
|
|
84
|
+
export { default as ChartPie } from './chart--pie/index.js';
|
|
77
85
|
export { default as ChartRadar } from './chart--radar/index.js';
|
|
78
86
|
export { default as ChartRiver } from './chart--river/index.js';
|
|
79
87
|
export { default as ChartScatterplot } from './chart--scatterplot/index.js';
|
|
88
|
+
export { default as ChartStepper } from './chart--stepper/index.js';
|
|
89
|
+
export { default as ChartSunburst } from './chart--sunburst/index.js';
|
|
80
90
|
export { default as ChartTSne } from './chart--t-SNE/index.js';
|
|
91
|
+
export { default as Cheese } from './cheese/index.js';
|
|
81
92
|
export { default as Cherries } from './cherries/index.js';
|
|
82
93
|
export { default as ChipCircuit } from './chip--circuit/index.js';
|
|
83
94
|
export { default as ChipCredit } from './chip--credit/index.js';
|
|
@@ -85,6 +96,8 @@ export { default as ChipDebit } from './chip--debit/index.js';
|
|
|
85
96
|
export { default as CirclePacking } from './circle-packing/index.js';
|
|
86
97
|
export { default as ClientFinancing_01 } from './client--financing--01/index.js';
|
|
87
98
|
export { default as ClientFinancing_02 } from './client--financing--02/index.js';
|
|
99
|
+
export { default as ClothesRack_01 } from './clothes--rack--01/index.js';
|
|
100
|
+
export { default as ClothesRack_02 } from './clothes--rack--02/index.js';
|
|
88
101
|
export { default as CloudAnalytics } from './cloud--analytics/index.js';
|
|
89
102
|
export { default as CloudAssets } from './cloud--assets/index.js';
|
|
90
103
|
export { default as CloudBuilderProfessionalServices } from './cloud--builder--professional--services/index.js';
|
|
@@ -112,6 +125,7 @@ export { default as CloudyHumid } from './cloudy--humid/index.js';
|
|
|
112
125
|
export { default as CloudyPartial } from './cloudy--partial/index.js';
|
|
113
126
|
export { default as CloudyWindy } from './cloudy--windy/index.js';
|
|
114
127
|
export { default as CoatHanger } from './coat--hanger/index.js';
|
|
128
|
+
export { default as CodeSyntax } from './code--syntax/index.js';
|
|
115
129
|
export { default as CognosAnalytics } from './cognos--analytics/index.js';
|
|
116
130
|
export { default as College } from './college/index.js';
|
|
117
131
|
export { default as CommercialFinancing_01 } from './commercial--financing--01/index.js';
|
|
@@ -119,25 +133,32 @@ export { default as CommercialFinancing_02 } from './commercial--financing--02/i
|
|
|
119
133
|
export { default as ConceptExpansion } from './concept--expansion/index.js';
|
|
120
134
|
export { default as ConceptInsights } from './concept--insights/index.js';
|
|
121
135
|
export { default as Connect } from './connect/index.js';
|
|
136
|
+
export { default as ConnectedEcosystem } from './connected--ecosystem/index.js';
|
|
137
|
+
export { default as ConnectedNodesToTheCloud } from './connected--nodes--to--the--cloud/index.js';
|
|
122
138
|
export { default as Console } from './console/index.js';
|
|
123
139
|
export { default as ConsoleWireless } from './console--wireless/index.js';
|
|
124
140
|
export { default as Construct } from './construct/index.js';
|
|
141
|
+
export { default as ConsumerEngagementFoodJourney } from './consumer--engagement--food--journey/index.js';
|
|
125
142
|
export { default as Conversation } from './conversation/index.js';
|
|
126
143
|
export { default as CopenhagenPlanetarium } from './copenhagen--planetarium/index.js';
|
|
127
144
|
export { default as CopenhagenSnekkja } from './copenhagen--snekkja/index.js';
|
|
145
|
+
export { default as Coronavirus } from './coronavirus/index.js';
|
|
128
146
|
export { default as CreditCard } from './credit--card/index.js';
|
|
129
147
|
export { default as Crop } from './crop/index.js';
|
|
130
148
|
export { default as CustomerService } from './customer--service/index.js';
|
|
131
149
|
export { default as DataBackup } from './data--backup/index.js';
|
|
132
150
|
export { default as DataInsights } from './data--insights/index.js';
|
|
133
151
|
export { default as DataProcessing } from './data--processing/index.js';
|
|
152
|
+
export { default as DataSet } from './data--set/index.js';
|
|
134
153
|
export { default as DataStorage } from './data--storage/index.js';
|
|
135
154
|
export { default as Delete } from './delete/index.js';
|
|
136
155
|
export { default as DeliverInsights } from './deliver--insights/index.js';
|
|
137
156
|
export { default as DeliveryTruck } from './delivery--truck/index.js';
|
|
138
157
|
export { default as DesignAndDevelopment_01 } from './design--and--development--01/index.js';
|
|
139
158
|
export { default as DesignAndDevelopment_02 } from './design--and--development--02/index.js';
|
|
159
|
+
export { default as DesignThinkingTeam } from './design-thinking-team/index.js';
|
|
140
160
|
export { default as Desktop } from './desktop/index.js';
|
|
161
|
+
export { default as DeveloperZOs } from './developer-z-os/index.js';
|
|
141
162
|
export { default as Devops } from './devops/index.js';
|
|
142
163
|
export { default as Dialogue } from './dialogue/index.js';
|
|
143
164
|
export { default as Digital } from './digital/index.js';
|
|
@@ -157,6 +178,7 @@ export { default as DublinCastle } from './dublin--castle/index.js';
|
|
|
157
178
|
export { default as DuplicateFile } from './duplicate--file/index.js';
|
|
158
179
|
export { default as Education } from './education/index.js';
|
|
159
180
|
export { default as Electric } from './electric/index.js';
|
|
181
|
+
export { default as ElectricCar } from './electric--car/index.js';
|
|
160
182
|
export { default as ElectricCharge } from './electric--charge/index.js';
|
|
161
183
|
export { default as Elevator } from './elevator/index.js';
|
|
162
184
|
export { default as Embed } from './embed/index.js';
|
|
@@ -181,6 +203,10 @@ export { default as FaceVeryDissatisfied } from './face--very--dissatisfied/inde
|
|
|
181
203
|
export { default as FaceVerySatisfied } from './face--very--satisfied/index.js';
|
|
182
204
|
export { default as Factory } from './factory/index.js';
|
|
183
205
|
export { default as Farm } from './farm/index.js';
|
|
206
|
+
export { default as Farm_01 } from './farm--01/index.js';
|
|
207
|
+
export { default as Farm_02 } from './farm--02/index.js';
|
|
208
|
+
export { default as Farmer_01 } from './farmer--01/index.js';
|
|
209
|
+
export { default as Farmer_02 } from './farmer--02/index.js';
|
|
184
210
|
export { default as Faucet } from './faucet/index.js';
|
|
185
211
|
export { default as Feedback } from './feedback/index.js';
|
|
186
212
|
export { default as FileBackup } from './file--backup/index.js';
|
|
@@ -193,14 +219,18 @@ export { default as FinancialNews } from './financial--news/index.js';
|
|
|
193
219
|
export { default as FireAlarm } from './fire--alarm/index.js';
|
|
194
220
|
export { default as FireExtinguisher } from './fire--extinguisher/index.js';
|
|
195
221
|
export { default as Firewall } from './firewall/index.js';
|
|
222
|
+
export { default as FirstAid } from './first--aid/index.js';
|
|
196
223
|
export { default as FlowChart } from './flow--chart/index.js';
|
|
197
224
|
export { default as FlowChartDetail } from './flow--chart--detail/index.js';
|
|
225
|
+
export { default as Flower_01 } from './flower--01/index.js';
|
|
226
|
+
export { default as Flower_02 } from './flower--02/index.js';
|
|
198
227
|
export { default as Fog } from './fog/index.js';
|
|
199
228
|
export { default as Folder } from './folder/index.js';
|
|
200
229
|
export { default as Forklift } from './forklift/index.js';
|
|
201
230
|
export { default as FreeTrial } from './free--trial/index.js';
|
|
202
231
|
export { default as Fuel } from './fuel/index.js';
|
|
203
232
|
export { default as Gear } from './gear/index.js';
|
|
233
|
+
export { default as Gift } from './gift/index.js';
|
|
204
234
|
export { default as GlobalAnalytics } from './global--analytics/index.js';
|
|
205
235
|
export { default as GlobalAssetsAndRecovery_01 } from './global--assets-and-recovery--01/index.js';
|
|
206
236
|
export { default as GlobalAssetsAndRecovery_02 } from './global--assets-and-recovery--02/index.js';
|
|
@@ -213,6 +243,7 @@ export { default as GlobalFinanceSterling } from './global--finance--sterling/in
|
|
|
213
243
|
export { default as GlobalMarkets } from './global--markets/index.js';
|
|
214
244
|
export { default as GlobalMarketsBar } from './global--markets--bar/index.js';
|
|
215
245
|
export { default as GlobalNetwork } from './global--network/index.js';
|
|
246
|
+
export { default as GlobalPartner } from './global--partner/index.js';
|
|
216
247
|
export { default as GlobalSecurity } from './global--security/index.js';
|
|
217
248
|
export { default as GlobalStrategy } from './global--strategy/index.js';
|
|
218
249
|
export { default as GlobalTechnologyServices } from './global--technology--services/index.js';
|
|
@@ -247,6 +278,7 @@ export { default as IbmZ } from './ibm--z/index.js';
|
|
|
247
278
|
export { default as Idea } from './idea/index.js';
|
|
248
279
|
export { default as Ideate } from './ideate/index.js';
|
|
249
280
|
export { default as Innovate } from './innovate/index.js';
|
|
281
|
+
export { default as InspectData } from './inspect--data/index.js';
|
|
250
282
|
export { default as Integration } from './integration/index.js';
|
|
251
283
|
export { default as Intelligence } from './intelligence/index.js';
|
|
252
284
|
export { default as Intercom } from './intercom/index.js';
|
|
@@ -286,6 +318,8 @@ export { default as MadridCathedral } from './madrid--cathedral/index.js';
|
|
|
286
318
|
export { default as MadridSkyscrapers } from './madrid--skyscrapers/index.js';
|
|
287
319
|
export { default as MadridStatue } from './madrid--statue/index.js';
|
|
288
320
|
export { default as Magnify } from './magnify/index.js';
|
|
321
|
+
export { default as ManagingContractualFlow } from './managing--contractual--flow/index.js';
|
|
322
|
+
export { default as ManagingItems } from './managing--items/index.js';
|
|
289
323
|
export { default as Marketplace } from './marketplace/index.js';
|
|
290
324
|
export { default as Mas } from './mas/index.js';
|
|
291
325
|
export { default as MathCurve } from './math-curve/index.js';
|
|
@@ -306,8 +340,14 @@ export { default as MobileAdd } from './mobile--add/index.js';
|
|
|
306
340
|
export { default as MobileChat } from './mobile--chat/index.js';
|
|
307
341
|
export { default as MobileDevices } from './mobile--devices/index.js';
|
|
308
342
|
export { default as MobilePhone } from './mobile--phone/index.js';
|
|
343
|
+
export { default as MonitoredItemOnConveyor } from './monitored--item--on--conveyor/index.js';
|
|
309
344
|
export { default as MortarAndPestle } from './mortar--and--pestle/index.js';
|
|
310
345
|
export { default as Moscow } from './moscow/index.js';
|
|
346
|
+
export { default as MovementInOverlappingNetworks } from './movement--in--overlapping--networks/index.js';
|
|
347
|
+
export { default as MovementOfGoods_01 } from './movement--of--goods--01/index.js';
|
|
348
|
+
export { default as MovementOfGoods_02 } from './movement--of--goods--02/index.js';
|
|
349
|
+
export { default as MovementOfGoods_03 } from './movement--of--goods--03/index.js';
|
|
350
|
+
export { default as MovementOfItems } from './movement--of--items/index.js';
|
|
311
351
|
export { default as Mqa } from './mqa/index.js';
|
|
312
352
|
export { default as Multitask } from './multitask/index.js';
|
|
313
353
|
export { default as Munich } from './munich/index.js';
|
|
@@ -319,6 +359,7 @@ export { default as Networking_02 } from './networking--02/index.js';
|
|
|
319
359
|
export { default as Networking_03 } from './networking--03/index.js';
|
|
320
360
|
export { default as Networking_04 } from './networking--04/index.js';
|
|
321
361
|
export { default as Networking_05 } from './networking--05/index.js';
|
|
362
|
+
export { default as Networking_06 } from './networking--06/index.js';
|
|
322
363
|
export { default as Nice } from './nice/index.js';
|
|
323
364
|
export { default as NightClear } from './night--clear/index.js';
|
|
324
365
|
export { default as NycBrooklyn } from './nyc--brooklyn/index.js';
|
|
@@ -349,6 +390,8 @@ export { default as PersonalityInsights } from './personality--insights/index.js
|
|
|
349
390
|
export { default as PetriCulture } from './petri--culture/index.js';
|
|
350
391
|
export { default as PillBottle_01 } from './pill--bottle--01/index.js';
|
|
351
392
|
export { default as Pills } from './pills/index.js';
|
|
393
|
+
export { default as PlanningAnalytics } from './planning--analytics/index.js';
|
|
394
|
+
export { default as PlayerFlow } from './player--flow/index.js';
|
|
352
395
|
export { default as Podcast } from './podcast/index.js';
|
|
353
396
|
export { default as Police } from './police/index.js';
|
|
354
397
|
export { default as PopulationDiagram } from './population-diagram/index.js';
|
|
@@ -361,6 +404,7 @@ export { default as PrivateNetwork } from './private--network/index.js';
|
|
|
361
404
|
export { default as PrivateNetwork_01 } from './private--network--01/index.js';
|
|
362
405
|
export { default as PrivateNetworkAlt } from './private--network--alt/index.js';
|
|
363
406
|
export { default as PrivateNetworkAlt_01 } from './private--network--alt--01/index.js';
|
|
407
|
+
export { default as Process } from './process/index.js';
|
|
364
408
|
export { default as Progress } from './progress/index.js';
|
|
365
409
|
export { default as Puzzle } from './puzzle/index.js';
|
|
366
410
|
export { default as QQPlot } from './q-q-plot/index.js';
|
|
@@ -388,6 +432,7 @@ export { default as Robot } from './robot/index.js';
|
|
|
388
432
|
export { default as Robotics } from './robotics/index.js';
|
|
389
433
|
export { default as Rome } from './rome/index.js';
|
|
390
434
|
export { default as SaasEnablement } from './saas--enablement/index.js';
|
|
435
|
+
export { default as SampleFile } from './sample--file/index.js';
|
|
391
436
|
export { default as SanFrancisco } from './san-francisco/index.js';
|
|
392
437
|
export { default as SanFranciscoFog } from './san-francisco--fog/index.js';
|
|
393
438
|
export { default as SaoPaulo } from './sao-paulo/index.js';
|
|
@@ -403,6 +448,7 @@ export { default as Security } from './security/index.js';
|
|
|
403
448
|
export { default as SecurityShield } from './security--shield/index.js';
|
|
404
449
|
export { default as ServerRack } from './server--rack/index.js';
|
|
405
450
|
export { default as Servers } from './servers/index.js';
|
|
451
|
+
export { default as Shirt } from './shirt/index.js';
|
|
406
452
|
export { default as Shop } from './shop/index.js';
|
|
407
453
|
export { default as ShoppingCart } from './shopping--cart/index.js';
|
|
408
454
|
export { default as Shower } from './shower/index.js';
|
|
@@ -411,8 +457,11 @@ export { default as SingleSignOn } from './single--sign-on/index.js';
|
|
|
411
457
|
export { default as Slider } from './slider/index.js';
|
|
412
458
|
export { default as Sneaker } from './sneaker/index.js';
|
|
413
459
|
export { default as Snow } from './snow/index.js';
|
|
460
|
+
export { default as Socks } from './socks/index.js';
|
|
414
461
|
export { default as SoftIceCream } from './soft--ice--cream/index.js';
|
|
415
462
|
export { default as SoftlayerEnablement } from './softlayer--enablement/index.js';
|
|
463
|
+
export { default as SolarField } from './solar--field/index.js';
|
|
464
|
+
export { default as SolarPanel } from './solar--panel/index.js';
|
|
416
465
|
export { default as Solve } from './solve/index.js';
|
|
417
466
|
export { default as Spaceship } from './spaceship/index.js';
|
|
418
467
|
export { default as Speech } from './speech/index.js';
|
|
@@ -423,20 +472,37 @@ export { default as StairsPlanView } from './stairs--plan--view/index.js';
|
|
|
423
472
|
export { default as StationaryBicycle } from './stationary--bicycle/index.js';
|
|
424
473
|
export { default as Steel } from './steel/index.js';
|
|
425
474
|
export { default as SteeringWheel } from './steering--wheel/index.js';
|
|
475
|
+
export { default as StemLeafPlot } from './stem--leaf--plot/index.js';
|
|
426
476
|
export { default as Stethoscope } from './stethoscope/index.js';
|
|
427
477
|
export { default as Strategy } from './strategy/index.js';
|
|
428
478
|
export { default as StrategyDirect } from './strategy--direct/index.js';
|
|
429
479
|
export { default as StrategyMove } from './strategy--move/index.js';
|
|
430
480
|
export { default as StrategyPlay } from './strategy--play/index.js';
|
|
431
481
|
export { default as Streamline } from './streamline/index.js';
|
|
482
|
+
export { default as Summit } from './summit/index.js';
|
|
432
483
|
export { default as Sunny } from './sunny/index.js';
|
|
433
484
|
export { default as SunnyHazy } from './sunny--hazy/index.js';
|
|
485
|
+
export { default as SupplyChainOptimization_01 } from './supply--chain--optimization--01/index.js';
|
|
486
|
+
export { default as SupplyChainOptimization_02 } from './supply--chain--optimization--02/index.js';
|
|
434
487
|
export { default as SupportServices } from './support--services/index.js';
|
|
435
488
|
export { default as SwipeLeft } from './swipe--left/index.js';
|
|
436
489
|
export { default as SwipeRight } from './swipe--right/index.js';
|
|
490
|
+
export { default as SystemsDevopsAnalyze } from './systems-devops--analyze/index.js';
|
|
491
|
+
export { default as SystemsDevopsBuild } from './systems-devops--build/index.js';
|
|
492
|
+
export { default as SystemsDevopsCicdPipeline } from './systems-devops--cicd-pipeline/index.js';
|
|
493
|
+
export { default as SystemsDevopsCode } from './systems-devops--code/index.js';
|
|
494
|
+
export { default as SystemsDevopsDeploy } from './systems-devops--deploy/index.js';
|
|
495
|
+
export { default as SystemsDevopsMonitor } from './systems-devops--monitor/index.js';
|
|
496
|
+
export { default as SystemsDevopsPlan } from './systems-devops--plan/index.js';
|
|
497
|
+
export { default as SystemsDevopsProvision } from './systems-devops--provision/index.js';
|
|
498
|
+
export { default as SystemsDevopsRelease } from './systems-devops--release/index.js';
|
|
499
|
+
export { default as SystemsDevopsTest } from './systems-devops--test/index.js';
|
|
500
|
+
export { default as TShirt } from './t-shirt/index.js';
|
|
437
501
|
export { default as Tags } from './tags/index.js';
|
|
438
502
|
export { default as Target } from './target/index.js';
|
|
439
503
|
export { default as TargetArea } from './target--area/index.js';
|
|
504
|
+
export { default as TeamAlignment } from './team--alignment/index.js';
|
|
505
|
+
export { default as Teammates } from './teammates/index.js';
|
|
440
506
|
export { default as TelAviv } from './tel--aviv/index.js';
|
|
441
507
|
export { default as Telecom } from './telecom/index.js';
|
|
442
508
|
export { default as Telephone } from './telephone/index.js';
|
|
@@ -447,6 +513,7 @@ export { default as Tennis } from './tennis/index.js';
|
|
|
447
513
|
export { default as TestTubes } from './test--tubes/index.js';
|
|
448
514
|
export { default as TextToSpeech } from './text--to--speech/index.js';
|
|
449
515
|
export { default as Time } from './time/index.js';
|
|
516
|
+
export { default as TimePlot } from './time--plot/index.js';
|
|
450
517
|
export { default as TimeLapse } from './time-lapse/index.js';
|
|
451
518
|
export { default as Toggle } from './toggle/index.js';
|
|
452
519
|
export { default as TokyoCherryBlossom } from './tokyo--cherry--blossom/index.js';
|
|
@@ -466,16 +533,23 @@ export { default as Tractor } from './tractor/index.js';
|
|
|
466
533
|
export { default as TradeoffAnalytics } from './tradeoff--analytics/index.js';
|
|
467
534
|
export { default as Train } from './train/index.js';
|
|
468
535
|
export { default as Transform } from './transform/index.js';
|
|
536
|
+
export { default as Transparency_01 } from './transparency--01/index.js';
|
|
537
|
+
export { default as Transparency_02 } from './transparency--02/index.js';
|
|
469
538
|
export { default as Trash } from './trash/index.js';
|
|
470
539
|
export { default as TreeDiagram } from './tree--diagram/index.js';
|
|
471
540
|
export { default as TreeMap } from './tree--map/index.js';
|
|
541
|
+
export { default as Trousers } from './trousers/index.js';
|
|
542
|
+
export { default as Trust } from './trust/index.js';
|
|
472
543
|
export { default as University } from './university/index.js';
|
|
473
544
|
export { default as Unlock } from './unlock/index.js';
|
|
474
545
|
export { default as UnlockAlt } from './unlock--alt/index.js';
|
|
475
546
|
export { default as Upload } from './upload/index.js';
|
|
476
547
|
export { default as UploadAlt } from './upload--alt/index.js';
|
|
548
|
+
export { default as User } from './user/index.js';
|
|
477
549
|
export { default as UserAnalytics } from './user--analytics/index.js';
|
|
478
550
|
export { default as UserInsights } from './user--insights/index.js';
|
|
551
|
+
export { default as UserInterface } from './user--interface/index.js';
|
|
552
|
+
export { default as UserProfile } from './user--profile/index.js';
|
|
479
553
|
export { default as UserSearch } from './user--search/index.js';
|
|
480
554
|
export { default as Vancouver } from './vancouver/index.js';
|
|
481
555
|
export { default as Video } from './video/index.js';
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
d: "M23.707 31.121c-.469 0-.873-.09-1.21-.27s-.616-.438-.836-.775c-.22-.337-.381-.752-.484-1.242-.103-.492-.154-1.053-.154-1.684 0-.623.051-1.183.154-1.678.103-.495.264-.911.484-1.249.22-.337.499-.596.836-.775s.741-.27 1.21-.27.873.09 1.21.27.617.438.836.775c.22.337.381.753.483 1.249.104.495.154 1.055.154 1.678 0 .631-.051 1.191-.154 1.684-.103.49-.264.905-.483 1.242-.22.338-.499.596-.836.775C24.58 31.031 24.176 31.121 23.707 31.121zM23.707 30.318c.308 0 .572-.061.792-.182.22-.121.398-.291.534-.512.136-.22.236-.485.303-.797.065-.312.099-.662.099-1.051v-1.254c0-.381-.033-.73-.099-1.045s-.167-.583-.303-.803-.313-.391-.534-.512c-.22-.121-.484-.181-.792-.181s-.572.061-.792.181c-.22.121-.397.292-.533.512-.136.22-.237.488-.303.803-.066.314-.099.664-.099 1.045v1.254c0 .389.033.738.099 1.051.066.312.167.577.303.797.136.221.313.391.533.512C23.135 30.258 23.399 30.318 23.707 30.318zM23.707 27.799c-.256 0-.434-.051-.533-.154-.099-.102-.148-.227-.148-.373V27.03c0-.146.049-.271.148-.374s.277-.153.533-.153c.257 0 .435.051.534.153s.148.228.148.374v.242c0 .146-.049.271-.148.373C24.141 27.748 23.963 27.799 23.707 27.799zM27.931 30.989v-.804h2.2v-6.192h-.077l-1.937 1.804-.539-.582 2.035-1.904h1.441v6.875h2.023v.804h-5.146V30.989z"
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
var _ref3 =
|
|
23
|
+
/*#__PURE__*/
|
|
24
|
+
|
|
25
|
+
/*#__PURE__*/
|
|
26
|
+
React.createElement("path", {
|
|
27
|
+
fill: "none",
|
|
28
|
+
strokeMiterlimit: "10",
|
|
29
|
+
strokeWidth: ".72",
|
|
30
|
+
d: "M9 9L9 20M21 9L21 14M13 13L13 24M9 28L9 36M9 21L9 24M13 25L13 31M13 34L13 39M13 9L13 12M17 12L17 20M29 9L29 15M17 34L17 38M9 25L9 27M17 9L17 11M25 9L25 12M25 13L25 15M13 32L13 33M21 15L21 16"
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
var _ref4 =
|
|
34
|
+
/*#__PURE__*/
|
|
35
|
+
|
|
36
|
+
/*#__PURE__*/
|
|
37
|
+
React.createElement("path", {
|
|
38
|
+
fill: "none",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
strokeMiterlimit: "10",
|
|
41
|
+
strokeWidth: ".72",
|
|
42
|
+
d: "M27,17 c-5.52,0-10,4.48-10,10s4.48,10,10,10c2.76,0,5.26-1.12,7.07-2.93S37,29.76,37,27C37,21.48,32.52,17,27,17z"
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
var _ref5 =
|
|
46
|
+
/*#__PURE__*/
|
|
47
|
+
|
|
48
|
+
/*#__PURE__*/
|
|
49
|
+
React.createElement("path", {
|
|
50
|
+
fill: "none",
|
|
51
|
+
strokeMiterlimit: "10",
|
|
52
|
+
strokeWidth: ".72",
|
|
53
|
+
d: "M38 39L34 34.07"
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
var InspectData = /*#__PURE__*/React.forwardRef(function InspectData(_ref, ref) {
|
|
57
|
+
var children = _ref.children,
|
|
58
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
59
|
+
|
|
60
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
61
|
+
width: 48,
|
|
62
|
+
height: 48,
|
|
63
|
+
viewBox: "0 0 48 48",
|
|
64
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
65
|
+
stroke: "currentColor",
|
|
66
|
+
ref: ref
|
|
67
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, children);
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
export default InspectData;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeMiterlimit: "10",
|
|
21
|
+
strokeWidth: ".72",
|
|
22
|
+
d: "M36,10v5h-5 M17,33h-5v5 M36,15 c-2.737-3.643-7.093-6-12-6C15.716,9,9,15.716,9,24 M12,33c2.737,3.643,7.093,6,12,6c8.284,0,15-6.716,15-15"
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
var _ref3 =
|
|
26
|
+
/*#__PURE__*/
|
|
27
|
+
|
|
28
|
+
/*#__PURE__*/
|
|
29
|
+
React.createElement("path", {
|
|
30
|
+
fill: "none",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeMiterlimit: "10",
|
|
33
|
+
strokeWidth: ".72",
|
|
34
|
+
d: "M30 31L30 20 26 16 18 16 18 31z"
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
var _ref4 =
|
|
38
|
+
/*#__PURE__*/
|
|
39
|
+
|
|
40
|
+
/*#__PURE__*/
|
|
41
|
+
React.createElement("path", {
|
|
42
|
+
fill: "none",
|
|
43
|
+
strokeLinejoin: "round",
|
|
44
|
+
strokeMiterlimit: "10",
|
|
45
|
+
strokeWidth: ".72",
|
|
46
|
+
d: "M26 16L26 20 30 20"
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
var _ref5 =
|
|
50
|
+
/*#__PURE__*/
|
|
51
|
+
|
|
52
|
+
/*#__PURE__*/
|
|
53
|
+
React.createElement("path", {
|
|
54
|
+
fill: "none",
|
|
55
|
+
strokeMiterlimit: "10",
|
|
56
|
+
strokeWidth: ".72",
|
|
57
|
+
d: "M20 25L28 25M20 27L28 27M20 23L28 23"
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
var ManagingContractualFlow = /*#__PURE__*/React.forwardRef(function ManagingContractualFlow(_ref, ref) {
|
|
61
|
+
var children = _ref.children,
|
|
62
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
63
|
+
|
|
64
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
65
|
+
width: 48,
|
|
66
|
+
height: 48,
|
|
67
|
+
viewBox: "0 0 48 48",
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
stroke: "currentColor",
|
|
70
|
+
ref: ref
|
|
71
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, children);
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
export default ManagingContractualFlow;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
strokeMiterlimit: "10",
|
|
22
|
+
strokeWidth: ".72",
|
|
23
|
+
d: "M37 14h-7.779M20 9C13.925 9 9 13.925 9 20c0 6.075 4.925 11 11 11 6.076 0 11-4.925 11-11C31 13.925 26.076 9 20 9zM27.785 27.784L39 39M29.799 15L21 15M17 15L14 15M31 20L14 20M29.799 25L24 25M20 25L14 25M37 18L30.819 18M37 22L30.817 22M37 17H39V19H37zM26 35L14 35M26 34H28V36H26z"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var _ref3 =
|
|
27
|
+
/*#__PURE__*/
|
|
28
|
+
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
React.createElement("path", {
|
|
31
|
+
fill: "none",
|
|
32
|
+
strokeLinejoin: "round",
|
|
33
|
+
strokeMiterlimit: "10",
|
|
34
|
+
strokeWidth: ".72",
|
|
35
|
+
d: "M20 23H24V27H20zM17 13H21V17H17z"
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
var ManagingItems = /*#__PURE__*/React.forwardRef(function ManagingItems(_ref, ref) {
|
|
39
|
+
var children = _ref.children,
|
|
40
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
41
|
+
|
|
42
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
43
|
+
width: 48,
|
|
44
|
+
height: 48,
|
|
45
|
+
viewBox: "0 0 48 48",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
stroke: "currentColor",
|
|
48
|
+
ref: ref
|
|
49
|
+
}, rest), _ref2, _ref3, children);
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
export default ManagingItems;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("circle", {
|
|
19
|
+
cx: "12",
|
|
20
|
+
cy: "32",
|
|
21
|
+
r: "2",
|
|
22
|
+
fill: "none",
|
|
23
|
+
strokeMiterlimit: "10",
|
|
24
|
+
strokeWidth: ".72"
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
var _ref3 =
|
|
28
|
+
/*#__PURE__*/
|
|
29
|
+
|
|
30
|
+
/*#__PURE__*/
|
|
31
|
+
React.createElement("circle", {
|
|
32
|
+
cx: "20",
|
|
33
|
+
cy: "32",
|
|
34
|
+
r: "2",
|
|
35
|
+
fill: "none",
|
|
36
|
+
strokeMiterlimit: "10",
|
|
37
|
+
strokeWidth: ".72"
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
var _ref4 =
|
|
41
|
+
/*#__PURE__*/
|
|
42
|
+
|
|
43
|
+
/*#__PURE__*/
|
|
44
|
+
React.createElement("circle", {
|
|
45
|
+
cx: "28",
|
|
46
|
+
cy: "32",
|
|
47
|
+
r: "2",
|
|
48
|
+
fill: "none",
|
|
49
|
+
strokeMiterlimit: "10",
|
|
50
|
+
strokeWidth: ".72"
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
var _ref5 =
|
|
54
|
+
/*#__PURE__*/
|
|
55
|
+
|
|
56
|
+
/*#__PURE__*/
|
|
57
|
+
React.createElement("circle", {
|
|
58
|
+
cx: "36",
|
|
59
|
+
cy: "32",
|
|
60
|
+
r: "2",
|
|
61
|
+
fill: "none",
|
|
62
|
+
strokeMiterlimit: "10",
|
|
63
|
+
strokeWidth: ".72"
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
var _ref6 =
|
|
67
|
+
/*#__PURE__*/
|
|
68
|
+
|
|
69
|
+
/*#__PURE__*/
|
|
70
|
+
React.createElement("path", {
|
|
71
|
+
fill: "none",
|
|
72
|
+
strokeMiterlimit: "10",
|
|
73
|
+
strokeWidth: ".72",
|
|
74
|
+
d: "M9 28L39 28M9 36L39 36"
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
var _ref7 =
|
|
78
|
+
/*#__PURE__*/
|
|
79
|
+
|
|
80
|
+
/*#__PURE__*/
|
|
81
|
+
React.createElement("path", {
|
|
82
|
+
fill: "none",
|
|
83
|
+
strokeLinejoin: "round",
|
|
84
|
+
strokeMiterlimit: "10",
|
|
85
|
+
strokeWidth: ".72",
|
|
86
|
+
d: "M20 18H28V26H20zM30 11H38V19H30zM10 18H18V26H10z"
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
var _ref8 =
|
|
90
|
+
/*#__PURE__*/
|
|
91
|
+
|
|
92
|
+
/*#__PURE__*/
|
|
93
|
+
React.createElement("path", {
|
|
94
|
+
fill: "none",
|
|
95
|
+
strokeMiterlimit: "10",
|
|
96
|
+
strokeWidth: ".72",
|
|
97
|
+
d: "M38 11L30 19M35 11L30 16M32 11L30 13M38 14L33 19M38 17L36 19"
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
var MonitoredItemOnConveyor = /*#__PURE__*/React.forwardRef(function MonitoredItemOnConveyor(_ref, ref) {
|
|
101
|
+
var children = _ref.children,
|
|
102
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
103
|
+
|
|
104
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
105
|
+
width: 48,
|
|
106
|
+
height: 48,
|
|
107
|
+
viewBox: "0 0 48 48",
|
|
108
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
109
|
+
stroke: "currentColor",
|
|
110
|
+
ref: ref
|
|
111
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, children);
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export default MonitoredItemOnConveyor;
|