@carbon/pictograms-react 10.14.0-rc.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.
@@ -0,0 +1,169 @@
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: "11",
22
+ fill: "none",
23
+ strokeMiterlimit: "10",
24
+ strokeWidth: ".72"
25
+ });
26
+
27
+ var _ref3 =
28
+ /*#__PURE__*/
29
+
30
+ /*#__PURE__*/
31
+ React.createElement("path", {
32
+ fill: "none",
33
+ strokeMiterlimit: "10",
34
+ strokeWidth: ".72",
35
+ d: "M24 9L24 13M21 9L27 9M24 35L24 39M21 39L27 39M9 24L13 24M9 27L9 21M35 24L39 24M39 27L39 21M13.393 13.393L16.222 16.222M11.272 15.515L15.515 11.272M31.778 31.778L34.607 34.607M32.485 36.728L36.728 32.485M13.393 34.607L16.222 31.778M15.515 36.728L11.272 32.485M31.778 16.222L34.607 13.393M36.728 15.515L32.485 11.272"
36
+ });
37
+
38
+ var _ref4 =
39
+ /*#__PURE__*/
40
+
41
+ /*#__PURE__*/
42
+ React.createElement("circle", {
43
+ cx: "24",
44
+ cy: "24",
45
+ r: "2",
46
+ fill: "none",
47
+ strokeMiterlimit: "10",
48
+ strokeWidth: ".72"
49
+ });
50
+
51
+ var _ref5 =
52
+ /*#__PURE__*/
53
+
54
+ /*#__PURE__*/
55
+ React.createElement("circle", {
56
+ cx: "19",
57
+ cy: "19",
58
+ r: "2",
59
+ fill: "none",
60
+ strokeMiterlimit: "10",
61
+ strokeWidth: ".72"
62
+ });
63
+
64
+ var _ref6 =
65
+ /*#__PURE__*/
66
+
67
+ /*#__PURE__*/
68
+ React.createElement("circle", {
69
+ cx: "17",
70
+ cy: "24",
71
+ r: "1",
72
+ fill: "none",
73
+ strokeMiterlimit: "10",
74
+ strokeWidth: ".72"
75
+ });
76
+
77
+ var _ref7 =
78
+ /*#__PURE__*/
79
+
80
+ /*#__PURE__*/
81
+ React.createElement("circle", {
82
+ cx: "31",
83
+ cy: "24",
84
+ r: "1",
85
+ fill: "none",
86
+ strokeMiterlimit: "10",
87
+ strokeWidth: ".72"
88
+ });
89
+
90
+ var _ref8 =
91
+ /*#__PURE__*/
92
+
93
+ /*#__PURE__*/
94
+ React.createElement("circle", {
95
+ cx: "24",
96
+ cy: "17",
97
+ r: "1",
98
+ fill: "none",
99
+ strokeMiterlimit: "10",
100
+ strokeWidth: ".72"
101
+ });
102
+
103
+ var _ref9 =
104
+ /*#__PURE__*/
105
+
106
+ /*#__PURE__*/
107
+ React.createElement("circle", {
108
+ cx: "24",
109
+ cy: "31",
110
+ r: "1",
111
+ fill: "none",
112
+ strokeMiterlimit: "10",
113
+ strokeWidth: ".72"
114
+ });
115
+
116
+ var _ref10 =
117
+ /*#__PURE__*/
118
+
119
+ /*#__PURE__*/
120
+ React.createElement("circle", {
121
+ cx: "29",
122
+ cy: "19",
123
+ r: "2",
124
+ fill: "none",
125
+ strokeMiterlimit: "10",
126
+ strokeWidth: ".72"
127
+ });
128
+
129
+ var _ref11 =
130
+ /*#__PURE__*/
131
+
132
+ /*#__PURE__*/
133
+ React.createElement("circle", {
134
+ cx: "19",
135
+ cy: "29",
136
+ r: "2",
137
+ fill: "none",
138
+ strokeMiterlimit: "10",
139
+ strokeWidth: ".72"
140
+ });
141
+
142
+ var _ref12 =
143
+ /*#__PURE__*/
144
+
145
+ /*#__PURE__*/
146
+ React.createElement("circle", {
147
+ cx: "29",
148
+ cy: "29",
149
+ r: "2",
150
+ fill: "none",
151
+ strokeMiterlimit: "10",
152
+ strokeWidth: ".72"
153
+ });
154
+
155
+ var Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref, ref) {
156
+ var children = _ref.children,
157
+ rest = _objectWithoutProperties(_ref, ["children"]);
158
+
159
+ return /*#__PURE__*/React.createElement(Icon, _extends({
160
+ width: 48,
161
+ height: 48,
162
+ viewBox: "0 0 48 48",
163
+ xmlns: "http://www.w3.org/2000/svg",
164
+ stroke: "currentColor",
165
+ ref: ref
166
+ }, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, children);
167
+ });
168
+
169
+ export default Coronavirus;
package/es/index.js CHANGED
@@ -94,10 +94,10 @@ export { default as ChipCircuit } from './chip--circuit/index.js';
94
94
  export { default as ChipCredit } from './chip--credit/index.js';
95
95
  export { default as ChipDebit } from './chip--debit/index.js';
96
96
  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
97
  export { default as ClientFinancing_01 } from './client--financing--01/index.js';
100
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';
101
101
  export { default as CloudAnalytics } from './cloud--analytics/index.js';
102
102
  export { default as CloudAssets } from './cloud--assets/index.js';
103
103
  export { default as CloudBuilderProfessionalServices } from './cloud--builder--professional--services/index.js';
@@ -142,6 +142,7 @@ export { default as ConsumerEngagementFoodJourney } from './consumer--engagement
142
142
  export { default as Conversation } from './conversation/index.js';
143
143
  export { default as CopenhagenPlanetarium } from './copenhagen--planetarium/index.js';
144
144
  export { default as CopenhagenSnekkja } from './copenhagen--snekkja/index.js';
145
+ export { default as Coronavirus } from './coronavirus/index.js';
145
146
  export { default as CreditCard } from './credit--card/index.js';
146
147
  export { default as Crop } from './crop/index.js';
147
148
  export { default as CustomerService } from './customer--service/index.js';
@@ -157,8 +158,8 @@ export { default as DesignAndDevelopment_01 } from './design--and--development--
157
158
  export { default as DesignAndDevelopment_02 } from './design--and--development--02/index.js';
158
159
  export { default as DesignThinkingTeam } from './design-thinking-team/index.js';
159
160
  export { default as Desktop } from './desktop/index.js';
160
- export { default as Devops } from './devops/index.js';
161
161
  export { default as DeveloperZOs } from './developer-z-os/index.js';
162
+ export { default as Devops } from './devops/index.js';
162
163
  export { default as Dialogue } from './dialogue/index.js';
163
164
  export { default as Digital } from './digital/index.js';
164
165
  export { default as Dining } from './dining/index.js';
@@ -0,0 +1,173 @@
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
+ 'use strict';
10
+
11
+ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
12
+
13
+ var Icon = require('../Icon-1f3f78db.js');
14
+ require('@carbon/icon-helpers');
15
+ require('prop-types');
16
+ var React = _interopDefault(require('react'));
17
+
18
+ var _ref2 =
19
+ /*#__PURE__*/
20
+
21
+ /*#__PURE__*/
22
+ React.createElement("circle", {
23
+ cx: "24",
24
+ cy: "24",
25
+ r: "11",
26
+ fill: "none",
27
+ strokeMiterlimit: "10",
28
+ strokeWidth: ".72"
29
+ });
30
+
31
+ var _ref3 =
32
+ /*#__PURE__*/
33
+
34
+ /*#__PURE__*/
35
+ React.createElement("path", {
36
+ fill: "none",
37
+ strokeMiterlimit: "10",
38
+ strokeWidth: ".72",
39
+ d: "M24 9L24 13M21 9L27 9M24 35L24 39M21 39L27 39M9 24L13 24M9 27L9 21M35 24L39 24M39 27L39 21M13.393 13.393L16.222 16.222M11.272 15.515L15.515 11.272M31.778 31.778L34.607 34.607M32.485 36.728L36.728 32.485M13.393 34.607L16.222 31.778M15.515 36.728L11.272 32.485M31.778 16.222L34.607 13.393M36.728 15.515L32.485 11.272"
40
+ });
41
+
42
+ var _ref4 =
43
+ /*#__PURE__*/
44
+
45
+ /*#__PURE__*/
46
+ React.createElement("circle", {
47
+ cx: "24",
48
+ cy: "24",
49
+ r: "2",
50
+ fill: "none",
51
+ strokeMiterlimit: "10",
52
+ strokeWidth: ".72"
53
+ });
54
+
55
+ var _ref5 =
56
+ /*#__PURE__*/
57
+
58
+ /*#__PURE__*/
59
+ React.createElement("circle", {
60
+ cx: "19",
61
+ cy: "19",
62
+ r: "2",
63
+ fill: "none",
64
+ strokeMiterlimit: "10",
65
+ strokeWidth: ".72"
66
+ });
67
+
68
+ var _ref6 =
69
+ /*#__PURE__*/
70
+
71
+ /*#__PURE__*/
72
+ React.createElement("circle", {
73
+ cx: "17",
74
+ cy: "24",
75
+ r: "1",
76
+ fill: "none",
77
+ strokeMiterlimit: "10",
78
+ strokeWidth: ".72"
79
+ });
80
+
81
+ var _ref7 =
82
+ /*#__PURE__*/
83
+
84
+ /*#__PURE__*/
85
+ React.createElement("circle", {
86
+ cx: "31",
87
+ cy: "24",
88
+ r: "1",
89
+ fill: "none",
90
+ strokeMiterlimit: "10",
91
+ strokeWidth: ".72"
92
+ });
93
+
94
+ var _ref8 =
95
+ /*#__PURE__*/
96
+
97
+ /*#__PURE__*/
98
+ React.createElement("circle", {
99
+ cx: "24",
100
+ cy: "17",
101
+ r: "1",
102
+ fill: "none",
103
+ strokeMiterlimit: "10",
104
+ strokeWidth: ".72"
105
+ });
106
+
107
+ var _ref9 =
108
+ /*#__PURE__*/
109
+
110
+ /*#__PURE__*/
111
+ React.createElement("circle", {
112
+ cx: "24",
113
+ cy: "31",
114
+ r: "1",
115
+ fill: "none",
116
+ strokeMiterlimit: "10",
117
+ strokeWidth: ".72"
118
+ });
119
+
120
+ var _ref10 =
121
+ /*#__PURE__*/
122
+
123
+ /*#__PURE__*/
124
+ React.createElement("circle", {
125
+ cx: "29",
126
+ cy: "19",
127
+ r: "2",
128
+ fill: "none",
129
+ strokeMiterlimit: "10",
130
+ strokeWidth: ".72"
131
+ });
132
+
133
+ var _ref11 =
134
+ /*#__PURE__*/
135
+
136
+ /*#__PURE__*/
137
+ React.createElement("circle", {
138
+ cx: "19",
139
+ cy: "29",
140
+ r: "2",
141
+ fill: "none",
142
+ strokeMiterlimit: "10",
143
+ strokeWidth: ".72"
144
+ });
145
+
146
+ var _ref12 =
147
+ /*#__PURE__*/
148
+
149
+ /*#__PURE__*/
150
+ React.createElement("circle", {
151
+ cx: "29",
152
+ cy: "29",
153
+ r: "2",
154
+ fill: "none",
155
+ strokeMiterlimit: "10",
156
+ strokeWidth: ".72"
157
+ });
158
+
159
+ var Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref, ref) {
160
+ var children = _ref.children,
161
+ rest = Icon._objectWithoutProperties(_ref, ["children"]);
162
+
163
+ return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
164
+ width: 48,
165
+ height: 48,
166
+ viewBox: "0 0 48 48",
167
+ xmlns: "http://www.w3.org/2000/svg",
168
+ stroke: "currentColor",
169
+ ref: ref
170
+ }, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, children);
171
+ });
172
+
173
+ module.exports = Coronavirus;