@carbon/icons-react 10.2.0 → 10.3.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/CHANGELOG.md +1 -429
- package/es/checkmark--filled/16.js +1 -0
- package/es/checkmark--filled/32.js +2 -1
- package/es/edit--off/16.js +74 -0
- package/es/edit--off/20.js +74 -0
- package/es/edit--off/24.js +74 -0
- package/es/edit--off/32.js +74 -0
- package/lib/checkmark--filled/16.js +1 -0
- package/lib/checkmark--filled/32.js +2 -1
- package/lib/edit--off/16.js +78 -0
- package/lib/edit--off/20.js +78 -0
- package/lib/edit--off/24.js +78 -0
- package/lib/edit--off/32.js +78 -0
- package/package.json +3 -3
- package/umd/checkmark--filled/16.js +1 -0
- package/umd/checkmark--filled/32.js +2 -1
- package/umd/edit--off/16.js +81 -0
- package/umd/edit--off/20.js +81 -0
- package/umd/edit--off/24.js +81 -0
- package/umd/edit--off/32.js +81 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,434 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# 10.3.0 (2019-06-05)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @carbon/icons-react
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# 10.1.0 (2019-04-12)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
# 10.0.0 (2019-03-29)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# 10.0.0-rc.0 (2019-03-27)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 0.0.1-beta.5 (2019-03-25)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## 0.0.1-beta.4 (2019-03-22)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
## 0.0.1-beta.3 (2019-03-22)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## 0.0.1-beta.2 (2019-03-19)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 0.0.1-beta.1 (2019-03-13)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## 0.0.1-beta.0 (2019-03-07)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## 0.0.1-alpha.32 (2019-02-12)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
55
|
-
* **icons:** remove main from package.json ([4294fec](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/4294fec))
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Features
|
|
59
|
-
|
|
60
|
-
* **icons:** add files via upload ([#320](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/320)) ([bbc3ee7](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/bbc3ee7))
|
|
61
|
-
* **icons:** split up icons into e2e tests, remove entrypoints ([#327](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/327)) ([5e1e71d](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/5e1e71d))
|
|
62
|
-
* **icons-react:** remove unneeded propType declaration ([#305](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/305)) ([2b30e17](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/2b30e17))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 0.0.1-alpha.31 (2019-01-28)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## 0.0.1-alpha.30 (2019-01-22)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## 0.0.1-alpha.29 (2019-01-14)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
## 0.0.1-alpha.28 (2019-01-11)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## 0.0.1-alpha.27 (2019-01-10)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Features
|
|
86
|
-
|
|
87
|
-
* **icons-react:** attach refs to rendered SVG icon components ([#231](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/231)) ([070f34d](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/070f34d))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## 0.0.1-alpha.26 (2018-12-13)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
## 0.0.1-alpha.25 (2018-12-11)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Bug Fixes
|
|
99
|
-
|
|
100
|
-
* **icons:** fix icon blurriness in Firefox Quantum ([#139](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/139)) ([c826e08](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/c826e08))
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## 0.0.1-alpha.24 (2018-12-07)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## 0.0.1-alpha.23 (2018-12-06)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 0.0.1-alpha.22 (2018-12-04)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## 0.0.1-alpha.21 (2018-12-04)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
### Features
|
|
120
|
-
|
|
121
|
-
* **icons-vue:** add @carbon/icons-vue package ([#60](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/60)) ([8ac5c05](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/8ac5c05))
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## 0.0.1-alpha.20 (2018-11-29)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Bug Fixes
|
|
129
|
-
|
|
130
|
-
* **icons-react:** remove focusable prop ([d7867cb](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/d7867cb))
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
## 0.0.1-alpha.19 (2018-11-29)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## 0.0.1-alpha.18 (2018-11-28)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* **icons-react:** fix prop-type for focusable ([#90](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/90)) ([9ee6e38](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/9ee6e38))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## 0.0.1-alpha.17 (2018-11-25)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## 0.0.1-alpha.16 (2018-11-21)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
## 0.0.1-alpha.15 (2018-11-21)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## 0.0.1-alpha.14 (2018-11-20)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## 0.0.1-alpha.13 (2018-11-19)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## 0.0.1-alpha.12 (2018-11-18)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
## 0.0.1-alpha.11 (2018-11-18)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### Bug Fixes
|
|
175
|
-
|
|
176
|
-
* **icons-react:** add @carbon/icon-helpers to dependencies ([1cfd8d5](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/1cfd8d5))
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
## 0.0.1-alpha.10 (2018-11-18)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 0.0.1-alpha.9 (2018-11-18)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
## 0.0.1-alpha.8 (2018-11-18)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## 0.0.1-alpha.7 (2018-11-14)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## 0.0.1-alpha.5 (2018-11-14)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## 0.0.1-alpha.4 (2018-11-09)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
## 0.0.1-alpha.3 (2018-11-09)
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### Features
|
|
208
|
-
|
|
209
|
-
* **icons-react:** add prop-type definitions ([db2b151](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/db2b151))
|
|
210
|
-
* **type:** update type package ([#35](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/35)) ([85c68ea](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/85c68ea))
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
## 0.0.1-alpha.2 (2018-10-02)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* **icons-react:** update build process and add storybook support ([#34](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/34)) ([c27dbbc](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/c27dbbc))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
### Features
|
|
223
|
-
|
|
224
|
-
* **icons-react:** add `icons-react` package ([#6](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/6)) ([43eb47c](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/43eb47c))
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
# [10.0.0](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v10.0.0-rc.0...v10.0.0) (2019-03-29)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
# [10.0.0-rc.0](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-beta.5...v10.0.0-rc.0) (2019-03-27)
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
## [0.0.1-beta.5](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-beta.4...v0.0.1-beta.5) (2019-03-25)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
## [0.0.1-beta.4](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-beta.3...v0.0.1-beta.4) (2019-03-22)
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
## [0.0.1-beta.3](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-beta.2...v0.0.1-beta.3) (2019-03-22)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## [0.0.1-beta.2](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-beta.1...v0.0.1-beta.2) (2019-03-19)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
## [0.0.1-beta.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-beta.0...v0.0.1-beta.1) (2019-03-13)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## [0.0.1-beta.0](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.32...v0.0.1-beta.0) (2019-03-07)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
## [0.0.1-alpha.32](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.31...v0.0.1-alpha.32) (2019-02-12)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Bug Fixes
|
|
266
|
-
|
|
267
|
-
* **icons:** remove main from package.json ([4294fec](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/4294fec))
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Features
|
|
271
|
-
|
|
272
|
-
* **icons:** add files via upload ([#320](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/320)) ([bbc3ee7](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/bbc3ee7))
|
|
273
|
-
* **icons:** split up icons into e2e tests, remove entrypoints ([#327](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/327)) ([5e1e71d](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/5e1e71d))
|
|
274
|
-
* **icons-react:** remove unneeded propType declaration ([#305](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/305)) ([2b30e17](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/2b30e17))
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
## [0.0.1-alpha.31](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.30...v0.0.1-alpha.31) (2019-01-28)
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
## [0.0.1-alpha.30](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.29...v0.0.1-alpha.30) (2019-01-22)
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
## [0.0.1-alpha.29](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.28...v0.0.1-alpha.29) (2019-01-14)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
## [0.0.1-alpha.28](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.27...v0.0.1-alpha.28) (2019-01-11)
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
## [0.0.1-alpha.27](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-01-10)
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Features
|
|
298
|
-
|
|
299
|
-
* **icons-react:** attach refs to rendered SVG icon components ([#231](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/231)) ([070f34d](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/070f34d))
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
## [0.0.1-alpha.26](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.25...v0.0.1-alpha.26) (2018-12-13)
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## [0.0.1-alpha.25](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.24...v0.0.1-alpha.25) (2018-12-11)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
* **icons:** fix icon blurriness in Firefox Quantum ([#139](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/139)) ([c826e08](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/c826e08))
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
## [0.0.1-alpha.24](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.23...v0.0.1-alpha.24) (2018-12-07)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
## [0.0.1-alpha.23](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.22...v0.0.1-alpha.23) (2018-12-06)
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
## [0.0.1-alpha.22](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.21...v0.0.1-alpha.22) (2018-12-04)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
## [0.0.1-alpha.21](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2018-12-04)
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
### Features
|
|
332
|
-
|
|
333
|
-
* **icons-vue:** add @carbon/icons-vue package ([#60](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/60)) ([8ac5c05](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/8ac5c05))
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## [0.0.1-alpha.20](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.19...v0.0.1-alpha.20) (2018-11-29)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
* **icons-react:** remove focusable prop ([d7867cb](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/d7867cb))
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
## [0.0.1-alpha.19](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.18...v0.0.1-alpha.19) (2018-11-29)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
## [0.0.1-alpha.18](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.17...v0.0.1-alpha.18) (2018-11-28)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Bug Fixes
|
|
354
|
-
|
|
355
|
-
* **icons-react:** fix prop-type for focusable ([#90](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/90)) ([9ee6e38](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/9ee6e38))
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
## [0.0.1-alpha.17](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.16...v0.0.1-alpha.17) (2018-11-25)
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
## [0.0.1-alpha.16](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.15...v0.0.1-alpha.16) (2018-11-21)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
## [0.0.1-alpha.15](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.14...v0.0.1-alpha.15) (2018-11-21)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
## [0.0.1-alpha.14](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.13...v0.0.1-alpha.14) (2018-11-20)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
## [0.0.1-alpha.13](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.12...v0.0.1-alpha.13) (2018-11-19)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
## [0.0.1-alpha.12](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.11...v0.0.1-alpha.12) (2018-11-18)
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
## [0.0.1-alpha.11](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.10...v0.0.1-alpha.11) (2018-11-18)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Bug Fixes
|
|
387
|
-
|
|
388
|
-
* **icons-react:** add @carbon/icon-helpers to dependencies ([1cfd8d5](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/1cfd8d5))
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
## [0.0.1-alpha.10](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.9...v0.0.1-alpha.10) (2018-11-18)
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
## [0.0.1-alpha.9](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.8...v0.0.1-alpha.9) (2018-11-18)
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
## [0.0.1-alpha.8](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.7...v0.0.1-alpha.8) (2018-11-18)
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
## [0.0.1-alpha.7](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.5...v0.0.1-alpha.7) (2018-11-14)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
## [0.0.1-alpha.5](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.4...v0.0.1-alpha.5) (2018-11-14)
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
## [0.0.1-alpha.4](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.3...v0.0.1-alpha.4) (2018-11-09)
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
## [0.0.1-alpha.3](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2018-11-09)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Features
|
|
420
|
-
|
|
421
|
-
* **icons-react:** add prop-type definitions ([db2b151](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/db2b151))
|
|
422
|
-
* **type:** update type package ([#35](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/35)) ([85c68ea](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/85c68ea))
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
## [0.0.1-alpha.2](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v0.0.1-alpha.0...v0.0.1-alpha.2) (2018-10-02)
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
### Bug Fixes
|
|
430
|
-
|
|
431
|
-
* **icons-react:** update build process and add storybook support ([#34](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/34)) ([c27dbbc](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/c27dbbc))
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Features
|
|
435
|
-
|
|
436
|
-
* **icons-react:** add `icons-react` package ([#6](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/issues/6)) ([43eb47c](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/commit/43eb47c))
|
|
@@ -49,6 +49,7 @@ var CheckmarkFilled16 = React.forwardRef(function (_ref, ref) {
|
|
|
49
49
|
d: 'M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zM7 11L4.3 8.3l.9-.8L7 9.3l4-3.9.9.8L7 11z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
51
|
d: 'M7 11L4.3 8.3l.9-.8L7 9.3l4-3.9.9.8L7 11z',
|
|
52
|
+
'data-icon-path': 'inner-path',
|
|
52
53
|
opacity: '0'
|
|
53
54
|
}));
|
|
54
55
|
});
|
|
@@ -49,7 +49,8 @@ var CheckmarkFilled32 = React.forwardRef(function (_ref, ref) {
|
|
|
49
49
|
d: 'M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14 14-6.3 14-14S23.7 2 16 2zm-2 19.5l-5-5 1.6-1.5 3.4 3.4 7.4-7.4 1.6 1.6-9 8.9z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
51
|
d: 'M14 21.5l-5-5 1.6-1.5 3.4 3.4 7.4-7.4 1.6 1.6-9 8.9z',
|
|
52
|
-
'data-icon-path': 'inner-path'
|
|
52
|
+
'data-icon-path': 'inner-path',
|
|
53
|
+
opacity: '0'
|
|
53
54
|
}));
|
|
54
55
|
});
|
|
55
56
|
CheckmarkFilled32.displayName = 'CheckmarkFilled32';
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var EditOff16 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M15 14.3L1.7 1l-.7.7 5 5-4 4V14h3.2l4-4 5 5 .8-.7zM4.8 13H3v-1.8l3.8-3.8 1.8 1.8L4.8 13zm9.9-9.9l-1.8-1.8c-.4-.4-1-.4-1.4 0l-4 4 .7.7L10 4.2 11.8 6 10 7.8l.7.7 4-4c.4-.4.4-1 0-1.4zm-2.2 2.2l-1.8-1.8L12.2 2 14 3.8l-1.5 1.5z'
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
EditOff16.displayName = 'EditOff16';
|
|
53
|
+
EditOff16.propTypes = {
|
|
54
|
+
'aria-hidden': PropTypes.bool,
|
|
55
|
+
'aria-label': PropTypes.string,
|
|
56
|
+
'aria-labelledby': PropTypes.string,
|
|
57
|
+
className: PropTypes.string,
|
|
58
|
+
children: PropTypes.node,
|
|
59
|
+
height: PropTypes.number,
|
|
60
|
+
preserveAspectRatio: PropTypes.string,
|
|
61
|
+
tabIndex: PropTypes.string,
|
|
62
|
+
viewBox: PropTypes.string,
|
|
63
|
+
width: PropTypes.number,
|
|
64
|
+
xmlns: PropTypes.string
|
|
65
|
+
};
|
|
66
|
+
EditOff16.defaultProps = {
|
|
67
|
+
width: 16,
|
|
68
|
+
height: 16,
|
|
69
|
+
viewBox: '0 0 16 16',
|
|
70
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
71
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export default EditOff16;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var EditOff20 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M30 28.59L3.41 2 2 3.41 12.09 13.5 4 21.59V28h6.41l8.09-8.09L28.59 30zM9.59 26H6v-3.59l7.5-7.5 3.59 3.59zM29.41 6.17l-3.58-3.58a2 2 0 0 0-2.83 0l-8.08 8.08 1.41 1.41L20 8.41 23.59 12l-3.67 3.67 1.41 1.41L29.41 9a2 2 0 0 0 0-2.83zM25 10.59L21.41 7l3-3L28 7.59z'
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
EditOff20.displayName = 'EditOff20';
|
|
53
|
+
EditOff20.propTypes = {
|
|
54
|
+
'aria-hidden': PropTypes.bool,
|
|
55
|
+
'aria-label': PropTypes.string,
|
|
56
|
+
'aria-labelledby': PropTypes.string,
|
|
57
|
+
className: PropTypes.string,
|
|
58
|
+
children: PropTypes.node,
|
|
59
|
+
height: PropTypes.number,
|
|
60
|
+
preserveAspectRatio: PropTypes.string,
|
|
61
|
+
tabIndex: PropTypes.string,
|
|
62
|
+
viewBox: PropTypes.string,
|
|
63
|
+
width: PropTypes.number,
|
|
64
|
+
xmlns: PropTypes.string
|
|
65
|
+
};
|
|
66
|
+
EditOff20.defaultProps = {
|
|
67
|
+
width: 20,
|
|
68
|
+
height: 20,
|
|
69
|
+
viewBox: '0 0 32 32',
|
|
70
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
71
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export default EditOff20;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var EditOff24 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M30 28.59L3.41 2 2 3.41 12.09 13.5 4 21.59V28h6.41l8.09-8.09L28.59 30zM9.59 26H6v-3.59l7.5-7.5 3.59 3.59zM29.41 6.17l-3.58-3.58a2 2 0 0 0-2.83 0l-8.08 8.08 1.41 1.41L20 8.41 23.59 12l-3.67 3.67 1.41 1.41L29.41 9a2 2 0 0 0 0-2.83zM25 10.59L21.41 7l3-3L28 7.59z'
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
EditOff24.displayName = 'EditOff24';
|
|
53
|
+
EditOff24.propTypes = {
|
|
54
|
+
'aria-hidden': PropTypes.bool,
|
|
55
|
+
'aria-label': PropTypes.string,
|
|
56
|
+
'aria-labelledby': PropTypes.string,
|
|
57
|
+
className: PropTypes.string,
|
|
58
|
+
children: PropTypes.node,
|
|
59
|
+
height: PropTypes.number,
|
|
60
|
+
preserveAspectRatio: PropTypes.string,
|
|
61
|
+
tabIndex: PropTypes.string,
|
|
62
|
+
viewBox: PropTypes.string,
|
|
63
|
+
width: PropTypes.number,
|
|
64
|
+
xmlns: PropTypes.string
|
|
65
|
+
};
|
|
66
|
+
EditOff24.defaultProps = {
|
|
67
|
+
width: 24,
|
|
68
|
+
height: 24,
|
|
69
|
+
viewBox: '0 0 32 32',
|
|
70
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
71
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export default EditOff24;
|