@carbon/pictograms 11.8.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.
- package/categories.yml +29 -0
- package/es/ai--ethics/index.js +27 -0
- package/es/ai--explainability/index.js +27 -0
- package/es/ai--privacy/index.js +27 -0
- package/es/ai--robustness/index.js +27 -0
- package/es/ai--transparency/index.js +27 -0
- package/es/ai--trust/index.js +27 -0
- package/es/argentina--obelisk/index.js +27 -0
- package/es/badge/index.js +27 -0
- package/es/broom/index.js +27 -0
- package/es/chile--easter-island/index.js +27 -0
- package/es/chile--hand-of-the-desert/index.js +27 -0
- package/es/cloud-pak--for-network-automation/index.js +27 -0
- package/es/colombia--cathedral-of-las-lajas/index.js +27 -0
- package/es/compost--bin/index.js +27 -0
- package/es/ecuador--quito/index.js +27 -0
- package/es/fairness/index.js +27 -0
- package/es/hong-kong/index.js +27 -0
- package/es/hong-kong--cityscape/index.js +27 -0
- package/es/index.js +29 -0
- package/es/india--south-asia/index.js +27 -0
- package/es/invoice/index.js +27 -0
- package/es/luggage/index.js +27 -0
- package/es/peru--machu-picchu/index.js +27 -0
- package/es/qr-code/index.js +1 -1
- package/es/recycle--bin/index.js +27 -0
- package/es/secure--search/index.js +27 -0
- package/es/select--product/index.js +27 -0
- package/es/taipei--bubble-tea/index.js +27 -0
- package/es/temporary-badge/index.js +27 -0
- package/es/uruguay--palacio-salvo/index.js +27 -0
- package/es/venezuela--national-pantheon-of-venezuela/index.js +27 -0
- package/lib/ai--ethics/index.js +29 -0
- package/lib/ai--explainability/index.js +29 -0
- package/lib/ai--privacy/index.js +29 -0
- package/lib/ai--robustness/index.js +29 -0
- package/lib/ai--transparency/index.js +29 -0
- package/lib/ai--trust/index.js +29 -0
- package/lib/argentina--obelisk/index.js +29 -0
- package/lib/badge/index.js +29 -0
- package/lib/broom/index.js +29 -0
- package/lib/chile--easter-island/index.js +29 -0
- package/lib/chile--hand-of-the-desert/index.js +29 -0
- package/lib/cloud-pak--for-network-automation/index.js +29 -0
- package/lib/colombia--cathedral-of-las-lajas/index.js +29 -0
- package/lib/compost--bin/index.js +29 -0
- package/lib/ecuador--quito/index.js +29 -0
- package/lib/fairness/index.js +29 -0
- package/lib/hong-kong/index.js +29 -0
- package/lib/hong-kong--cityscape/index.js +29 -0
- package/lib/index.js +58 -0
- package/lib/india--south-asia/index.js +29 -0
- package/lib/invoice/index.js +29 -0
- package/lib/luggage/index.js +29 -0
- package/lib/peru--machu-picchu/index.js +29 -0
- package/lib/qr-code/index.js +1 -1
- package/lib/recycle--bin/index.js +29 -0
- package/lib/secure--search/index.js +29 -0
- package/lib/select--product/index.js +29 -0
- package/lib/taipei--bubble-tea/index.js +29 -0
- package/lib/temporary-badge/index.js +29 -0
- package/lib/uruguay--palacio-salvo/index.js +29 -0
- package/lib/venezuela--national-pantheon-of-venezuela/index.js +29 -0
- package/metadata.json +1398 -4
- package/package.json +3 -3
- package/pictograms.yml +177 -1
- package/src/svg/ai--ethics.svg +44 -0
- package/src/svg/ai--explainability.svg +29 -0
- package/src/svg/ai--privacy.svg +32 -0
- package/src/svg/ai--robustness.svg +48 -0
- package/src/svg/ai--transparency.svg +17 -0
- package/src/svg/ai--trust.svg +42 -0
- package/src/svg/argentina--obelisk.svg +11 -0
- package/src/svg/badge.svg +17 -0
- package/src/svg/broom.svg +11 -0
- package/src/svg/chile--easter-island.svg +33 -0
- package/src/svg/chile--hand-of-the-desert.svg +29 -0
- package/src/svg/cloud-pak--for-network-automation.svg +19 -0
- package/src/svg/colombia--cathedral-of-las-lajas.svg +34 -0
- package/src/svg/compost--bin.svg +13 -0
- package/src/svg/ecuador--quito.svg +20 -0
- package/src/svg/fairness.svg +15 -0
- package/src/svg/hong-kong--cityscape.svg +18 -0
- package/src/svg/hong-kong.svg +14 -0
- package/src/svg/india--south-asia.svg +20 -0
- package/src/svg/invoice.svg +19 -0
- package/src/svg/luggage.svg +13 -0
- package/src/svg/peru--machu-picchu.svg +33 -0
- package/src/svg/qr-code.svg +13 -8
- package/src/svg/recycle--bin.svg +16 -0
- package/src/svg/secure--search.svg +10 -0
- package/src/svg/select--product.svg +14 -0
- package/src/svg/taipei--bubble-tea.svg +19 -0
- package/src/svg/temporary-badge.svg +17 -0
- package/src/svg/uruguay--palacio-salvo.svg +32 -0
- package/src/svg/venezuela--national-pantheon-of-venezuela.svg +28 -0
- package/svg/ai--ethics.svg +1 -0
- package/svg/ai--explainability.svg +1 -0
- package/svg/ai--privacy.svg +1 -0
- package/svg/ai--robustness.svg +1 -0
- package/svg/ai--transparency.svg +1 -0
- package/svg/ai--trust.svg +1 -0
- package/svg/argentina--obelisk.svg +1 -0
- package/svg/badge.svg +1 -0
- package/svg/broom.svg +1 -0
- package/svg/chile--easter-island.svg +1 -0
- package/svg/chile--hand-of-the-desert.svg +1 -0
- package/svg/cloud-pak--for-network-automation.svg +1 -0
- package/svg/colombia--cathedral-of-las-lajas.svg +1 -0
- package/svg/compost--bin.svg +1 -0
- package/svg/ecuador--quito.svg +1 -0
- package/svg/fairness.svg +1 -0
- package/svg/hong-kong--cityscape.svg +1 -0
- package/svg/hong-kong.svg +1 -0
- package/svg/india--south-asia.svg +1 -0
- package/svg/invoice.svg +1 -0
- package/svg/luggage.svg +1 -0
- package/svg/peru--machu-picchu.svg +1 -0
- package/svg/qr-code.svg +1 -1
- package/svg/recycle--bin.svg +1 -0
- package/svg/secure--search.svg +1 -0
- package/svg/select--product.svg +1 -0
- package/svg/taipei--bubble-tea.svg +1 -0
- package/svg/temporary-badge.svg +1 -0
- package/svg/uruguay--palacio-salvo.svg +1 -0
- package/svg/venezuela--national-pantheon-of-venezuela.svg +1 -0
- package/umd/index.js +1956 -1405
package/categories.yml
CHANGED
|
@@ -38,7 +38,9 @@ categories:
|
|
|
38
38
|
members:
|
|
39
39
|
- alarm
|
|
40
40
|
- apartment
|
|
41
|
+
- broom
|
|
41
42
|
- building
|
|
43
|
+
- compost--bin
|
|
42
44
|
- elevator
|
|
43
45
|
- emergency--exit
|
|
44
46
|
- escalator--down
|
|
@@ -48,15 +50,18 @@ categories:
|
|
|
48
50
|
- id--badge
|
|
49
51
|
- no--smoking
|
|
50
52
|
- office
|
|
53
|
+
- recycle--bin
|
|
51
54
|
- stairs
|
|
52
55
|
- stairs--down
|
|
53
56
|
- stairs--plan--view
|
|
54
57
|
- stairs--up
|
|
58
|
+
- temporary-badge
|
|
55
59
|
- name: Cities
|
|
56
60
|
members:
|
|
57
61
|
- amsterdam--canal
|
|
58
62
|
- amsterdam--farm
|
|
59
63
|
- amsterdam--windmill
|
|
64
|
+
- argentina--obelisk
|
|
60
65
|
- atlanta
|
|
61
66
|
- austin
|
|
62
67
|
- bangalore
|
|
@@ -72,13 +77,19 @@ categories:
|
|
|
72
77
|
- cairo--giza-plateau
|
|
73
78
|
- canada--maple-leaf
|
|
74
79
|
- chicago
|
|
80
|
+
- chile--easter-island
|
|
81
|
+
- chile--hand-of-the-desert
|
|
82
|
+
- colombia--cathedral-of-las-lajas
|
|
75
83
|
- copenhagen--planetarium
|
|
76
84
|
- copenhagen--snekkja
|
|
77
85
|
- dubai--palm-islands
|
|
78
86
|
- dubai--skyscraper
|
|
79
87
|
- dublin--brewery
|
|
80
88
|
- dublin--castle
|
|
89
|
+
- ecuador--quito
|
|
81
90
|
- hamburg--philharmone
|
|
91
|
+
- hong-kong--cityscape
|
|
92
|
+
- hong-kong
|
|
82
93
|
- kuala-lumpur
|
|
83
94
|
- london
|
|
84
95
|
- london--big-ben
|
|
@@ -104,6 +115,7 @@ categories:
|
|
|
104
115
|
- paris--louvre
|
|
105
116
|
- paris--notre-dame
|
|
106
117
|
- paris--pompidou-center
|
|
118
|
+
- peru--machu-picchu
|
|
107
119
|
- prague--charles-bridge-tower
|
|
108
120
|
- prague--dancing-house--01
|
|
109
121
|
- prague--dancing-house--02
|
|
@@ -118,12 +130,15 @@ categories:
|
|
|
118
130
|
# - shanghai
|
|
119
131
|
- singapore
|
|
120
132
|
- stockholm
|
|
133
|
+
- taipei--bubble-tea
|
|
121
134
|
- tel-aviv
|
|
122
135
|
- tokyo--cherry-blossom
|
|
123
136
|
- tokyo--gates
|
|
124
137
|
- tokyo--temple
|
|
125
138
|
- tokyo--volcano
|
|
126
139
|
- toronto
|
|
140
|
+
- uruguay--palacio-salvo
|
|
141
|
+
- venezuela--national-pantheon-of-venezuela
|
|
127
142
|
- vancouver
|
|
128
143
|
- washington-dc
|
|
129
144
|
- washington-dc--capitol
|
|
@@ -158,6 +173,7 @@ categories:
|
|
|
158
173
|
- cloud-pak--for-data
|
|
159
174
|
- cloud-pak--for-integration
|
|
160
175
|
- cloud-pak--for-multicloud-management
|
|
176
|
+
- cloud-pak--for-network-automation
|
|
161
177
|
- cloud-pak--for-security
|
|
162
178
|
- cloud-pak--system
|
|
163
179
|
- cobol--language
|
|
@@ -336,6 +352,7 @@ categories:
|
|
|
336
352
|
- touch--swipe
|
|
337
353
|
- name: Education
|
|
338
354
|
members:
|
|
355
|
+
- badge
|
|
339
356
|
- college
|
|
340
357
|
- education
|
|
341
358
|
- feedback--02
|
|
@@ -364,6 +381,7 @@ categories:
|
|
|
364
381
|
- name: Enforcement
|
|
365
382
|
members:
|
|
366
383
|
- capitol
|
|
384
|
+
- fairness
|
|
367
385
|
- justice
|
|
368
386
|
- parliament
|
|
369
387
|
- police
|
|
@@ -401,6 +419,7 @@ categories:
|
|
|
401
419
|
- global--markets--bar
|
|
402
420
|
- global--security
|
|
403
421
|
- global--strategy
|
|
422
|
+
- invoice
|
|
404
423
|
- optimize--cash-flow--01
|
|
405
424
|
- optimize--cash-flow--02
|
|
406
425
|
- name: Healthcare
|
|
@@ -495,6 +514,12 @@ categories:
|
|
|
495
514
|
- transform--01
|
|
496
515
|
- name: Learning
|
|
497
516
|
members:
|
|
517
|
+
- ai--ethics
|
|
518
|
+
- ai--explainability
|
|
519
|
+
- ai--privacy
|
|
520
|
+
- ai--robustness
|
|
521
|
+
- ai--transparency
|
|
522
|
+
- ai--trust
|
|
498
523
|
- intelligence
|
|
499
524
|
- machine--learning--01
|
|
500
525
|
- machine--learning--02
|
|
@@ -550,6 +575,7 @@ categories:
|
|
|
550
575
|
- europe--africa
|
|
551
576
|
- globe
|
|
552
577
|
- globe--locations
|
|
578
|
+
- india--south-asia
|
|
553
579
|
- location
|
|
554
580
|
- name: Manufacturing
|
|
555
581
|
members:
|
|
@@ -634,6 +660,8 @@ categories:
|
|
|
634
660
|
- price
|
|
635
661
|
- qr-code
|
|
636
662
|
- receipt
|
|
663
|
+
- secure--search
|
|
664
|
+
- select--product
|
|
637
665
|
- shirt
|
|
638
666
|
- shop
|
|
639
667
|
- shopping--cart
|
|
@@ -752,6 +780,7 @@ categories:
|
|
|
752
780
|
- electric--charge
|
|
753
781
|
- engine
|
|
754
782
|
- fuel
|
|
783
|
+
- luggage
|
|
755
784
|
- spaceship
|
|
756
785
|
- steering--wheel
|
|
757
786
|
- train
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16,31.36c-0.647,0-1.19-0.454-1.327-1.061c-2.894-0.264-5.588-1.377-7.828-3.235\tC6.613,27.249,6.319,27.36,6,27.36c-0.75,0-1.36-0.61-1.36-1.36c0-0.319,0.11-0.613,0.295-0.846\tc-1.857-2.24-2.971-4.934-3.235-7.827C1.094,17.19,0.64,16.647,0.64,16s0.454-1.19,1.061-1.327c0.264-2.894,1.377-5.587,3.235-7.828\tC4.75,6.613,4.64,6.319,4.64,6c0-0.75,0.61-1.36,1.36-1.36c0.319,0,0.613,0.11,0.846,0.295c2.24-1.857,4.934-2.971,7.828-3.235\tC14.81,1.094,15.353,0.64,16,0.64c0.647,0,1.19,0.454,1.327,1.061c2.894,0.264,5.587,1.377,7.827,3.235\tC25.387,4.75,25.681,4.64,26,4.64c0.75,0,1.36,0.61,1.36,1.36c0,0.319-0.111,0.613-0.296,0.846c1.858,2.24,2.972,4.934,3.235,7.828\tc0.606,0.137,1.061,0.68,1.061,1.327s-0.454,1.19-1.061,1.327c-0.264,2.894-1.378,5.588-3.235,7.827\tc0.185,0.232,0.296,0.526,0.296,0.846c0,0.75-0.61,1.36-1.36,1.36c-0.319,0-0.613-0.111-0.846-0.296\tc-2.239,1.857-4.934,2.972-7.827,3.235C17.19,30.906,16.647,31.36,16,31.36z M16,29.36c-0.353,0-0.64,0.287-0.64,0.64\ts0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,29.36,16,29.36z M7.271,26.482c2.126,1.774,4.685,2.84,7.435,3.098\tc0.177-0.545,0.69-0.94,1.293-0.94c0.603,0,1.116,0.396,1.294,0.94c2.75-0.258,5.309-1.323,7.435-3.098\tC24.671,26.332,24.64,26.17,24.64,26c0-0.75,0.61-1.36,1.36-1.36c0.17,0,0.332,0.031,0.482,0.089\tc1.774-2.126,2.84-4.685,3.098-7.435c-0.545-0.178-0.94-0.691-0.94-1.294s0.396-1.116,0.94-1.293\tc-0.258-2.75-1.323-5.309-3.098-7.435C26.332,7.329,26.17,7.36,26,7.36c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.169,0.031-0.332,0.089-0.482c-2.126-1.774-4.685-2.84-7.435-3.098C17.116,2.965,16.603,3.36,16,3.36s-1.116-0.395-1.293-0.939\tc-2.75,0.258-5.309,1.324-7.435,3.098C7.329,5.668,7.36,5.831,7.36,6c0,0.75-0.61,1.36-1.36,1.36c-0.17,0-0.333-0.031-0.482-0.088\tc-1.774,2.126-2.839,4.685-3.097,7.435C2.965,14.884,3.36,15.397,3.36,16c0,0.603-0.395,1.116-0.939,1.294\tc0.258,2.75,1.324,5.309,3.098,7.435C5.668,24.671,5.831,24.64,6,24.64c0.75,0,1.36,0.61,1.36,1.36\tC7.36,26.17,7.329,26.332,7.271,26.482z M26,25.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS26.353,25.36,26,25.36z M6,25.36c-0.353,0-0.64,0.287-0.64,0.64S5.647,26.64,6,26.64S6.64,26.353,6.64,26S6.353,25.36,6,25.36z M30,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S30.353,15.36,30,15.36z M2,15.36\tc-0.353,0-0.64,0.287-0.64,0.64S1.647,16.64,2,16.64S2.64,16.353,2.64,16S2.353,15.36,2,15.36z M26,5.36\tc-0.353,0-0.64,0.287-0.64,0.64S25.647,6.64,26,6.64S26.64,6.353,26.64,6S26.353,5.36,26,5.36z M6,5.36\tC5.647,5.36,5.36,5.647,5.36,6S5.647,6.64,6,6.64S6.64,6.353,6.64,6S6.353,5.36,6,5.36z M16,1.36c-0.353,0-0.64,0.287-0.64,0.64\tS15.647,2.64,16,2.64c0.353,0,0.64-0.287,0.64-0.64S16.353,1.36,16,1.36z M17,25.36c-0.395,0-0.751-0.17-1-0.439\tc-0.249,0.27-0.605,0.439-1,0.439c-0.75,0-1.36-0.61-1.36-1.36V13.36H9.583l1.736,3.473c0.026,0.05,0.041,0.107,0.041,0.167\tc0,1.302-1.059,2.36-2.36,2.36S6.64,18.302,6.64,17c0-0.061,0.015-0.118,0.041-0.167l1.79-3.58C7.983,13.046,7.64,12.562,7.64,12\tc0-0.75,0.61-1.36,1.36-1.36h5.067c-0.275-0.39-0.427-0.87-0.427-1.39c0-1.301,1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36\tc0,0.52-0.152,1-0.427,1.39H23c0.75,0,1.36,0.61,1.36,1.36c0,0.562-0.344,1.046-0.831,1.253l1.789,3.58\tc0.026,0.05,0.042,0.107,0.042,0.167c0,1.302-1.059,2.36-2.36,2.36s-2.36-1.059-2.36-2.36c0-0.061,0.016-0.118,0.042-0.167\tl1.736-3.473H18.36V24C18.36,24.75,17.75,25.36,17,25.36z M16.36,24c0,0.353,0.287,0.64,0.64,0.64c0.353,0,0.64-0.287,0.64-0.64V13\tc0-0.199,0.161-0.36,0.36-0.36h5c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64h-6c-0.165,0-0.308-0.111-0.349-0.271\ts0.033-0.327,0.177-0.405c0.509-0.276,0.812-0.812,0.812-1.434c0-0.904-0.735-1.64-1.64-1.64s-1.64,0.736-1.64,1.64\tc0,0.621,0.304,1.157,0.812,1.434c0.145,0.079,0.218,0.246,0.177,0.405c-0.041,0.16-0.185,0.271-0.349,0.271H9\tc-0.353,0-0.64,0.287-0.64,0.64S8.647,12.64,9,12.64h5c0.199,0,0.36,0.161,0.36,0.36v11c0,0.353,0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64v-6h0.72V24z M21.399,17.36c0.165,0.731,0.82,1.279,1.601,1.279s1.436-0.548,1.601-1.279H21.399z M7.4,17.36\tc0.164,0.732,0.819,1.28,1.6,1.28s1.436-0.548,1.6-1.279L7.4,17.36L7.4,17.36z M21.582,16.64h2.836L23,13.805L21.582,16.64z M7.583,16.64h2.835L9,13.805L7.583,16.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai--ethics"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M27,31.36H5c-0.199,0-0.36-0.161-0.36-0.36v-4.162C3.232,26.66,2.14,25.455,2.14,24\ts1.092-2.66,2.5-2.838V17c0-0.199,0.161-0.36,0.36-0.36h1.818c1.432-1.916,3.486-3.379,5.751-4.115\tc-1.855-1.171-3.014-3.222-3.014-5.445c0-3.551,2.889-6.44,6.44-6.44s6.44,2.889,6.44,6.44c0,2.223-1.158,4.273-3.014,5.444\tc2.271,0.738,4.329,2.201,5.761,4.116H27c0.199,0,0.36,0.161,0.36,0.36v4.162c1.407,0.178,2.5,1.383,2.5,2.838\ts-1.093,2.66-2.5,2.838V31C27.36,31.199,27.199,31.36,27,31.36z M5.36,30.64h21.28v-3.802c-1.407-0.178-2.5-1.383-2.5-2.838\ts1.093-2.66,2.5-2.838V17.36H5.36v3.802c1.408,0.178,2.5,1.383,2.5,2.838s-1.092,2.66-2.5,2.838V30.64z M27,21.86\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S28.18,21.86,27,21.86z M5,21.86c-1.18,0-2.14,0.96-2.14,2.14\tS3.82,26.14,5,26.14S7.14,25.18,7.14,24S6.18,21.86,5,21.86z M7.735,16.64h16.531c-1.501-1.804-3.609-3.122-5.884-3.66\tc-0.15-0.035-0.261-0.163-0.275-0.316c-0.015-0.153,0.07-0.299,0.211-0.362c2.064-0.924,3.397-2.974,3.397-5.221\tc0-3.154-2.565-5.72-5.72-5.72s-5.72,2.566-5.72,5.72c0,2.247,1.334,4.297,3.397,5.221c0.141,0.063,0.226,0.209,0.211,0.362\tc-0.015,0.154-0.125,0.281-0.275,0.316C11.341,13.517,9.236,14.835,7.735,16.64z M16,29.36c-0.75,0-1.36-0.61-1.36-1.36\ts0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S16.75,29.36,16,29.36z M16,27.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S16.353,27.36,16,27.36z M11,27.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36\tS11.75,27.36,11,27.36z M11,25.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,25.36,11,25.36z M21,25.36c-0.625,0-1.153-0.425-1.312-1h-2.377c-0.158,0.575-0.686,1-1.312,1c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.052,0.003-0.103,0.008-0.152l-2.565-1.026c-0.247,0.326-0.64,0.538-1.082,0.538c-0.75,0-1.36-0.61-1.36-1.36\ts0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.052-0.003,0.103-0.008,0.153l2.565,1.025c0.249-0.327,0.642-0.539,1.083-0.539\tc0.625,0,1.153,0.425,1.312,1h2.377c0.158-0.575,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S21.75,25.36,21,25.36z M21,23.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S21.353,23.36,21,23.36z M16,23.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,23.36,16,23.36z M11,21.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,21.36,11,21.36z M16,21.36\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S16.75,21.36,16,21.36z M16,19.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,19.36,16,19.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai--explainability"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16,31.36c-0.75,0-1.36-0.61-1.36-1.36c0-0.117,0.015-0.23,0.042-0.338L9.96,26.963\tC9.714,27.208,9.375,27.36,9,27.36c-0.75,0-1.36-0.61-1.36-1.36c0-0.43,0.2-0.813,0.512-1.063l-1.966-4.589\tC5.395,20.445,4.64,19.812,4.64,19c0-0.625,0.424-1.153,1-1.312V7.312c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36\tc0.442,0,0.835,0.211,1.083,0.539l7.565-3.026C14.643,2.103,14.64,2.052,14.64,2c0-0.75,0.61-1.36,1.36-1.36S17.36,1.25,17.36,2\tc0,0.052-0.003,0.103-0.009,0.153l7.565,3.026C25.165,4.852,25.559,4.64,26,4.64c0.75,0,1.36,0.61,1.36,1.36\tc0,0.625-0.425,1.153-1,1.312v10.377c0.575,0.158,1,0.687,1,1.312c0,0.812-0.758,1.445-1.546,1.348l-1.968,4.589\tc0.312,0.25,0.514,0.634,0.514,1.063c0,0.75-0.61,1.36-1.36,1.36c-0.374,0-0.714-0.152-0.96-0.397l-4.723,2.699\tc0.029,0.107,0.043,0.22,0.043,0.337C17.36,30.75,16.75,31.36,16,31.36z M16,29.36c-0.353,0-0.64,0.287-0.64,0.64\ts0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,29.36,16,29.36z M16,28.64c0.374,0,0.713,0.152,0.959,0.397l4.723-2.699\tC21.654,26.229,21.64,26.116,21.64,26c0-0.812,0.754-1.448,1.546-1.348l1.968-4.589C24.841,19.813,24.64,19.43,24.64,19\tc0-0.625,0.425-1.153,1-1.312V7.312c-0.575-0.158-1-0.686-1-1.312c0-0.052,0.003-0.103,0.009-0.153l-7.565-3.026\tC16.835,3.148,16.441,3.36,16,3.36c-0.442,0-0.835-0.211-1.083-0.539L7.352,5.847C7.357,5.897,7.36,5.948,7.36,6\tc0,0.625-0.424,1.153-1,1.312v10.377c0.576,0.158,1,0.687,1,1.312c0,0.43-0.2,0.813-0.512,1.063l1.966,4.589\tc0.785-0.104,1.545,0.535,1.546,1.348c0,0.116-0.015,0.229-0.042,0.338l4.723,2.699C15.287,28.792,15.626,28.64,16,28.64z M23,25.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S23.353,25.36,23,25.36z M9,25.36\tc-0.353,0-0.64,0.287-0.64,0.64S8.647,26.64,9,26.64S9.64,26.353,9.64,26S9.353,25.36,9,25.36z M26,18.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S26.353,18.36,26,18.36z M6,18.36\tc-0.353,0-0.64,0.287-0.64,0.64S5.647,19.64,6,19.64S6.64,19.353,6.64,19S6.353,18.36,6,18.36z M26,5.36\tc-0.353,0-0.64,0.287-0.64,0.64S25.647,6.64,26,6.64S26.64,6.353,26.64,6S26.353,5.36,26,5.36z M6,5.36\tC5.647,5.36,5.36,5.647,5.36,6S5.647,6.64,6,6.64S6.64,6.353,6.64,6S6.353,5.36,6,5.36z M16,1.36c-0.353,0-0.64,0.287-0.64,0.64\tS15.647,2.64,16,2.64c0.353,0,0.64-0.287,0.64-0.64S16.353,1.36,16,1.36z M21.36,21h-0.72v-1.5c0-2.079-1.412-3.913-3.434-4.46\tc-0.146-0.04-0.25-0.165-0.265-0.314c-0.014-0.15,0.066-0.292,0.201-0.358c0.924-0.447,1.497-1.354,1.497-2.368\tc0-1.456-1.184-2.64-2.64-2.64s-2.64,1.185-2.64,2.64c0,1.014,0.574,1.921,1.497,2.368c0.135,0.065,0.216,0.208,0.202,0.358\tc-0.014,0.149-0.12,0.274-0.264,0.314c-2.022,0.547-3.434,2.381-3.434,4.46V21h-0.72v-1.5c0-2.146,1.3-4.066,3.241-4.902\tc-0.78-0.628-1.241-1.57-1.241-2.598c0-1.853,1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36c0,1.028-0.462,1.97-1.241,2.598\tc1.94,0.836,3.241,2.756,3.241,4.902C21.36,19.5,21.36,21,21.36,21z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai--privacy"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16.36,31h-0.72v-2h0.72V31z M26.352,26.861l-1.414-1.414l0.51-0.51l1.414,1.414L26.352,26.861z M5.648,26.861l-0.509-0.51l1.414-1.414l0.509,0.51L5.648,26.861z M18.5,26.36c-1.073,0-2.011-0.595-2.5-1.473\tc-0.489,0.878-1.426,1.473-2.5,1.473c-1.292,0-2.405-0.875-2.744-2.094C8.612,24.794,6.641,23.102,6.64,21\tc0-0.408,0.079-0.812,0.234-1.203C5.506,19.03,4.64,17.577,4.64,16c0-1.576,0.866-3.03,2.234-3.797\tC6.719,11.812,6.64,11.408,6.64,11c0-2.102,1.958-3.793,4.116-3.267C11.094,6.515,12.208,5.64,13.5,5.64\tc1.074,0,2.011,0.595,2.5,1.472c0.489-0.877,1.427-1.472,2.5-1.472c1.292,0,2.405,0.875,2.743,2.093\tC23.372,7.213,25.36,8.896,25.36,11c0,0.408-0.079,0.811-0.234,1.203c1.368,0.767,2.234,2.22,2.234,3.797s-0.866,3.03-2.234,3.797\tc0.155,0.392,0.234,0.795,0.234,1.203c0,2.102-1.967,3.791-4.117,3.267C20.905,25.485,19.792,26.36,18.5,26.36z M16.36,23.5\tc0,1.18,0.96,2.14,2.14,2.14c1.071,0,1.979-0.807,2.111-1.877c0.014-0.109,0.076-0.206,0.17-0.264\tc0.095-0.056,0.21-0.067,0.312-0.03c1.838,0.678,3.547-0.715,3.547-2.469c0-0.407-0.103-0.812-0.305-1.203\tc-0.045-0.087-0.052-0.189-0.02-0.283c0.032-0.093,0.101-0.169,0.19-0.209c1.297-0.592,2.134-1.889,2.134-3.305\ts-0.838-2.712-2.134-3.305c-0.09-0.041-0.159-0.117-0.19-0.21c-0.032-0.093-0.025-0.195,0.021-0.283\tc0.201-0.391,0.304-0.795,0.304-1.202c0-1.752-1.688-3.148-3.547-2.469C20.99,8.568,20.874,8.558,20.781,8.5\tc-0.094-0.057-0.156-0.154-0.17-0.263c-0.132-1.07-1.04-1.877-2.111-1.877c-1.18,0-2.14,0.96-2.14,2.14V10h-0.72V8.5\tc0-1.18-0.96-2.14-2.14-2.14c-1.071,0-1.979,0.807-2.112,1.878c-0.014,0.109-0.076,0.206-0.17,0.263\tc-0.094,0.058-0.209,0.068-0.312,0.031C9.054,7.851,7.36,9.248,7.36,11c0,0.408,0.103,0.812,0.304,1.202\tc0.027,0.052,0.04,0.108,0.04,0.166c0,0.04-0.006,0.079-0.02,0.118c-0.032,0.093-0.101,0.169-0.191,0.21\tC6.198,13.288,5.36,14.585,5.36,16c0,1.416,0.838,2.713,2.134,3.305c0.09,0.041,0.159,0.116,0.191,0.21\tc0.013,0.038,0.02,0.077,0.02,0.117c0,0.057-0.013,0.113-0.04,0.165C7.462,20.188,7.36,20.593,7.36,21\tc0,1.754,1.709,3.146,3.546,2.469c0.101-0.038,0.218-0.026,0.312,0.03c0.094,0.058,0.157,0.154,0.17,0.264\tc0.132,1.07,1.041,1.877,2.112,1.877c1.18,0,2.14-0.96,2.14-2.14V22h0.72V23.5z M11.63,21.36c-0.093,0-0.185-0.036-0.254-0.105\tl-0.63-0.63c-0.114-0.114-0.139-0.291-0.059-0.432l0.772-1.37c0.055-0.099,0.153-0.165,0.265-0.18\tc0.114-0.021,0.224,0.022,0.304,0.103l0.358,0.358l1.86-1.859l0.509,0.51l-1.861,1.859l0.361,0.362\tc0.08,0.079,0.117,0.191,0.102,0.304c-0.015,0.111-0.082,0.209-0.18,0.264l-1.37,0.77C11.751,21.345,11.69,21.36,11.63,21.36z M11.448,20.309l0.244,0.244l0.719-0.404l-0.557-0.558L11.448,20.309z M19.019,21.359c-0.609,0-1.211-0.236-1.66-0.686\tc-0.589-0.59-0.818-1.45-0.611-2.248l-3.173-3.173c-0.797,0.204-1.659-0.021-2.248-0.612c-0.701-0.701-0.885-1.773-0.458-2.668\tc0.05-0.105,0.149-0.18,0.264-0.2c0.117-0.021,0.233,0.018,0.315,0.101l1.323,1.323c0.115,0.113,0.314,0.112,0.426,0\tc0.117-0.118,0.117-0.309,0-0.426l-1.323-1.323c-0.083-0.083-0.12-0.2-0.101-0.315c0.02-0.115,0.094-0.213,0.2-0.264\tc0.895-0.426,1.967-0.243,2.668,0.458c0.59,0.59,0.818,1.451,0.611,2.249l3.173,3.172c0.797-0.208,1.657,0.021,2.248,0.611\tc0.701,0.702,0.885,1.773,0.458,2.668c-0.051,0.105-0.149,0.18-0.265,0.199c-0.11,0.023-0.232-0.018-0.315-0.1l-1.323-1.323\tc-0.117-0.117-0.308-0.117-0.427,0c-0.116,0.117-0.116,0.309,0.001,0.426l1.323,1.323c0.082,0.083,0.12,0.2,0.1,0.315\ts-0.094,0.214-0.199,0.265C19.705,21.285,19.36,21.359,19.019,21.359z M13.675,14.484c0.094,0,0.186,0.037,0.254,0.105l3.481,3.48\tc0.1,0.1,0.132,0.248,0.083,0.38c-0.22,0.594-0.073,1.267,0.375,1.714c0.352,0.354,0.847,0.514,1.318,0.467l-0.894-0.893\tc-0.397-0.397-0.397-1.046,0-1.444c0.4-0.398,1.047-0.397,1.445-0.001l0.893,0.894c0.05-0.478-0.113-0.966-0.467-1.318\tc-0.448-0.448-1.122-0.596-1.714-0.375c-0.132,0.047-0.279,0.016-0.38-0.083l-3.48-3.48c-0.1-0.099-0.132-0.248-0.083-0.379\tc0.22-0.594,0.073-1.268-0.375-1.715c-0.353-0.353-0.841-0.516-1.319-0.467l0.893,0.894c0.398,0.398,0.398,1.046,0,1.444\tc-0.385,0.385-1.06,0.385-1.444,0l-0.893-0.893c-0.05,0.478,0.114,0.966,0.467,1.319c0.448,0.448,1.121,0.595,1.714,0.375\tC13.59,14.492,13.633,14.484,13.675,14.484z M31,16.36h-2v-0.72h2V16.36z M3,16.36H1v-0.72h2V16.36z M18.371,15.254l-0.51-0.509\tl2.652-2.653c0.082-0.082,0.126-0.189,0.126-0.304s-0.044-0.222-0.125-0.303c-0.164-0.163-0.444-0.163-0.606,0l-2.651,2.652\tl-0.509-0.509l2.651-2.652c0.434-0.435,1.191-0.435,1.625,0c0.217,0.217,0.337,0.505,0.337,0.812s-0.12,0.596-0.338,0.813\tL18.371,15.254z M25.447,7.062l-0.51-0.509l1.414-1.414l0.51,0.509L25.447,7.062z M6.553,7.062L5.139,5.648l0.509-0.509l1.414,1.414\tL6.553,7.062z M16.36,3h-0.72V1h0.72V3z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai--robustness"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M31,31.36H7c-0.199,0-0.36-0.161-0.36-0.36v-5.64H5v-0.72h4v0.721H7.36v5.279h23.28V7.36H25\tc-0.199,0-0.36-0.161-0.36-0.36V1.36H7.36v5.28H9v0.72H5V6.64h1.64V1c0-0.199,0.161-0.36,0.36-0.36h18\tc0.096,0,0.188,0.038,0.255,0.105l6,6C31.322,6.813,31.36,6.904,31.36,7v24C31.36,31.199,31.199,31.36,31,31.36z M25.36,6.64h4.771\tL25.36,1.869V6.64z M19,25.36h-8v-0.72h7.64V7.36H11V6.64h8c0.199,0,0.36,0.161,0.36,0.36v3.64H27v0.72h-7.64v3.28H27v0.72h-7.64\tv3.28H27v0.721h-7.64v3.279H27v0.721h-7.64V25C19.36,25.199,19.199,25.36,19,25.36z M3,25.36H1c-0.199,0-0.36-0.161-0.36-0.36v-2\th0.72v1.64H3V25.36z M14.86,21h-0.72v-0.5c0-1.823-1.235-3.452-3.003-3.96c-0.142-0.041-0.245-0.165-0.259-0.312\ts0.063-0.288,0.195-0.355c0.812-0.413,1.317-1.226,1.317-2.123c0-1.318-1.072-2.39-2.39-2.39s-2.39,1.072-2.39,2.39\tc0,0.897,0.504,1.71,1.317,2.123c0.132,0.067,0.209,0.208,0.195,0.355s-0.117,0.271-0.259,0.312C7.095,17.048,5.86,18.677,5.86,20.5\tV21H5.14v-0.5c0-1.898,1.137-3.616,2.839-4.398C7.294,15.52,6.89,14.669,6.89,13.75c0-1.715,1.395-3.11,3.11-3.11\ts3.11,1.395,3.11,3.11c0,0.919-0.404,1.77-1.089,2.352c1.702,0.782,2.839,2.5,2.839,4.398V21z M1.36,21H0.64v-4h0.72V21z M1.36,15\tH0.64v-4h0.72V15z M1.36,9H0.64V7c0-0.199,0.161-0.36,0.36-0.36h2v0.72H1.36V9z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai--transparency"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M12.259,22.36c-2.614,0-4.759,2.043-4.885,4.651C7.37,27.1,7.332,27.185,7.269,27.248l-4.015,4.006\tl-0.509-0.51l3.918-3.909c0.213-2.925,2.644-5.196,5.595-5.196h7.75c0.75,0,1.36,0.61,1.36,1.36c0,0.066-0.003,0.132-0.009,0.196\tl4.999-4.062c0.663-0.666,1.79-0.667,2.48,0.024c0.692,0.692,0.691,1.818,0.001,2.51l-6.102,6.102\tc-0.369,0.369-0.857,0.607-1.375,0.672l-7.197,0.899l-1.917,1.913l-0.509-0.51l2.004-2c0.057-0.057,0.13-0.093,0.21-0.103\tl7.32-0.915c0.359-0.044,0.698-0.21,0.954-0.467l6.102-6.102c0.411-0.41,0.411-1.079,0-1.491c-0.411-0.411-1.081-0.41-1.49,0.001\tl-6.237,5.07c-0.42,0.386-0.979,0.621-1.593,0.621h-5.001V24.64h5.001c0.393,0,0.753-0.139,1.036-0.369l-0.003-0.004l0.092-0.075\tc0.315-0.299,0.513-0.722,0.513-1.189c0-0.354-0.287-0.642-0.64-0.642L12.259,22.36L12.259,22.36z M16,19.36\tc-0.663,0-1.217-0.478-1.336-1.106c-1.4-0.226-2.712-0.802-3.83-1.681c-0.23,0.18-0.52,0.287-0.834,0.287\tc-0.75,0-1.36-0.61-1.36-1.36c0-0.356,0.138-0.681,0.363-0.924c-0.641-0.979-1.071-2.087-1.257-3.24\tC7.117,11.217,6.64,10.663,6.64,10s0.477-1.217,1.106-1.336c0.186-1.152,0.616-2.261,1.257-3.24C8.778,5.181,8.64,4.856,8.64,4.5\tc0-0.75,0.61-1.36,1.36-1.36c0.314,0,0.604,0.107,0.834,0.287c1.117-0.88,2.43-1.456,3.83-1.681C14.783,1.117,15.337,0.64,16,0.64\ts1.217,0.477,1.336,1.106c1.4,0.225,2.713,0.801,3.83,1.68C21.396,3.247,21.686,3.14,22,3.14c0.75,0,1.36,0.61,1.36,1.36\tc0,0.356-0.138,0.681-0.363,0.924c0.641,0.978,1.07,2.087,1.257,3.24C24.883,8.783,25.36,9.337,25.36,10s-0.478,1.217-1.106,1.336\tc-0.187,1.152-0.616,2.261-1.257,3.24c0.226,0.243,0.363,0.567,0.363,0.924c0,0.75-0.61,1.36-1.36,1.36\tc-0.314,0-0.604-0.107-0.834-0.287c-1.117,0.879-2.43,1.455-3.83,1.681C17.217,18.883,16.663,19.36,16,19.36z M16,17.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,17.36,16,17.36z M11.266,15.997\tc1.008,0.797,2.192,1.324,3.456,1.537c0.191-0.521,0.691-0.894,1.278-0.894s1.087,0.373,1.277,0.894\tc1.265-0.214,2.448-0.74,3.457-1.538c-0.062-0.154-0.095-0.321-0.095-0.497c0-0.75,0.61-1.36,1.36-1.36\tc0.134,0,0.264,0.02,0.386,0.056c0.58-0.882,0.973-1.88,1.147-2.918c-0.519-0.19-0.892-0.691-0.892-1.277s0.373-1.087,0.894-1.278\tc-0.175-1.039-0.567-2.037-1.147-2.918C22.264,5.84,22.134,5.86,22,5.86c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.175,0.034-0.343,0.095-0.497c-1.009-0.798-2.193-1.324-3.457-1.537C17.087,2.987,16.586,3.36,16,3.36s-1.087-0.373-1.278-0.894\tc-1.264,0.212-2.448,0.739-3.456,1.537C11.327,4.157,11.36,4.325,11.36,4.5c0,0.75-0.61,1.36-1.36,1.36\tc-0.134,0-0.264-0.02-0.386-0.056c-0.58,0.882-0.972,1.88-1.148,2.918C8.987,8.913,9.36,9.414,9.36,10s-0.373,1.087-0.894,1.278\tc0.176,1.038,0.568,2.036,1.148,2.918C9.736,14.16,9.866,14.14,10,14.14c0.75,0,1.36,0.61,1.36,1.36\tC11.36,15.675,11.327,15.843,11.266,15.997z M22,14.86c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS22.353,14.86,22,14.86z M10,14.86c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S10.353,14.86,10,14.86\tz M24,9.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S24.353,9.36,24,9.36z M8,9.36\tc-0.353,0-0.64,0.287-0.64,0.64S7.647,10.64,8,10.64c0.353,0,0.64-0.287,0.64-0.64S8.353,9.36,8,9.36z M22,3.86\tc-0.353,0-0.64,0.287-0.64,0.64S21.647,5.14,22,5.14s0.64-0.287,0.64-0.64S22.353,3.86,22,3.86z M10,3.86\tc-0.353,0-0.64,0.287-0.64,0.64S9.647,5.14,10,5.14s0.64-0.287,0.64-0.64S10.353,3.86,10,3.86z M16,1.36\tc-0.353,0-0.64,0.287-0.64,0.64S15.647,2.64,16,2.64c0.353,0,0.64-0.287,0.64-0.64S16.353,1.36,16,1.36z M16,7.36\tc-0.75,0-1.36-0.61-1.36-1.36S15.25,4.64,16,4.64S17.36,5.25,17.36,6S16.75,7.36,16,7.36z M16,5.36c-0.353,0-0.64,0.287-0.64,0.64\tS15.647,6.64,16,6.64c0.353,0,0.64-0.287,0.64-0.64S16.353,5.36,16,5.36z M17,15.36c-0.199,0-0.36-0.161-0.36-0.36v-3.14h-1.28V15\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36V8.36H12c-0.199,0-0.36-0.161-0.36-0.36S11.801,7.64,12,7.64h8\tc0.199,0,0.36,0.161,0.36,0.36S20.199,8.36,20,8.36h-2.64V15C17.36,15.199,17.199,15.36,17,15.36z M15.36,11.14h1.28V8.36h-1.28\tV11.14z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai--trust"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M31,31.36H1v-0.72h8.777l0.901-1.801c0.061-0.122,0.186-0.199,0.322-0.199h1.655L13.64,4.985\tc0.002-0.051,0.015-0.101,0.038-0.146l2-4c0.121-0.244,0.522-0.244,0.644,0l2,4c0.022,0.045,0.035,0.095,0.037,0.146l0.986,23.655\tH21c0.137,0,0.261,0.077,0.322,0.199l0.9,1.801H31V31.36z M10.583,30.64h10.835l-0.641-1.279h-9.555L10.583,30.64z M13.375,28.64\th5.25L17.644,5.092L16,1.805l-1.644,3.287L13.375,28.64z M17,24.36h-2v-0.72h2V24.36z M17,22.36h-2v-0.72h2V22.36z M17,20.36h-2\tv-0.72h2V20.36z M16.36,7h-0.72V6h0.72V7z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "argentina--obelisk"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M15,19.509l-3.254-3.254l0.509-0.509L15,18.491l5.745-5.746l0.51,0.509L15,19.509z M23.314,28.36H31\tc0.119,0,0.231-0.06,0.298-0.158c0.067-0.1,0.081-0.225,0.036-0.336L30.388,25.5l0.946-2.366c0.045-0.111,0.031-0.236-0.036-0.336\tC31.231,22.699,31.119,22.64,31,22.64h-2.265C29.8,20.601,30.36,18.317,30.36,16c0-7.918-6.442-14.36-14.36-14.36\tS1.64,8.082,1.64,16c0,2.317,0.56,4.601,1.625,6.64H1c-0.12,0-0.231,0.06-0.298,0.158c-0.067,0.1-0.08,0.225-0.036,0.336L1.612,25.5\tl-0.947,2.366c-0.044,0.111-0.031,0.236,0.036,0.336C0.769,28.301,0.88,28.36,1,28.36h7.686c2.208,1.309,4.734,2,7.314,2\tS21.106,29.669,23.314,28.36z M21.775,28.36c-3.598,1.68-7.953,1.68-11.55,0H21.775z M2.334,25.634c0.034-0.086,0.034-0.182,0-0.268\tL1.532,23.36h28.937l-0.803,2.006c-0.034,0.086-0.034,0.182,0,0.268l0.803,2.006H1.532L2.334,25.634z M27.36,16\tc0-6.264-5.097-11.36-11.36-11.36C9.736,4.64,4.64,9.736,4.64,16c0,2.385,0.756,4.715,2.142,6.64h-2.7\tC2.955,20.62,2.36,18.328,2.36,16C2.36,8.479,8.479,2.36,16,2.36S29.64,8.479,29.64,16c0,2.328-0.595,4.62-1.723,6.64h-2.699\tC26.604,20.716,27.36,18.385,27.36,16z M5.36,16c0-5.867,4.773-10.64,10.64-10.64S26.64,10.133,26.64,16\tc0,2.411-0.824,4.762-2.325,6.64H7.686C6.185,20.762,5.36,18.41,5.36,16z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "badge"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M23,31.36H9c-0.101,0-0.198-0.043-0.266-0.117c-0.068-0.075-0.102-0.175-0.093-0.275l0.834-9.181l0,0\tc0.111-1.225,1.122-2.147,2.351-2.147h3.813V1h0.72v18.64h3.814c1.229,0,2.238,0.923,2.35,2.147l0.835,9.181\tc0.01,0.101-0.024,0.2-0.093,0.275C23.197,31.317,23.102,31.36,23,31.36z M18.36,30.64h4.245l-0.662-7.279H10.056L9.394,30.64h5.246\tV27h0.72v3.64h2.28V25h0.721L18.36,30.64L18.36,30.64z M10.122,22.64h11.756l-0.071-0.788c-0.077-0.851-0.779-1.491-1.633-1.491\th-8.347c-0.854,0-1.556,0.641-1.634,1.491L10.122,22.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "broom"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M31,31.36c-5.845,0-11.33-2.2-16.634-4.327C9.655,25.145,5.205,23.36,1,23.36v-0.72\tc0.551,0,1.105,0.029,1.662,0.084L3.641,10.97L2.145,2.059c-0.033-0.196,0.1-0.381,0.296-0.414l6-1\tc0.153-0.028,0.311,0.053,0.381,0.194l1.5,3c0.069,0.139,0.042,0.306-0.067,0.416L9.456,5.054l3.851,6.258\tc0.062,0.1,0.07,0.224,0.023,0.332s-0.144,0.187-0.259,0.209l-2,0.4l1.237,2.062c0.054,0.09,0.066,0.199,0.033,0.299l-0.472,1.415\tl0.485,2.912c0.019,0.115-0.018,0.231-0.101,0.314c-0.082,0.081-0.2,0.118-0.313,0.101L9.502,18.95l0.809,2.828l1.147-0.135\tc0.19-0.026,0.37,0.112,0.398,0.307l0.189,1.323l5.044,1.346l-0.447-3.573c-0.016-0.127,0.037-0.252,0.138-0.33\tc0.101-0.077,0.235-0.098,0.354-0.049l2.006,0.803V20c0-0.071,0.021-0.141,0.061-0.199l0.717-1.075l-1.504-0.376l0.174-0.699\tl1.418,0.354l-0.354-1.417c-0.026-0.107-0.002-0.222,0.065-0.309c0.068-0.087,0.173-0.138,0.284-0.138h1.539l-1.303-5.211\tl-1.284-0.321l0.174-0.698l1.171,0.293c0.014-0.009,0.027-0.018,0.042-0.024l0.763-0.381l-0.417-2.498L16.773,6.43l-1.922,8.648\tl-0.703-0.156l2-9c0.043-0.194,0.235-0.316,0.43-0.273l4.5,1c0.144,0.032,0.253,0.147,0.277,0.292l0.5,3\tc0.025,0.156-0.053,0.311-0.194,0.381l-0.742,0.371l1.431,5.72c0.026,0.107,0.002,0.222-0.065,0.309\tC22.216,16.809,22.111,16.86,22,16.86h-1.539l0.389,1.553c0.024,0.098,0.006,0.202-0.05,0.286l-0.939,1.41V22\tc0,0.119-0.06,0.231-0.158,0.298c-0.1,0.067-0.226,0.081-0.336,0.036l-1.934-0.773l0.407,3.258l1.253,0.334\tc0.184,0.049,0.298,0.232,0.26,0.418l-0.489,2.448c0.59,0.218,1.182,0.43,1.776,0.633V28c0-0.199,0.161-0.36,0.36-0.36h0.662\tl0.479-7.662l0.719,0.045l-0.477,7.617h5.071l-1.285-2.998c-0.053-0.123-0.033-0.265,0.052-0.368s0.218-0.151,0.35-0.126\tl1.942,0.388l-0.362-1.448c-0.017-0.066-0.014-0.136,0.008-0.201l0.343-1.025H27V21.14h1.418l-0.74-1.479\tc-0.049-0.098-0.051-0.212-0.005-0.312s0.134-0.173,0.24-0.199l1.564-0.391l-2.7-5.4H25.5v-0.72h1.351l0.737-0.737L26.74,9.36H23\tV8.64h4c0.155,0,0.293,0.099,0.342,0.246l1,3c0.043,0.129,0.009,0.272-0.087,0.368l-0.816,0.817l2.884,5.768\tc0.049,0.098,0.051,0.212,0.005,0.312s-0.134,0.173-0.24,0.199l-1.564,0.391l0.8,1.599c0.042,0.086,0.05,0.185,0.02,0.275\tl-0.467,1.4l0.475,1.898c0.029,0.119-0.004,0.246-0.089,0.335c-0.085,0.09-0.209,0.13-0.331,0.104l-1.829-0.365l1.137,2.652H29\tc0.199,0,0.36,0.161,0.36,0.36v2.582c0.544,0.038,1.091,0.058,1.64,0.058V31.36z M21.36,28.892c2.38,0.775,4.804,1.383,7.279,1.629\tv-2.16H21.36V28.892z M12.337,25.452c0.759,0.297,1.524,0.604,2.296,0.913c1.173,0.471,2.354,0.944,3.547,1.396l0.4-2.001\tl-6.425-1.713l0.2,1.401L12.337,25.452z M5.108,23.114c2.112,0.456,4.269,1.198,6.48,2.047l-0.395-2.763L5.108,23.114z M2.914,2.296\tl1.441,8.645l-0.96,11.65l6.191-0.729l-0.933-3.264C8.62,18.48,8.649,18.353,8.731,18.26c0.083-0.092,0.208-0.132,0.328-0.115\tl2.503,0.418l-0.417-2.503c-0.01-0.058-0.005-0.117,0.014-0.173l0.304-0.912l-1.892,0.378l-0.142-0.706l2-0.4l-1.237-2.062\tc-0.061-0.1-0.068-0.224-0.021-0.331s0.144-0.185,0.258-0.208l1.993-0.398l-3.59-5.835L7.087,5.849L6.913,5.151l1.903-0.476\tl0.746-0.746l-1.265-2.53L2.914,2.296z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "chile--easter-island"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M31,30.36H1v-0.72h7.64V22.5c0-1.025,0.834-1.86,1.86-1.86s1.86,0.835,1.86,1.86v4.441\tl0.523,1.569l0.762-4.57L13.64,11.5c0-1.025,0.834-1.86,1.86-1.86c0.452,0,0.867,0.162,1.19,0.431\tc0.194-0.819,0.932-1.431,1.81-1.431s1.616,0.612,1.811,1.431C20.633,9.802,21.048,9.64,21.5,9.64c1.025,0,1.86,0.834,1.86,1.86\tv1.531c0.314-0.245,0.711-0.391,1.14-0.391c1.025,0,1.86,0.834,1.86,1.86v15.14H31V30.36z M13.425,29.64H25.64V14.5\tc0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14v2.14H24v0.72h-0.64v2.279H24v0.721h-0.64v1.49l0.895,0.895l-0.51,0.51l-1-1\tC22.678,22.188,22.64,22.096,22.64,22V11.5c0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14v3.14H21v0.72h-0.64v3.28H21v0.721\th-0.64V22h-0.72V10.5c0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14v3.14H18v0.72h-0.64v3.28H18v0.721h-0.64v4.49l2.31,2.31\tl3.381,0.483l-0.102,0.713l-3.5-0.5c-0.077-0.011-0.148-0.047-0.204-0.102l-2.5-2.5C16.678,23.188,16.64,23.096,16.64,23V11.5\tc0-0.628-0.512-1.14-1.14-1.14s-1.14,0.512-1.14,1.14v3.14H15v0.72h-0.64v3.28H15v0.721h-0.64V24l-0.272,1.64H16\tc0.082,0,0.161,0.028,0.225,0.079l2.5,2l-0.449,0.562l-2.402-1.921H14v-0.189L13.425,29.64z M9.36,29.64h3.14l-0.842-2.525\tC11.646,27.077,11.64,27.039,11.64,27v-1.64H11v-0.72h0.64V22.5c0-0.629-0.512-1.14-1.14-1.14s-1.14,0.511-1.14,1.14V29.64z M6,8.36\tC4.699,8.36,3.64,7.301,3.64,6S4.699,3.64,6,3.64S8.36,4.699,8.36,6S7.301,8.36,6,8.36z M6,4.36C5.096,4.36,4.36,5.096,4.36,6\tS5.096,7.64,6,7.64S7.64,6.904,7.64,6S6.904,4.36,6,4.36z M6.36,11v-1c0-0.199-0.161-0.36-0.36-0.36S5.64,9.801,5.64,10v1\tc0,0.199,0.161,0.36,0.36,0.36S6.36,11.199,6.36,11z M6.36,2V1c0-0.199-0.161-0.36-0.36-0.36S5.64,0.801,5.64,1v1\tc0,0.199,0.161,0.36,0.36,0.36S6.36,2.199,6.36,2z M9.79,9.79c0.141-0.141,0.141-0.368,0-0.509L9.083,8.574\tc-0.141-0.141-0.368-0.141-0.509,0s-0.141,0.368,0,0.509L9.281,9.79c0.07,0.07,0.162,0.105,0.254,0.105S9.72,9.86,9.79,9.79z M3.426,3.426c0.141-0.141,0.141-0.368,0-0.509L2.719,2.21c-0.141-0.141-0.368-0.141-0.509,0s-0.141,0.368,0,0.509l0.707,0.707\tc0.07,0.07,0.162,0.105,0.254,0.105S3.355,3.496,3.426,3.426z M11.36,6c0-0.199-0.161-0.36-0.36-0.36h-1\tC9.801,5.64,9.64,5.801,9.64,6S9.801,6.36,10,6.36h1C11.199,6.36,11.36,6.199,11.36,6z M2.36,6c0-0.199-0.161-0.36-0.36-0.36H1\tC0.801,5.64,0.64,5.801,0.64,6S0.801,6.36,1,6.36h1C2.199,6.36,2.36,6.199,2.36,6z M9.083,3.426L9.79,2.719\tc0.141-0.141,0.141-0.368,0-0.509s-0.368-0.141-0.509,0L8.574,2.917c-0.141,0.141-0.141,0.368,0,0.509\tc0.07,0.07,0.162,0.105,0.254,0.105S9.013,3.496,9.083,3.426z M2.719,9.79l0.707-0.707c0.141-0.141,0.141-0.368,0-0.509\ts-0.368-0.141-0.509,0L2.21,9.281c-0.141,0.141-0.141,0.368,0,0.509c0.07,0.07,0.162,0.105,0.254,0.105S2.648,9.86,2.719,9.79z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "chile--hand-of-the-desert"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16,31.36c-0.059,0-0.117-0.015-0.171-0.043l-13-7\tC2.713,24.254,2.64,24.133,2.64,24V8c0-0.132,0.073-0.254,0.189-0.317l13-7c0.107-0.058,0.234-0.058,0.342,0l13,7\tC29.287,7.746,29.36,7.868,29.36,8v16c0,0.133-0.073,0.254-0.189,0.317l-13,7C16.117,31.346,16.059,31.36,16,31.36z M3.36,23.785\tL16,30.591l12.64-6.806V8.215L16,1.409L3.36,8.215V23.785z M16.36,27h-0.72V16.333c-1.131-0.174-2-1.154-2-2.333\tc0-1.301,1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36c0,1.179-0.869,2.159-2,2.333V27z M16,12.36\tc-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64c0.904,0,1.64-0.736,1.64-1.64S16.904,12.36,16,12.36z M10.089,19.912\tC8.51,18.333,7.64,16.233,7.64,14s0.87-4.333,2.449-5.911l0.509,0.509C9.155,10.041,8.36,11.959,8.36,14s0.795,3.96,2.238,5.402\tL10.089,19.912z M21.912,19.912l-0.51-0.51c2.979-2.979,2.979-7.826,0-10.805l0.51-0.509C25.171,11.348,25.171,16.652,21.912,19.912\tz M20.497,18.497l-0.51-0.51c1.065-1.065,1.652-2.481,1.652-3.987s-0.587-2.923-1.652-3.988l0.51-0.509\tc1.201,1.201,1.863,2.798,1.863,4.497S21.698,17.296,20.497,18.497z M11.503,18.497C10.301,17.296,9.64,15.699,9.64,14\ts0.662-3.296,1.863-4.497l0.509,0.509C10.947,11.077,10.36,12.494,10.36,14s0.587,2.922,1.652,3.987L11.503,18.497z M19.083,17.083\tl-0.51-0.509c1.42-1.419,1.42-3.729,0-5.148l0.51-0.509C20.783,12.617,20.783,15.383,19.083,17.083z M12.917,17.083\tc-1.7-1.7-1.7-4.466,0-6.166l0.509,0.509c-1.419,1.419-1.419,3.729,0,5.148L12.917,17.083z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "cloud-pak--for-network-automation"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M25,15.5c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5S25.776,16,25.5,16\tS25,15.776,25,15.5z M21.64,16h0.721v-1H21.64V16z M19.64,16h0.721v-1H19.64V16z M17,27.64c-0.75,0-1.36,0.61-1.36,1.36v1h0.72v-1\tc0-0.353,0.287-0.64,0.64-0.64c0.353,0,0.64,0.287,0.64,0.64v1h0.721v-1C18.36,28.25,17.75,27.64,17,27.64z M15.64,16h0.72v-1h-0.72\tV16z M17.64,16h0.721v-1H17.64V16z M21.64,21h0.721v-1H21.64V21z M21.64,19h0.721v-1H21.64V19z M31.161,16.322l-1.259,0.629\tc-0.392,0.196-0.684,0.533-0.822,0.949l-0.477,1.428c-0.199,0.598-0.62,1.082-1.184,1.364l-1.946,0.974\tc-0.724,0.361-1.25,1.051-1.409,1.843l-0.501,2.561c-0.138,0.687-0.38,1.37-0.741,2.092l-1.5,3l-0.645-0.322l0.958-1.915\tC21.598,28.606,21.327,28.36,21,28.36c-0.353,0-0.64,0.287-0.64,0.64v1h-0.72v-1c0-0.75,0.61-1.36,1.36-1.36\tc0.415,0,0.787,0.188,1.037,0.481l0.141-0.282c0.256-0.511,0.446-0.998,0.577-1.479H14.36V30h-0.72v-3.5c0-1.18-0.96-2.14-2.14-2.14\ts-2.14,0.96-2.14,2.14V30H8.64v-1.64H7.36V30H6.64v-3.5c0-1.18-0.96-2.14-2.14-2.14s-2.14,0.96-2.14,2.14V30H1.64v-3.5\tc0-1.577,1.283-2.86,2.86-2.86c1.277,0,2.362,0.842,2.728,2h1.544c0.366-1.158,1.451-2,2.728-2c0.851,0,1.616,0.374,2.14,0.965\tV22.36H1v-0.72h12.64v-2.38l-4.182-1.394c-1.105-0.369-2-1.146-2.521-2.187L5.573,12.95c-0.542-1.084-1.438-1.98-2.523-2.523\tL0.839,9.322l0.322-0.644l2.211,1.105c1.223,0.611,2.233,1.622,2.844,2.844l1.364,2.729c0.435,0.87,1.183,1.518,2.105,1.826\tL13.64,18.5v-1.14H13v-0.72h0.64v-2.28H13v-0.72h0.64V8h0.72v1.131l1.28-1.28V6.5l1-4.539V1h0.72v0.96l0.991,4.461l0.008,1.428\tl1.28,1.281V8h0.721v5.64h1.279V12h0.721v1.64h1.279V12h0.721v1.64h2.279V12h0.721v1.64h1.279V12h0.721v4.433\tc0.07-0.045,0.144-0.087,0.22-0.125l1.259-0.629L31.161,16.322z M8.644,26.36H7.356c0.002,0.046,0.003,0.093,0.003,0.14v1.14h1.28\tV26.5C8.64,26.453,8.641,26.406,8.644,26.36z M16.352,6.578l0.006,1.062h1.282V6.5l-0.638-2.848L16.352,6.578z M14.36,13.64h1.28V11\tc0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36v2.64h1.279v-3.491L17.851,8.36h-1.702l-1.789,1.789\tC14.36,10.149,14.36,13.64,14.36,13.64z M17,10.36c-0.353,0-0.64,0.287-0.64,0.64v2.64h1.28V11C17.64,10.647,17.353,10.36,17,10.36z M14.36,16.64h9.28v-2.28h-9.28V16.64z M14.36,21.64h9.28v-4.28h-9.28V21.64z M23.739,22.36H14.36v3.279h1.28V24\tc0-0.199,0.161-0.36,0.36-0.36c0.199,0,0.36,0.161,0.36,0.36v1.64h1.28V24c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v1.64\th1.279V24c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v1.64h1.279V24c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36\tv1.64h0.554l0.444-2.271C23.43,23.012,23.561,22.672,23.739,22.36z M26.64,20.149l-1.14-1.141l-1.14,1.141v1.425\tc0.233-0.22,0.5-0.407,0.791-0.553l1.488-0.744L26.64,20.149L26.64,20.149z M26.64,17.36h-2.28v1.771l0.885-0.886\tc0.07-0.07,0.163-0.105,0.255-0.105s0.185,0.035,0.255,0.105l0.885,0.886V17.36z M26.64,14.36h-2.28v2.28h2.279L26.64,14.36\tL26.64,14.36z M28.525,17.36H27.36v2.524c0.26-0.197,0.454-0.468,0.56-0.785l0.477-1.428C28.433,17.564,28.476,17.46,28.525,17.36z M28.64,14.36h-1.28v2.28h1.279L28.64,14.36L28.64,14.36z M7.64,23v1h0.72v-1H7.64z M19.64,19h0.721v-1H19.64V19z M19.64,21h0.721\tv-1H19.64V21z M17.64,21h0.721v-1H17.64V21z M15.64,21h0.72v-1h-0.72V21z M15.64,19h0.72v-1h-0.72V19z M17.64,19h0.721v-1H17.64V19z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "colombia--cathedral-of-las-lajas"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M26,31.36H6c-0.199,0-0.36-0.161-0.36-0.36V5.36H2V4.64h8.64V1c0-0.199,0.161-0.36,0.36-0.36h10\tc0.199,0,0.36,0.161,0.36,0.36v3.64H30v0.72h-3.64V31C26.36,31.199,26.199,31.36,26,31.36z M6.36,30.64h19.28V5.36H6.36V30.64z M11.36,4.64h9.28V1.36h-9.28V4.64z M22,25.36H10v-0.72h5.64v-4.28H14c-2.404,0-4.36-1.956-4.36-4.36v-2\tc0-0.199,0.161-0.36,0.36-0.36h2c1.529,0,2.877,0.792,3.656,1.986c0.19-2.23,2.066-3.986,4.344-3.986h2\tc0.199,0,0.36,0.161,0.36,0.36v2c0,2.404-1.956,4.36-4.36,4.36h-1.64v6.279H22V25.36z M10.36,14.36V16c0,2.007,1.633,3.64,3.64,3.64\th1.131l-2.385-2.385l0.509-0.509l2.386,2.385V18c0-2.007-1.633-3.64-3.64-3.64H10.36z M16.869,17.64H18\tc2.007,0,3.64-1.632,3.64-3.64v-1.64H20c-2.007,0-3.64,1.633-3.64,3.64v1.131l2.385-2.385l0.51,0.509L16.869,17.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "compost--bin"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16.5,22.5c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5S15.724,22,16,22\tC16.276,22,16.5,22.224,16.5,22.5z M29.36,28c0-0.199-0.161-0.36-0.36-0.36h-0.695l-0.949-5.699\tc-0.029-0.173-0.18-0.301-0.355-0.301h-2c-0.176,0-0.326,0.128-0.355,0.301l-0.885,5.311l-1.409-1.409L21.359,9.978\tC21.348,9.788,21.19,9.64,21,9.64H11c-0.19,0-0.348,0.147-0.359,0.337L9.649,25.842L8.24,27.251L7.355,21.94\tc-0.029-0.172-0.179-0.3-0.355-0.3H5c-0.176,0-0.326,0.128-0.355,0.301l-0.95,5.699H3c-0.199,0-0.36,0.161-0.36,0.36v3h0.72v-2.64H8\tc0.096,0,0.187-0.038,0.254-0.105l1.895-1.895h11.702l1.895,1.895c0.067,0.067,0.159,0.105,0.255,0.105h4.64V31h0.721v-3H29.36z M25.305,22.36h1.391l0.88,5.279h-3.15L25.305,22.36z M5.305,22.36h1.39l0.88,5.279h-3.15L5.305,22.36z M11.338,10.36h9.324\tl0.955,15.28H10.383L11.338,10.36z M23,29.64H9v0.721h14V29.64z M21,27.64H11v0.721h10V27.64z M18.36,20v-7\tc0-0.199-0.161-0.36-0.36-0.36h-4c-0.199,0-0.36,0.161-0.36,0.36v7c0,0.199,0.161,0.36,0.36,0.36h4\tC18.199,20.36,18.36,20.199,18.36,20z M14.36,13.36h3.28v6.28h-3.28V13.36z M19.36,8c0-0.199-0.161-0.36-0.36-0.36h-6\tc-0.199,0-0.36,0.161-0.36,0.36v1h0.72V8.36h5.28V9h0.721V8H19.36z M18.36,6c0-0.199-0.161-0.36-0.36-0.36h-4\tc-0.199,0-0.36,0.161-0.36,0.36v1h0.72V6.36h3.28V7h0.721V6H18.36z M18.36,3c0-1.301-1.059-2.36-2.36-2.36S13.64,1.699,13.64,3\tS14.699,5.36,16,5.36C17.302,5.36,18.36,4.301,18.36,3z M17.64,3c0,0.904-0.735,1.64-1.64,1.64S14.36,3.904,14.36,3\tS15.096,1.36,16,1.36C16.904,1.36,17.64,2.096,17.64,3z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ecuador--quito"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M26,29.36H6v-0.72h6.659c0.167-1.565,1.415-2.813,2.981-2.98V11.333c-1.131-0.174-2-1.154-2-2.333\ts0.869-2.159,2-2.333V3.36H6.136l4.173,6.955c0.034,0.056,0.051,0.12,0.051,0.185c0,2.68-2.18,4.86-4.86,4.86s-4.86-2.18-4.86-4.86\tc0-0.065,0.018-0.129,0.051-0.185l4.5-7.5C5.256,2.707,5.374,2.64,5.5,2.64h21c0.126,0,0.243,0.066,0.309,0.175l4.5,7.5\tc0.033,0.056,0.052,0.12,0.052,0.185c0,2.68-2.181,4.86-4.86,4.86s-4.86-2.18-4.86-4.86c0-0.065,0.019-0.129,0.052-0.185\tl4.173-6.955H16.36v3.308c1.131,0.174,2,1.154,2,2.333s-0.869,2.159-2,2.333v14.327c1.566,0.167,2.814,1.415,2.981,2.98H26V29.36z M13.384,28.64h5.231c-0.176-1.286-1.281-2.28-2.615-2.28C14.667,26.36,13.561,27.354,13.384,28.64z M22.376,10.86\tc0.183,2.115,1.963,3.78,4.124,3.78s3.941-1.665,4.124-3.78H22.376z M1.375,10.86c0.183,2.115,1.963,3.78,4.125,3.78\ts3.941-1.665,4.125-3.78H1.375z M16,7.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64c0.904,0,1.64-0.736,1.64-1.64\tS16.904,7.36,16,7.36z M22.636,10.14h7.729L26.5,3.7L22.636,10.14z M1.636,10.14h7.729L5.5,3.7L1.636,10.14z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "fairness"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default index;
|