@carbon/icons 11.9.0 → 11.10.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.
Files changed (40) hide show
  1. package/es/index.js +16 -0
  2. package/es/plan/16.js +28 -0
  3. package/es/plan/20.js +28 -0
  4. package/es/plan/24.js +28 -0
  5. package/es/plan/32.js +28 -0
  6. package/es/watson-health/image-availability--local/16.js +33 -0
  7. package/es/watson-health/image-availability--local/20.js +33 -0
  8. package/es/watson-health/image-availability--local/24.js +33 -0
  9. package/es/watson-health/image-availability--local/32.js +33 -0
  10. package/es/watson-health/image-availability--retrieving/16.js +33 -0
  11. package/es/watson-health/image-availability--retrieving/20.js +33 -0
  12. package/es/watson-health/image-availability--retrieving/24.js +33 -0
  13. package/es/watson-health/image-availability--retrieving/32.js +33 -0
  14. package/es/watson-health/image-availability--unavailable/16.js +40 -0
  15. package/es/watson-health/image-availability--unavailable/20.js +40 -0
  16. package/es/watson-health/image-availability--unavailable/24.js +40 -0
  17. package/es/watson-health/image-availability--unavailable/32.js +40 -0
  18. package/lib/index.js +32 -0
  19. package/lib/plan/16.js +30 -0
  20. package/lib/plan/20.js +30 -0
  21. package/lib/plan/24.js +30 -0
  22. package/lib/plan/32.js +30 -0
  23. package/lib/watson-health/image-availability--local/16.js +35 -0
  24. package/lib/watson-health/image-availability--local/20.js +35 -0
  25. package/lib/watson-health/image-availability--local/24.js +35 -0
  26. package/lib/watson-health/image-availability--local/32.js +35 -0
  27. package/lib/watson-health/image-availability--retrieving/16.js +35 -0
  28. package/lib/watson-health/image-availability--retrieving/20.js +35 -0
  29. package/lib/watson-health/image-availability--retrieving/24.js +35 -0
  30. package/lib/watson-health/image-availability--retrieving/32.js +35 -0
  31. package/lib/watson-health/image-availability--unavailable/16.js +42 -0
  32. package/lib/watson-health/image-availability--unavailable/20.js +42 -0
  33. package/lib/watson-health/image-availability--unavailable/24.js +42 -0
  34. package/lib/watson-health/image-availability--unavailable/32.js +42 -0
  35. package/metadata.json +764 -0
  36. package/package.json +2 -2
  37. package/svg/32/plan.svg +1 -0
  38. package/svg/32/watson-health/image-availability--local.svg +1 -0
  39. package/svg/32/watson-health/image-availability--retrieving.svg +1 -0
  40. package/svg/32/watson-health/image-availability--unavailable.svg +1 -0
package/es/index.js CHANGED
@@ -3700,6 +3700,18 @@ export { default as ImageSearchAlt32 } from './image--search--alt/32.js';
3700
3700
  export { default as ImageSearchAlt24 } from './image--search--alt/24.js';
3701
3701
  export { default as ImageSearchAlt20 } from './image--search--alt/20.js';
3702
3702
  export { default as ImageSearchAlt16 } from './image--search--alt/16.js';
3703
+ export { default as WatsonHealthImageAvailabilityLocal32 } from './watson-health/image-availability--local/32.js';
3704
+ export { default as WatsonHealthImageAvailabilityLocal24 } from './watson-health/image-availability--local/24.js';
3705
+ export { default as WatsonHealthImageAvailabilityLocal20 } from './watson-health/image-availability--local/20.js';
3706
+ export { default as WatsonHealthImageAvailabilityLocal16 } from './watson-health/image-availability--local/16.js';
3707
+ export { default as WatsonHealthImageAvailabilityRetrieving32 } from './watson-health/image-availability--retrieving/32.js';
3708
+ export { default as WatsonHealthImageAvailabilityRetrieving24 } from './watson-health/image-availability--retrieving/24.js';
3709
+ export { default as WatsonHealthImageAvailabilityRetrieving20 } from './watson-health/image-availability--retrieving/20.js';
3710
+ export { default as WatsonHealthImageAvailabilityRetrieving16 } from './watson-health/image-availability--retrieving/16.js';
3711
+ export { default as WatsonHealthImageAvailabilityUnavailable32 } from './watson-health/image-availability--unavailable/32.js';
3712
+ export { default as WatsonHealthImageAvailabilityUnavailable24 } from './watson-health/image-availability--unavailable/24.js';
3713
+ export { default as WatsonHealthImageAvailabilityUnavailable20 } from './watson-health/image-availability--unavailable/20.js';
3714
+ export { default as WatsonHealthImageAvailabilityUnavailable16 } from './watson-health/image-availability--unavailable/16.js';
3703
3715
  export { default as ImageService32 } from './image-service/32.js';
3704
3716
  export { default as ImageService24 } from './image-service/24.js';
3705
3717
  export { default as ImageService20 } from './image-service/20.js';
@@ -5382,6 +5394,10 @@ export { default as PinFilled32 } from './pin--filled/32.js';
5382
5394
  export { default as PinFilled24 } from './pin--filled/24.js';
5383
5395
  export { default as PinFilled20 } from './pin--filled/20.js';
5384
5396
  export { default as PinFilled16 } from './pin--filled/16.js';
5397
+ export { default as Plan32 } from './plan/32.js';
5398
+ export { default as Plan24 } from './plan/24.js';
5399
+ export { default as Plan20 } from './plan/20.js';
5400
+ export { default as Plan16 } from './plan/16.js';
5385
5401
  export { default as Plane32 } from './plane/32.js';
5386
5402
  export { default as Plane24 } from './plane/24.js';
5387
5403
  export { default as Plane20 } from './plane/20.js';
package/es/plan/16.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 16,
16
+ "height": 16
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4\tC1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7\tl6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4\tl-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z"
22
+ }
23
+ }],
24
+ "name": "plan",
25
+ "size": 16
26
+ };
27
+
28
+ export { _16 as default };
package/es/plan/20.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 20,
16
+ "height": 20
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4\tC1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7\tl6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4\tl-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z"
22
+ }
23
+ }],
24
+ "name": "plan",
25
+ "size": 20
26
+ };
27
+
28
+ export { _20 as default };
package/es/plan/24.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 24,
16
+ "height": 24
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4\tC1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7\tl6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4\tl-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z"
22
+ }
23
+ }],
24
+ "name": "plan",
25
+ "size": 24
26
+ };
27
+
28
+ export { _24 as default };
package/es/plan/32.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 32,
16
+ "height": 32
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4\tC1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7\tl6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4\tl-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z"
22
+ }
23
+ }],
24
+ "name": "plan",
25
+ "size": 32
26
+ };
27
+
28
+ export { _32 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 16,
16
+ "height": 16
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
27
+ }
28
+ }],
29
+ "name": "image-availability--local",
30
+ "size": 16
31
+ };
32
+
33
+ export { _16 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 20,
16
+ "height": 20
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
27
+ }
28
+ }],
29
+ "name": "image-availability--local",
30
+ "size": 20
31
+ };
32
+
33
+ export { _20 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 24,
16
+ "height": 24
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
27
+ }
28
+ }],
29
+ "name": "image-availability--local",
30
+ "size": 24
31
+ };
32
+
33
+ export { _24 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 32,
16
+ "height": 32
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
27
+ }
28
+ }],
29
+ "name": "image-availability--local",
30
+ "size": 32
31
+ };
32
+
33
+ export { _32 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 16,
16
+ "height": 16
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4\tC7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10\tc0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
27
+ }
28
+ }],
29
+ "name": "image-availability--retrieving",
30
+ "size": 16
31
+ };
32
+
33
+ export { _16 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 20,
16
+ "height": 20
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4\tC7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10\tc0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
27
+ }
28
+ }],
29
+ "name": "image-availability--retrieving",
30
+ "size": 20
31
+ };
32
+
33
+ export { _20 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 24,
16
+ "height": 24
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4\tC7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10\tc0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
27
+ }
28
+ }],
29
+ "name": "image-availability--retrieving",
30
+ "size": 24
31
+ };
32
+
33
+ export { _24 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 32,
16
+ "height": 32
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4\tC7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10\tc0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
27
+ }
28
+ }],
29
+ "name": "image-availability--retrieving",
30
+ "size": 32
31
+ };
32
+
33
+ export { _32 as default };
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 16,
16
+ "height": 16
17
+ },
18
+ "content": [{
19
+ "elem": "circle",
20
+ "attrs": {
21
+ "cx": "16",
22
+ "cy": "20.5",
23
+ "r": "1.5"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17\tz"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
34
+ }
35
+ }],
36
+ "name": "image-availability--unavailable",
37
+ "size": 16
38
+ };
39
+
40
+ export { _16 as default };
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 20,
16
+ "height": 20
17
+ },
18
+ "content": [{
19
+ "elem": "circle",
20
+ "attrs": {
21
+ "cx": "16",
22
+ "cy": "20.5",
23
+ "r": "1.5"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17\tz"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
34
+ }
35
+ }],
36
+ "name": "image-availability--unavailable",
37
+ "size": 20
38
+ };
39
+
40
+ export { _20 as default };
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 24,
16
+ "height": 24
17
+ },
18
+ "content": [{
19
+ "elem": "circle",
20
+ "attrs": {
21
+ "cx": "16",
22
+ "cy": "20.5",
23
+ "r": "1.5"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17\tz"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
34
+ }
35
+ }],
36
+ "name": "image-availability--unavailable",
37
+ "size": 24
38
+ };
39
+
40
+ export { _24 as default };
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 32,
16
+ "height": 32
17
+ },
18
+ "content": [{
19
+ "elem": "circle",
20
+ "attrs": {
21
+ "cx": "16",
22
+ "cy": "20.5",
23
+ "r": "1.5"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17\tz"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0\tc0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13\tc0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
34
+ }
35
+ }],
36
+ "name": "image-availability--unavailable",
37
+ "size": 32
38
+ };
39
+
40
+ export { _32 as default };
package/lib/index.js CHANGED
@@ -3704,6 +3704,18 @@ var image_Search_Alt_32_js = require('./image--search--alt/32.js');
3704
3704
  var image_Search_Alt_24_js = require('./image--search--alt/24.js');
3705
3705
  var image_Search_Alt_20_js = require('./image--search--alt/20.js');
3706
3706
  var image_Search_Alt_16_js = require('./image--search--alt/16.js');
3707
+ var watsonHealth_imageAvailability_Local_32_js = require('./watson-health/image-availability--local/32.js');
3708
+ var watsonHealth_imageAvailability_Local_24_js = require('./watson-health/image-availability--local/24.js');
3709
+ var watsonHealth_imageAvailability_Local_20_js = require('./watson-health/image-availability--local/20.js');
3710
+ var watsonHealth_imageAvailability_Local_16_js = require('./watson-health/image-availability--local/16.js');
3711
+ var watsonHealth_imageAvailability_Retrieving_32_js = require('./watson-health/image-availability--retrieving/32.js');
3712
+ var watsonHealth_imageAvailability_Retrieving_24_js = require('./watson-health/image-availability--retrieving/24.js');
3713
+ var watsonHealth_imageAvailability_Retrieving_20_js = require('./watson-health/image-availability--retrieving/20.js');
3714
+ var watsonHealth_imageAvailability_Retrieving_16_js = require('./watson-health/image-availability--retrieving/16.js');
3715
+ var watsonHealth_imageAvailability_Unavailable_32_js = require('./watson-health/image-availability--unavailable/32.js');
3716
+ var watsonHealth_imageAvailability_Unavailable_24_js = require('./watson-health/image-availability--unavailable/24.js');
3717
+ var watsonHealth_imageAvailability_Unavailable_20_js = require('./watson-health/image-availability--unavailable/20.js');
3718
+ var watsonHealth_imageAvailability_Unavailable_16_js = require('./watson-health/image-availability--unavailable/16.js');
3707
3719
  var imageService_32_js = require('./image-service/32.js');
3708
3720
  var imageService_24_js = require('./image-service/24.js');
3709
3721
  var imageService_20_js = require('./image-service/20.js');
@@ -5386,6 +5398,10 @@ var pin_Filled_32_js = require('./pin--filled/32.js');
5386
5398
  var pin_Filled_24_js = require('./pin--filled/24.js');
5387
5399
  var pin_Filled_20_js = require('./pin--filled/20.js');
5388
5400
  var pin_Filled_16_js = require('./pin--filled/16.js');
5401
+ var plan_32_js = require('./plan/32.js');
5402
+ var plan_24_js = require('./plan/24.js');
5403
+ var plan_20_js = require('./plan/20.js');
5404
+ var plan_16_js = require('./plan/16.js');
5389
5405
  var plane_32_js = require('./plane/32.js');
5390
5406
  var plane_24_js = require('./plane/24.js');
5391
5407
  var plane_20_js = require('./plane/20.js');
@@ -11685,6 +11701,18 @@ exports.ImageSearchAlt32 = image_Search_Alt_32_js;
11685
11701
  exports.ImageSearchAlt24 = image_Search_Alt_24_js;
11686
11702
  exports.ImageSearchAlt20 = image_Search_Alt_20_js;
11687
11703
  exports.ImageSearchAlt16 = image_Search_Alt_16_js;
11704
+ exports.WatsonHealthImageAvailabilityLocal32 = watsonHealth_imageAvailability_Local_32_js;
11705
+ exports.WatsonHealthImageAvailabilityLocal24 = watsonHealth_imageAvailability_Local_24_js;
11706
+ exports.WatsonHealthImageAvailabilityLocal20 = watsonHealth_imageAvailability_Local_20_js;
11707
+ exports.WatsonHealthImageAvailabilityLocal16 = watsonHealth_imageAvailability_Local_16_js;
11708
+ exports.WatsonHealthImageAvailabilityRetrieving32 = watsonHealth_imageAvailability_Retrieving_32_js;
11709
+ exports.WatsonHealthImageAvailabilityRetrieving24 = watsonHealth_imageAvailability_Retrieving_24_js;
11710
+ exports.WatsonHealthImageAvailabilityRetrieving20 = watsonHealth_imageAvailability_Retrieving_20_js;
11711
+ exports.WatsonHealthImageAvailabilityRetrieving16 = watsonHealth_imageAvailability_Retrieving_16_js;
11712
+ exports.WatsonHealthImageAvailabilityUnavailable32 = watsonHealth_imageAvailability_Unavailable_32_js;
11713
+ exports.WatsonHealthImageAvailabilityUnavailable24 = watsonHealth_imageAvailability_Unavailable_24_js;
11714
+ exports.WatsonHealthImageAvailabilityUnavailable20 = watsonHealth_imageAvailability_Unavailable_20_js;
11715
+ exports.WatsonHealthImageAvailabilityUnavailable16 = watsonHealth_imageAvailability_Unavailable_16_js;
11688
11716
  exports.ImageService32 = imageService_32_js;
11689
11717
  exports.ImageService24 = imageService_24_js;
11690
11718
  exports.ImageService20 = imageService_20_js;
@@ -13367,6 +13395,10 @@ exports.PinFilled32 = pin_Filled_32_js;
13367
13395
  exports.PinFilled24 = pin_Filled_24_js;
13368
13396
  exports.PinFilled20 = pin_Filled_20_js;
13369
13397
  exports.PinFilled16 = pin_Filled_16_js;
13398
+ exports.Plan32 = plan_32_js;
13399
+ exports.Plan24 = plan_24_js;
13400
+ exports.Plan20 = plan_20_js;
13401
+ exports.Plan16 = plan_16_js;
13370
13402
  exports.Plane32 = plane_32_js;
13371
13403
  exports.Plane24 = plane_24_js;
13372
13404
  exports.Plane20 = plane_20_js;