@carbon/pictograms-react 10.14.0-rc.0 → 10.15.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--document/index.js +40 -0
- package/es/backpack/index.js +40 -0
- package/es/contract/index.js +40 -0
- package/es/coronavirus/index.js +169 -0
- package/es/distribution--ledger/index.js +74 -0
- package/es/document--security/index.js +40 -0
- package/es/employee--insights/index.js +40 -0
- package/es/feedback--02/index.js +53 -0
- package/es/goals/index.js +58 -0
- package/es/growth/index.js +76 -0
- package/es/hills/index.js +52 -0
- package/es/id--badge/index.js +40 -0
- package/es/index.js +28 -3
- package/es/insights/index.js +66 -0
- package/es/mri/index.js +39 -0
- package/es/mri--patient/index.js +40 -0
- package/es/natural--language--understanding/index.js +51 -0
- package/es/pregnant/index.js +40 -0
- package/es/qr-code/index.js +88 -0
- package/es/racetrack/index.js +40 -0
- package/es/research/index.js +133 -0
- package/es/sports/index.js +40 -0
- package/es/transactional--blockchain/index.js +133 -0
- package/es/transactional--trust/index.js +62 -0
- package/es/x-ray--01/index.js +40 -0
- package/es/x-ray--02/index.js +40 -0
- package/lib/add--document/index.js +44 -0
- package/lib/backpack/index.js +44 -0
- package/lib/contract/index.js +44 -0
- package/lib/coronavirus/index.js +173 -0
- package/lib/distribution--ledger/index.js +78 -0
- package/lib/document--security/index.js +44 -0
- package/lib/employee--insights/index.js +44 -0
- package/lib/feedback--02/index.js +57 -0
- package/lib/goals/index.js +62 -0
- package/lib/growth/index.js +80 -0
- package/lib/hills/index.js +56 -0
- package/lib/id--badge/index.js +44 -0
- package/lib/index.js +1188 -1138
- package/lib/insights/index.js +70 -0
- package/lib/mri/index.js +43 -0
- package/lib/mri--patient/index.js +44 -0
- package/lib/natural--language--understanding/index.js +55 -0
- package/lib/pregnant/index.js +44 -0
- package/lib/qr-code/index.js +92 -0
- package/lib/racetrack/index.js +44 -0
- package/lib/research/index.js +137 -0
- package/lib/sports/index.js +44 -0
- package/lib/transactional--blockchain/index.js +137 -0
- package/lib/transactional--trust/index.js +66 -0
- package/lib/x-ray--01/index.js +44 -0
- package/lib/x-ray--02/index.js +44 -0
- package/package.json +3 -3
- package/umd/index.js +3094 -1885
|
@@ -0,0 +1,40 @@
|
|
|
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: "M18,32c0-2.748,2.092-5.05,4.654-5.657c-1.16-0.516-1.97-1.677-1.97-3.028C20.685,21.484,22.169,20,24,20s3.315,1.484,3.315,3.315 c0,1.351-0.81,2.512-1.97,3.028C27.908,26.95,30,29.252,30,32 M22,14h-8v25h20V14h-8 M26,9h-4v8h4V9z M18,34h12 M18,36h7"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var IdBadge = /*#__PURE__*/React.forwardRef(function IdBadge(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default IdBadge;
|
package/es/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import 'prop-types';
|
|
|
12
12
|
import 'react';
|
|
13
13
|
export { default as ActiveServer } from './active--server/index.js';
|
|
14
14
|
export { default as AddDevice } from './add--device/index.js';
|
|
15
|
+
export { default as AddDocument } from './add--document/index.js';
|
|
15
16
|
export { default as Advocate } from './advocate/index.js';
|
|
16
17
|
export { default as Agriculture } from './agriculture/index.js';
|
|
17
18
|
export { default as AirConditioner } from './air--conditioner/index.js';
|
|
@@ -39,6 +40,7 @@ export { default as Austin } from './austin/index.js';
|
|
|
39
40
|
export { default as AutomateModularManagement } from './automate--modular--management/index.js';
|
|
40
41
|
export { default as AutomationDecision } from './automation--decision/index.js';
|
|
41
42
|
export { default as Automobile } from './automobile/index.js';
|
|
43
|
+
export { default as Backpack } from './backpack/index.js';
|
|
42
44
|
export { default as Bag } from './bag/index.js';
|
|
43
45
|
export { default as Bangalore } from './bangalore/index.js';
|
|
44
46
|
export { default as Bee } from './bee/index.js';
|
|
@@ -94,10 +96,10 @@ export { default as ChipCircuit } from './chip--circuit/index.js';
|
|
|
94
96
|
export { default as ChipCredit } from './chip--credit/index.js';
|
|
95
97
|
export { default as ChipDebit } from './chip--debit/index.js';
|
|
96
98
|
export { default as CirclePacking } from './circle-packing/index.js';
|
|
97
|
-
export { default as ClothesRack_01 } from './clothes--rack--01/index.js';
|
|
98
|
-
export { default as ClothesRack_02 } from './clothes--rack--02/index.js';
|
|
99
99
|
export { default as ClientFinancing_01 } from './client--financing--01/index.js';
|
|
100
100
|
export { default as ClientFinancing_02 } from './client--financing--02/index.js';
|
|
101
|
+
export { default as ClothesRack_01 } from './clothes--rack--01/index.js';
|
|
102
|
+
export { default as ClothesRack_02 } from './clothes--rack--02/index.js';
|
|
101
103
|
export { default as CloudAnalytics } from './cloud--analytics/index.js';
|
|
102
104
|
export { default as CloudAssets } from './cloud--assets/index.js';
|
|
103
105
|
export { default as CloudBuilderProfessionalServices } from './cloud--builder--professional--services/index.js';
|
|
@@ -139,9 +141,11 @@ export { default as Console } from './console/index.js';
|
|
|
139
141
|
export { default as ConsoleWireless } from './console--wireless/index.js';
|
|
140
142
|
export { default as Construct } from './construct/index.js';
|
|
141
143
|
export { default as ConsumerEngagementFoodJourney } from './consumer--engagement--food--journey/index.js';
|
|
144
|
+
export { default as Contract } from './contract/index.js';
|
|
142
145
|
export { default as Conversation } from './conversation/index.js';
|
|
143
146
|
export { default as CopenhagenPlanetarium } from './copenhagen--planetarium/index.js';
|
|
144
147
|
export { default as CopenhagenSnekkja } from './copenhagen--snekkja/index.js';
|
|
148
|
+
export { default as Coronavirus } from './coronavirus/index.js';
|
|
145
149
|
export { default as CreditCard } from './credit--card/index.js';
|
|
146
150
|
export { default as Crop } from './crop/index.js';
|
|
147
151
|
export { default as CustomerService } from './customer--service/index.js';
|
|
@@ -157,16 +161,18 @@ export { default as DesignAndDevelopment_01 } from './design--and--development--
|
|
|
157
161
|
export { default as DesignAndDevelopment_02 } from './design--and--development--02/index.js';
|
|
158
162
|
export { default as DesignThinkingTeam } from './design-thinking-team/index.js';
|
|
159
163
|
export { default as Desktop } from './desktop/index.js';
|
|
160
|
-
export { default as Devops } from './devops/index.js';
|
|
161
164
|
export { default as DeveloperZOs } from './developer-z-os/index.js';
|
|
165
|
+
export { default as Devops } from './devops/index.js';
|
|
162
166
|
export { default as Dialogue } from './dialogue/index.js';
|
|
163
167
|
export { default as Digital } from './digital/index.js';
|
|
164
168
|
export { default as Dining } from './dining/index.js';
|
|
169
|
+
export { default as DistributionLedger } from './distribution--ledger/index.js';
|
|
165
170
|
export { default as Dna } from './dna/index.js';
|
|
166
171
|
export { default as DoNot } from './do--not/index.js';
|
|
167
172
|
export { default as Docker } from './docker/index.js';
|
|
168
173
|
export { default as Doctor } from './doctor/index.js';
|
|
169
174
|
export { default as DocumentConversion } from './document--conversion/index.js';
|
|
175
|
+
export { default as DocumentSecurity } from './document--security/index.js';
|
|
170
176
|
export { default as DoorHandle } from './door--handle/index.js';
|
|
171
177
|
export { default as Download } from './download/index.js';
|
|
172
178
|
export { default as DownloadAlt } from './download--alt/index.js';
|
|
@@ -181,6 +187,7 @@ export { default as ElectricCar } from './electric--car/index.js';
|
|
|
181
187
|
export { default as ElectricCharge } from './electric--charge/index.js';
|
|
182
188
|
export { default as Elevator } from './elevator/index.js';
|
|
183
189
|
export { default as Embed } from './embed/index.js';
|
|
190
|
+
export { default as EmployeeInsights } from './employee--insights/index.js';
|
|
184
191
|
export { default as Engine } from './engine/index.js';
|
|
185
192
|
export { default as EnterpriseDesignThinking } from './enterprise--design--thinking/index.js';
|
|
186
193
|
export { default as EnterpriseDesignThinkingAlt } from './enterprise--design--thinking--alt/index.js';
|
|
@@ -208,6 +215,7 @@ export { default as Farmer_01 } from './farmer--01/index.js';
|
|
|
208
215
|
export { default as Farmer_02 } from './farmer--02/index.js';
|
|
209
216
|
export { default as Faucet } from './faucet/index.js';
|
|
210
217
|
export { default as Feedback } from './feedback/index.js';
|
|
218
|
+
export { default as Feedback_02 } from './feedback--02/index.js';
|
|
211
219
|
export { default as FileBackup } from './file--backup/index.js';
|
|
212
220
|
export { default as FileTransfer } from './file--transfer/index.js';
|
|
213
221
|
export { default as FinanceStrategy } from './finance--strategy/index.js';
|
|
@@ -248,7 +256,9 @@ export { default as GlobalStrategy } from './global--strategy/index.js';
|
|
|
248
256
|
export { default as GlobalTechnologyServices } from './global--technology--services/index.js';
|
|
249
257
|
export { default as Globe } from './globe/index.js';
|
|
250
258
|
export { default as GlobeLocations } from './globe--locations/index.js';
|
|
259
|
+
export { default as Goals } from './goals/index.js';
|
|
251
260
|
export { default as Group } from './group/index.js';
|
|
261
|
+
export { default as Growth } from './growth/index.js';
|
|
252
262
|
export { default as Hail } from './hail/index.js';
|
|
253
263
|
export { default as HailHeavy } from './hail--heavy/index.js';
|
|
254
264
|
export { default as HailMixed } from './hail--mixed/index.js';
|
|
@@ -264,6 +274,7 @@ export { default as HeartHealth } from './heart--health/index.js';
|
|
|
264
274
|
export { default as HeatMap } from './heat--map/index.js';
|
|
265
275
|
export { default as HeatMap_02 } from './heat-map--02/index.js';
|
|
266
276
|
export { default as HighFive } from './high--five/index.js';
|
|
277
|
+
export { default as Hills } from './hills/index.js';
|
|
267
278
|
export { default as HomeFront } from './home--front/index.js';
|
|
268
279
|
export { default as HomeGarage } from './home--garage/index.js';
|
|
269
280
|
export { default as HomeProfile } from './home--profile/index.js';
|
|
@@ -274,9 +285,11 @@ export { default as HybridCloud } from './hybrid--cloud/index.js';
|
|
|
274
285
|
export { default as HybridCloudServices } from './hybrid--cloud--services/index.js';
|
|
275
286
|
export { default as IbmIx } from './ibm--ix/index.js';
|
|
276
287
|
export { default as IbmZ } from './ibm--z/index.js';
|
|
288
|
+
export { default as IdBadge } from './id--badge/index.js';
|
|
277
289
|
export { default as Idea } from './idea/index.js';
|
|
278
290
|
export { default as Ideate } from './ideate/index.js';
|
|
279
291
|
export { default as Innovate } from './innovate/index.js';
|
|
292
|
+
export { default as Insights } from './insights/index.js';
|
|
280
293
|
export { default as InspectData } from './inspect--data/index.js';
|
|
281
294
|
export { default as Integration } from './integration/index.js';
|
|
282
295
|
export { default as Intelligence } from './intelligence/index.js';
|
|
@@ -348,9 +361,12 @@ export { default as MovementOfGoods_02 } from './movement--of--goods--02/index.j
|
|
|
348
361
|
export { default as MovementOfGoods_03 } from './movement--of--goods--03/index.js';
|
|
349
362
|
export { default as MovementOfItems } from './movement--of--items/index.js';
|
|
350
363
|
export { default as Mqa } from './mqa/index.js';
|
|
364
|
+
export { default as Mri } from './mri/index.js';
|
|
365
|
+
export { default as MriPatient } from './mri--patient/index.js';
|
|
351
366
|
export { default as Multitask } from './multitask/index.js';
|
|
352
367
|
export { default as Munich } from './munich/index.js';
|
|
353
368
|
export { default as NaturalLanguageClassifier } from './natural--language--classifier/index.js';
|
|
369
|
+
export { default as NaturalLanguageUnderstanding } from './natural--language--understanding/index.js';
|
|
354
370
|
export { default as Network } from './network/index.js';
|
|
355
371
|
export { default as NetworkServices } from './network--services/index.js';
|
|
356
372
|
export { default as Networking_01 } from './networking--01/index.js';
|
|
@@ -395,6 +411,7 @@ export { default as Podcast } from './podcast/index.js';
|
|
|
395
411
|
export { default as Police } from './police/index.js';
|
|
396
412
|
export { default as PopulationDiagram } from './population-diagram/index.js';
|
|
397
413
|
export { default as Power } from './power/index.js';
|
|
414
|
+
export { default as Pregnant } from './pregnant/index.js';
|
|
398
415
|
export { default as Presentation } from './presentation/index.js';
|
|
399
416
|
export { default as Presenter } from './presenter/index.js';
|
|
400
417
|
export { default as Price } from './price/index.js';
|
|
@@ -407,8 +424,10 @@ export { default as Process } from './process/index.js';
|
|
|
407
424
|
export { default as Progress } from './progress/index.js';
|
|
408
425
|
export { default as Puzzle } from './puzzle/index.js';
|
|
409
426
|
export { default as QQPlot } from './q-q-plot/index.js';
|
|
427
|
+
export { default as QrCode } from './qr-code/index.js';
|
|
410
428
|
export { default as Question } from './question/index.js';
|
|
411
429
|
export { default as QuestionAndAnswer } from './question--and--answer/index.js';
|
|
430
|
+
export { default as Racetrack } from './racetrack/index.js';
|
|
412
431
|
export { default as Rainy } from './rainy/index.js';
|
|
413
432
|
export { default as RainyHeavy } from './rainy--heavy/index.js';
|
|
414
433
|
export { default as Rank } from './rank/index.js';
|
|
@@ -422,6 +441,7 @@ export { default as Renew } from './renew/index.js';
|
|
|
422
441
|
export { default as RenewTeam } from './renew--team/index.js';
|
|
423
442
|
export { default as Repeat } from './repeat/index.js';
|
|
424
443
|
export { default as Report } from './report/index.js';
|
|
444
|
+
export { default as Research } from './research/index.js';
|
|
425
445
|
export { default as Reset } from './reset/index.js';
|
|
426
446
|
export { default as ResetHybridCloud } from './reset--hybrid--cloud/index.js';
|
|
427
447
|
export { default as ResetSettings } from './reset--settings/index.js';
|
|
@@ -467,6 +487,7 @@ export { default as Speech } from './speech/index.js';
|
|
|
467
487
|
export { default as SpeechAlphabetAExpanded } from './speech--alphabet--a--expanded/index.js';
|
|
468
488
|
export { default as SpeechToText } from './speech--to--text/index.js';
|
|
469
489
|
export { default as Speedometer } from './speedometer/index.js';
|
|
490
|
+
export { default as Sports } from './sports/index.js';
|
|
470
491
|
export { default as StairsPlanView } from './stairs--plan--view/index.js';
|
|
471
492
|
export { default as StationaryBicycle } from './stationary--bicycle/index.js';
|
|
472
493
|
export { default as Steel } from './steel/index.js';
|
|
@@ -531,6 +552,8 @@ export { default as TouchSwipe } from './touch--swipe/index.js';
|
|
|
531
552
|
export { default as Tractor } from './tractor/index.js';
|
|
532
553
|
export { default as TradeoffAnalytics } from './tradeoff--analytics/index.js';
|
|
533
554
|
export { default as Train } from './train/index.js';
|
|
555
|
+
export { default as TransactionalBlockchain } from './transactional--blockchain/index.js';
|
|
556
|
+
export { default as TransactionalTrust } from './transactional--trust/index.js';
|
|
534
557
|
export { default as Transform } from './transform/index.js';
|
|
535
558
|
export { default as Transparency_01 } from './transparency--01/index.js';
|
|
536
559
|
export { default as Transparency_02 } from './transparency--02/index.js';
|
|
@@ -579,6 +602,8 @@ export { default as WirelessHome } from './wireless--home/index.js';
|
|
|
579
602
|
export { default as WirelessModem } from './wireless--modem/index.js';
|
|
580
603
|
export { default as WordCloud } from './word-cloud/index.js';
|
|
581
604
|
export { default as WreckingBall } from './wrecking--ball/index.js';
|
|
605
|
+
export { default as XRay_01 } from './x-ray--01/index.js';
|
|
606
|
+
export { default as XRay_02 } from './x-ray--02/index.js';
|
|
582
607
|
export { default as Yoga_01 } from './yoga--01/index.js';
|
|
583
608
|
export { default as Yoga_02 } from './yoga--02/index.js';
|
|
584
609
|
export { default as Yoga_03 } from './yoga--03/index.js';
|
|
@@ -0,0 +1,66 @@
|
|
|
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: "24",
|
|
20
|
+
cy: "24",
|
|
21
|
+
r: "6.375",
|
|
22
|
+
fill: "none",
|
|
23
|
+
strokeDasharray: "1.9998,1.9998",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeWidth: ".72"
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
var _ref3 =
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
|
|
31
|
+
/*#__PURE__*/
|
|
32
|
+
React.createElement("path", {
|
|
33
|
+
fill: "none",
|
|
34
|
+
strokeLinejoin: "round",
|
|
35
|
+
strokeMiterlimit: "10",
|
|
36
|
+
strokeWidth: ".72",
|
|
37
|
+
d: "M10,24 c0,0,3.823,9,14,9s14-9,14-9s-3.823-9-14-9S10,24,10,24z"
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
var _ref4 =
|
|
41
|
+
/*#__PURE__*/
|
|
42
|
+
|
|
43
|
+
/*#__PURE__*/
|
|
44
|
+
React.createElement("path", {
|
|
45
|
+
fill: "none",
|
|
46
|
+
strokeLinejoin: "round",
|
|
47
|
+
strokeMiterlimit: "10",
|
|
48
|
+
strokeWidth: ".72",
|
|
49
|
+
d: "M27.891,23.067 C27.962,23.366,28,23.679,28,24c0,2.209-1.791,4-4,4s-4-1.791-4-4s1.791-4,4-4c0.288,0,0.569,0.03,0.839,0.088"
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
var Insights = /*#__PURE__*/React.forwardRef(function Insights(_ref, ref) {
|
|
53
|
+
var children = _ref.children,
|
|
54
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
55
|
+
|
|
56
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
57
|
+
width: 48,
|
|
58
|
+
height: 48,
|
|
59
|
+
viewBox: "0 0 48 48",
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
ref: ref
|
|
63
|
+
}, rest), _ref2, _ref3, _ref4, children);
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
export default Insights;
|
package/es/mri/index.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
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: "M12.347,30 C11.483,28.182,11,26.147,11,24c0-7.732,6.268-14,14-14s14,6.268,14,14s-6.268,14-14,14c-3.815,0-7.273-1.526-9.798-4 M25,34 c5.523,0,10-4.477,10-10s-4.477-10-10-10s-10,4.477-10,10c0,2.252,0.744,4.329,2,6.001 M33,30H9v4h16 M11,38v-4 M9,38h4 M23,12h4"
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
var Mri = /*#__PURE__*/React.forwardRef(function Mri(_ref, ref) {
|
|
26
|
+
var children = _ref.children,
|
|
27
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
28
|
+
|
|
29
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
30
|
+
width: 48,
|
|
31
|
+
height: 48,
|
|
32
|
+
viewBox: "0 0 48 48",
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
stroke: "currentColor",
|
|
35
|
+
ref: ref
|
|
36
|
+
}, rest), _ref2, children);
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
export default Mri;
|
|
@@ -0,0 +1,40 @@
|
|
|
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: "M29.5,23c1.381,0,2.5,1.119,2.5,2.5S30.881,28,29.5,28S27,26.881,27,25.5S28.119,23,29.5,23z M15.202,34 c2.525,2.474,5.983,4,9.798,4c7.732,0,14-6.268,14-14s-6.268-14-14-14c-6.342,0-11.699,4.217-13.42,10 M33,30H9v4h16 c5.523,0,10-4.477,10-10s-4.477-10-10-10c-4.101,0-7.625,2.468-9.168,6 M11,38v-4 M9,38h4 M23,12h4 M9,28h8h7.5 c1.381,0,2.5-1.119,2.5-2.5v0c0-1.381-1.119-2.5-2.5-2.5H19c-1.105,0-2,0.895-2,2v0H9"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var MriPatient = /*#__PURE__*/React.forwardRef(function MriPatient(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default MriPatient;
|
|
@@ -0,0 +1,51 @@
|
|
|
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: "M19 9L22 12 19 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: "M22,38H9V22h13V38z M11,30h9 M11,26h9 M11,34h9 M22,12h-9c-1.105,0-2,0.895-2,2v5 M33,10h-7v3h7V10z M33,28h-7v3h7V28z M39,16h-9v3h9V16z M39,22h-9 v3h9V22z M39,34h-9v3h9V34z"
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
var NaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function NaturalLanguageUnderstanding(_ref, ref) {
|
|
38
|
+
var children = _ref.children,
|
|
39
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
40
|
+
|
|
41
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
42
|
+
width: 48,
|
|
43
|
+
height: 48,
|
|
44
|
+
viewBox: "0 0 48 48",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
stroke: "currentColor",
|
|
47
|
+
ref: ref
|
|
48
|
+
}, rest), _ref2, _ref3, children);
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export default NaturalLanguageUnderstanding;
|
|
@@ -0,0 +1,40 @@
|
|
|
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: "M25.5,12.5c0,1.381-1.119,2.5-2.5,2.5s-2.5-1.119-2.5-2.5S21.619,10,23,10S25.5,11.119,25.5,12.5z M24,38l1-9c2.209,0,4-1.791,4-4 c0-1.566-0.9-2.922-2.211-3.579c0,0-1.789-3.137-1.789-3.137C24.553,17.521,24,17,23,17h-0.558c-0.861,0-1.625,0.551-1.897,1.368 L19,23l6,2 M21,26v12"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var Pregnant = /*#__PURE__*/React.forwardRef(function Pregnant(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default Pregnant;
|
|
@@ -0,0 +1,88 @@
|
|
|
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: "M12 12H22V22H12z"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var _ref3 =
|
|
27
|
+
/*#__PURE__*/
|
|
28
|
+
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
React.createElement("path", {
|
|
31
|
+
d: "M15 15H19V19H15z"
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
var _ref4 =
|
|
35
|
+
/*#__PURE__*/
|
|
36
|
+
|
|
37
|
+
/*#__PURE__*/
|
|
38
|
+
React.createElement("path", {
|
|
39
|
+
fill: "none",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
strokeMiterlimit: "10",
|
|
42
|
+
strokeWidth: ".72",
|
|
43
|
+
d: "M12 26H22V36H12z"
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
var _ref5 =
|
|
47
|
+
/*#__PURE__*/
|
|
48
|
+
|
|
49
|
+
/*#__PURE__*/
|
|
50
|
+
React.createElement("path", {
|
|
51
|
+
d: "M15 29H19V33H15zM32 34H34V36H32zM34 26H36V28H34zM34 30H36V34H34zM26 26H30V28H26zM26 30H28V32H26zM26 34H28V36H26zM34 28L30 28 30 32 28 32 28 34 32 34 32 30 34 30z"
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
var _ref6 =
|
|
55
|
+
/*#__PURE__*/
|
|
56
|
+
|
|
57
|
+
/*#__PURE__*/
|
|
58
|
+
React.createElement("path", {
|
|
59
|
+
fill: "none",
|
|
60
|
+
strokeLinejoin: "round",
|
|
61
|
+
strokeMiterlimit: "10",
|
|
62
|
+
strokeWidth: ".72",
|
|
63
|
+
d: "M26 12H36V22H26z"
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
var _ref7 =
|
|
67
|
+
/*#__PURE__*/
|
|
68
|
+
|
|
69
|
+
/*#__PURE__*/
|
|
70
|
+
React.createElement("path", {
|
|
71
|
+
d: "M29 15H33V19H29z"
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref, ref) {
|
|
75
|
+
var children = _ref.children,
|
|
76
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
77
|
+
|
|
78
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
79
|
+
width: 48,
|
|
80
|
+
height: 48,
|
|
81
|
+
viewBox: "0 0 48 48",
|
|
82
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
83
|
+
stroke: "currentColor",
|
|
84
|
+
ref: ref
|
|
85
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, children);
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
export default QrCode;
|
|
@@ -0,0 +1,40 @@
|
|
|
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: "M29,34H19c-5.523,0-10-4.477-10-10v0c0-5.523,4.477-10,10-10h10c5.523,0,10,4.477,10,10v0C39,29.523,34.523,34,29,34z M36,24L36,24 c0-3.866-3.134-7-7-7H19c-3.866,0-7,3.134-7,7v0c0,3.866,3.134,7,7,7h10C32.866,31,36,27.866,36,24z M33,24L33,24 c0-2.209-1.791-4-4-4H19c-2.209,0-4,1.791-4,4v0c0,2.209,1.791,4,4,4h10C31.209,28,33,26.209,33,24z M20,20v-6 M22,14v6"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var Racetrack = /*#__PURE__*/React.forwardRef(function Racetrack(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default Racetrack;
|