@carbon/icons-vue 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 -231
- package/es/checkmark--filled/16.js +5 -1
- package/es/checkmark--filled/32.js +1 -0
- package/es/edit--off/16.js +48 -0
- package/es/edit--off/20.js +48 -0
- package/es/edit--off/24.js +48 -0
- package/es/edit--off/32.js +48 -0
- package/lib/checkmark--filled/16.js +5 -1
- package/lib/checkmark--filled/32.js +1 -0
- package/lib/edit--off/16.js +52 -0
- package/lib/edit--off/20.js +52 -0
- package/lib/edit--off/24.js +52 -0
- package/lib/edit--off/32.js +52 -0
- package/package.json +3 -3
- package/umd/checkmark--filled/16.js +5 -1
- package/umd/checkmark--filled/32.js +1 -0
- package/umd/edit--off/16.js +56 -0
- package/umd/edit--off/20.js +56 -0
- package/umd/edit--off/24.js +56 -0
- package/umd/edit--off/32.js +56 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,236 +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-vue
|
|
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
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* **icons-vue:** update render and add tests ([#383](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/383)) ([4b4822e](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/4b4822e))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## 0.0.1-alpha.32 (2019-02-12)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* **icons:** remove main from package.json ([4294fec](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/4294fec))
|
|
61
|
-
* **icons-vue:** add main to package.json ([a29955e](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/a29955e))
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* **icons:** split up icons into e2e tests, remove entrypoints ([#327](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/327)) ([5e1e71d](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/5e1e71d))
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## 0.0.1-alpha.31 (2019-01-28)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## 0.0.1-alpha.30 (2019-01-22)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
## 0.0.1-alpha.29 (2019-01-14)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## 0.0.1-alpha.28 (2019-01-11)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
## 0.0.1-alpha.27 (2019-01-10)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## 0.0.1-alpha.26 (2018-12-13)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## 0.0.1-alpha.25 (2018-12-11)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
## 0.0.1-alpha.24 (2018-12-07)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
## 0.0.1-alpha.23 (2018-12-06)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Bug Fixes
|
|
106
|
-
|
|
107
|
-
* **icons-vue:** change register name to CarbonIconsVue ([#123](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/123)) ([7cbf1e9](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/7cbf1e9))
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## 0.0.1-alpha.22 (2018-12-04)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Bug Fixes
|
|
115
|
-
|
|
116
|
-
* **icons-vue:** add icon-helpers as dependency ([437df82](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/437df82))
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
## 0.0.1-alpha.21 (2018-12-04)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Features
|
|
124
|
-
|
|
125
|
-
* **icons-vue:** add @carbon/icons-vue package ([#60](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/60)) ([8ac5c05](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/8ac5c05))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
# [10.0.0](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v10.0.0-rc.0...v10.0.0) (2019-03-29)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
# [10.0.0-rc.0](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-beta.5...v10.0.0-rc.0) (2019-03-27)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## [0.0.1-beta.5](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-beta.4...v0.0.1-beta.5) (2019-03-25)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
## [0.0.1-beta.4](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-beta.3...v0.0.1-beta.4) (2019-03-22)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## [0.0.1-beta.3](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-beta.2...v0.0.1-beta.3) (2019-03-22)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## [0.0.1-beta.2](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-beta.1...v0.0.1-beta.2) (2019-03-19)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
## [0.0.1-beta.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-beta.0...v0.0.1-beta.1) (2019-03-13)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## [0.0.1-beta.0](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.32...v0.0.1-beta.0) (2019-03-07)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Bug Fixes
|
|
163
|
-
|
|
164
|
-
* **icons-vue:** update render and add tests ([#383](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/383)) ([4b4822e](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/4b4822e))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## [0.0.1-alpha.32](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.31...v0.0.1-alpha.32) (2019-02-12)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
### Bug Fixes
|
|
172
|
-
|
|
173
|
-
* **icons:** remove main from package.json ([4294fec](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/4294fec))
|
|
174
|
-
* **icons-vue:** add main to package.json ([a29955e](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/a29955e))
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Features
|
|
178
|
-
|
|
179
|
-
* **icons:** split up icons into e2e tests, remove entrypoints ([#327](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/327)) ([5e1e71d](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/5e1e71d))
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## [0.0.1-alpha.31](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.30...v0.0.1-alpha.31) (2019-01-28)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
## [0.0.1-alpha.30](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.29...v0.0.1-alpha.30) (2019-01-22)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
## [0.0.1-alpha.29](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.28...v0.0.1-alpha.29) (2019-01-14)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
## [0.0.1-alpha.28](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.27...v0.0.1-alpha.28) (2019-01-11)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
## [0.0.1-alpha.27](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-01-10)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
## [0.0.1-alpha.26](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.25...v0.0.1-alpha.26) (2018-12-13)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
## [0.0.1-alpha.25](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.24...v0.0.1-alpha.25) (2018-12-11)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## [0.0.1-alpha.24](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.23...v0.0.1-alpha.24) (2018-12-07)
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
## [0.0.1-alpha.23](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.22...v0.0.1-alpha.23) (2018-12-06)
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
### Bug Fixes
|
|
219
|
-
|
|
220
|
-
* **icons-vue:** change register name to CarbonIconsVue ([#123](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/123)) ([7cbf1e9](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/7cbf1e9))
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
## [0.0.1-alpha.22](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.21...v0.0.1-alpha.22) (2018-12-04)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* **icons-vue:** add icon-helpers as dependency ([437df82](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/437df82))
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
## [0.0.1-alpha.21](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2018-12-04)
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
### Features
|
|
237
|
-
|
|
238
|
-
* **icons-vue:** add @carbon/icons-vue package ([#60](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/issues/60)) ([8ac5c05](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/commit/8ac5c05))
|
|
@@ -43,7 +43,11 @@ export default {
|
|
|
43
43
|
},
|
|
44
44
|
}),
|
|
45
45
|
createElement('path', {
|
|
46
|
-
attrs: {
|
|
46
|
+
attrs: {
|
|
47
|
+
d: 'M7 11L4.3 8.3l.9-.8L7 9.3l4-3.9.9.8L7 11z',
|
|
48
|
+
'data-icon-path': 'inner-path',
|
|
49
|
+
opacity: '0',
|
|
50
|
+
},
|
|
47
51
|
}),
|
|
48
52
|
children,
|
|
49
53
|
]);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
name: 'EditOff16',
|
|
5
|
+
functional: true,
|
|
6
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
7
|
+
// HTML element
|
|
8
|
+
props: ['title'],
|
|
9
|
+
render(createElement, context) {
|
|
10
|
+
const { children, data, listeners, props } = context;
|
|
11
|
+
const attrs = getAttributes({
|
|
12
|
+
width: '16',
|
|
13
|
+
height: '16',
|
|
14
|
+
viewBox: '0 0 16 16',
|
|
15
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
16
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
17
|
+
// Special case here, we need to coordinate that we are using title,
|
|
18
|
+
// potentially, to get the right focus attributes
|
|
19
|
+
title: props.title,
|
|
20
|
+
...data.attrs,
|
|
21
|
+
});
|
|
22
|
+
const svgData = {
|
|
23
|
+
attrs,
|
|
24
|
+
on: listeners,
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
if (data.staticClass) {
|
|
28
|
+
svgData.class = {
|
|
29
|
+
[data.staticClass]: true,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (data.class) {
|
|
34
|
+
svgData.class[data.class] = true;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return createElement('svg', svgData, [
|
|
38
|
+
props.title && createElement('title', null, props.title),
|
|
39
|
+
createElement('path', {
|
|
40
|
+
attrs: {
|
|
41
|
+
d:
|
|
42
|
+
'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',
|
|
43
|
+
},
|
|
44
|
+
}),
|
|
45
|
+
children,
|
|
46
|
+
]);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
name: 'EditOff20',
|
|
5
|
+
functional: true,
|
|
6
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
7
|
+
// HTML element
|
|
8
|
+
props: ['title'],
|
|
9
|
+
render(createElement, context) {
|
|
10
|
+
const { children, data, listeners, props } = context;
|
|
11
|
+
const attrs = getAttributes({
|
|
12
|
+
width: '20',
|
|
13
|
+
height: '20',
|
|
14
|
+
viewBox: '0 0 32 32',
|
|
15
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
16
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
17
|
+
// Special case here, we need to coordinate that we are using title,
|
|
18
|
+
// potentially, to get the right focus attributes
|
|
19
|
+
title: props.title,
|
|
20
|
+
...data.attrs,
|
|
21
|
+
});
|
|
22
|
+
const svgData = {
|
|
23
|
+
attrs,
|
|
24
|
+
on: listeners,
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
if (data.staticClass) {
|
|
28
|
+
svgData.class = {
|
|
29
|
+
[data.staticClass]: true,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (data.class) {
|
|
34
|
+
svgData.class[data.class] = true;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return createElement('svg', svgData, [
|
|
38
|
+
props.title && createElement('title', null, props.title),
|
|
39
|
+
createElement('path', {
|
|
40
|
+
attrs: {
|
|
41
|
+
d:
|
|
42
|
+
'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',
|
|
43
|
+
},
|
|
44
|
+
}),
|
|
45
|
+
children,
|
|
46
|
+
]);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
name: 'EditOff24',
|
|
5
|
+
functional: true,
|
|
6
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
7
|
+
// HTML element
|
|
8
|
+
props: ['title'],
|
|
9
|
+
render(createElement, context) {
|
|
10
|
+
const { children, data, listeners, props } = context;
|
|
11
|
+
const attrs = getAttributes({
|
|
12
|
+
width: '24',
|
|
13
|
+
height: '24',
|
|
14
|
+
viewBox: '0 0 32 32',
|
|
15
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
16
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
17
|
+
// Special case here, we need to coordinate that we are using title,
|
|
18
|
+
// potentially, to get the right focus attributes
|
|
19
|
+
title: props.title,
|
|
20
|
+
...data.attrs,
|
|
21
|
+
});
|
|
22
|
+
const svgData = {
|
|
23
|
+
attrs,
|
|
24
|
+
on: listeners,
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
if (data.staticClass) {
|
|
28
|
+
svgData.class = {
|
|
29
|
+
[data.staticClass]: true,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (data.class) {
|
|
34
|
+
svgData.class[data.class] = true;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return createElement('svg', svgData, [
|
|
38
|
+
props.title && createElement('title', null, props.title),
|
|
39
|
+
createElement('path', {
|
|
40
|
+
attrs: {
|
|
41
|
+
d:
|
|
42
|
+
'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',
|
|
43
|
+
},
|
|
44
|
+
}),
|
|
45
|
+
children,
|
|
46
|
+
]);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
name: 'EditOff32',
|
|
5
|
+
functional: true,
|
|
6
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
7
|
+
// HTML element
|
|
8
|
+
props: ['title'],
|
|
9
|
+
render(createElement, context) {
|
|
10
|
+
const { children, data, listeners, props } = context;
|
|
11
|
+
const attrs = getAttributes({
|
|
12
|
+
width: '32',
|
|
13
|
+
height: '32',
|
|
14
|
+
viewBox: '0 0 32 32',
|
|
15
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
16
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
17
|
+
// Special case here, we need to coordinate that we are using title,
|
|
18
|
+
// potentially, to get the right focus attributes
|
|
19
|
+
title: props.title,
|
|
20
|
+
...data.attrs,
|
|
21
|
+
});
|
|
22
|
+
const svgData = {
|
|
23
|
+
attrs,
|
|
24
|
+
on: listeners,
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
if (data.staticClass) {
|
|
28
|
+
svgData.class = {
|
|
29
|
+
[data.staticClass]: true,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (data.class) {
|
|
34
|
+
svgData.class[data.class] = true;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return createElement('svg', svgData, [
|
|
38
|
+
props.title && createElement('title', null, props.title),
|
|
39
|
+
createElement('path', {
|
|
40
|
+
attrs: {
|
|
41
|
+
d:
|
|
42
|
+
'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',
|
|
43
|
+
},
|
|
44
|
+
}),
|
|
45
|
+
children,
|
|
46
|
+
]);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
@@ -45,7 +45,11 @@ var _16 = {
|
|
|
45
45
|
},
|
|
46
46
|
}),
|
|
47
47
|
createElement('path', {
|
|
48
|
-
attrs: {
|
|
48
|
+
attrs: {
|
|
49
|
+
d: 'M7 11L4.3 8.3l.9-.8L7 9.3l4-3.9.9.8L7 11z',
|
|
50
|
+
'data-icon-path': 'inner-path',
|
|
51
|
+
opacity: '0',
|
|
52
|
+
},
|
|
49
53
|
}),
|
|
50
54
|
children,
|
|
51
55
|
]);
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var iconHelpers = require('@carbon/icon-helpers');
|
|
4
|
+
|
|
5
|
+
var _16 = {
|
|
6
|
+
name: 'EditOff16',
|
|
7
|
+
functional: true,
|
|
8
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
9
|
+
// HTML element
|
|
10
|
+
props: ['title'],
|
|
11
|
+
render(createElement, context) {
|
|
12
|
+
const { children, data, listeners, props } = context;
|
|
13
|
+
const attrs = iconHelpers.getAttributes({
|
|
14
|
+
width: '16',
|
|
15
|
+
height: '16',
|
|
16
|
+
viewBox: '0 0 16 16',
|
|
17
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
18
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
19
|
+
// Special case here, we need to coordinate that we are using title,
|
|
20
|
+
// potentially, to get the right focus attributes
|
|
21
|
+
title: props.title,
|
|
22
|
+
...data.attrs,
|
|
23
|
+
});
|
|
24
|
+
const svgData = {
|
|
25
|
+
attrs,
|
|
26
|
+
on: listeners,
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
if (data.staticClass) {
|
|
30
|
+
svgData.class = {
|
|
31
|
+
[data.staticClass]: true,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (data.class) {
|
|
36
|
+
svgData.class[data.class] = true;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return createElement('svg', svgData, [
|
|
40
|
+
props.title && createElement('title', null, props.title),
|
|
41
|
+
createElement('path', {
|
|
42
|
+
attrs: {
|
|
43
|
+
d:
|
|
44
|
+
'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',
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
children,
|
|
48
|
+
]);
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
module.exports = _16;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var iconHelpers = require('@carbon/icon-helpers');
|
|
4
|
+
|
|
5
|
+
var _20 = {
|
|
6
|
+
name: 'EditOff20',
|
|
7
|
+
functional: true,
|
|
8
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
9
|
+
// HTML element
|
|
10
|
+
props: ['title'],
|
|
11
|
+
render(createElement, context) {
|
|
12
|
+
const { children, data, listeners, props } = context;
|
|
13
|
+
const attrs = iconHelpers.getAttributes({
|
|
14
|
+
width: '20',
|
|
15
|
+
height: '20',
|
|
16
|
+
viewBox: '0 0 32 32',
|
|
17
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
18
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
19
|
+
// Special case here, we need to coordinate that we are using title,
|
|
20
|
+
// potentially, to get the right focus attributes
|
|
21
|
+
title: props.title,
|
|
22
|
+
...data.attrs,
|
|
23
|
+
});
|
|
24
|
+
const svgData = {
|
|
25
|
+
attrs,
|
|
26
|
+
on: listeners,
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
if (data.staticClass) {
|
|
30
|
+
svgData.class = {
|
|
31
|
+
[data.staticClass]: true,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (data.class) {
|
|
36
|
+
svgData.class[data.class] = true;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return createElement('svg', svgData, [
|
|
40
|
+
props.title && createElement('title', null, props.title),
|
|
41
|
+
createElement('path', {
|
|
42
|
+
attrs: {
|
|
43
|
+
d:
|
|
44
|
+
'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',
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
children,
|
|
48
|
+
]);
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
module.exports = _20;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var iconHelpers = require('@carbon/icon-helpers');
|
|
4
|
+
|
|
5
|
+
var _24 = {
|
|
6
|
+
name: 'EditOff24',
|
|
7
|
+
functional: true,
|
|
8
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
9
|
+
// HTML element
|
|
10
|
+
props: ['title'],
|
|
11
|
+
render(createElement, context) {
|
|
12
|
+
const { children, data, listeners, props } = context;
|
|
13
|
+
const attrs = iconHelpers.getAttributes({
|
|
14
|
+
width: '24',
|
|
15
|
+
height: '24',
|
|
16
|
+
viewBox: '0 0 32 32',
|
|
17
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
18
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
19
|
+
// Special case here, we need to coordinate that we are using title,
|
|
20
|
+
// potentially, to get the right focus attributes
|
|
21
|
+
title: props.title,
|
|
22
|
+
...data.attrs,
|
|
23
|
+
});
|
|
24
|
+
const svgData = {
|
|
25
|
+
attrs,
|
|
26
|
+
on: listeners,
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
if (data.staticClass) {
|
|
30
|
+
svgData.class = {
|
|
31
|
+
[data.staticClass]: true,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (data.class) {
|
|
36
|
+
svgData.class[data.class] = true;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return createElement('svg', svgData, [
|
|
40
|
+
props.title && createElement('title', null, props.title),
|
|
41
|
+
createElement('path', {
|
|
42
|
+
attrs: {
|
|
43
|
+
d:
|
|
44
|
+
'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',
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
children,
|
|
48
|
+
]);
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
module.exports = _24;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var iconHelpers = require('@carbon/icon-helpers');
|
|
4
|
+
|
|
5
|
+
var _32 = {
|
|
6
|
+
name: 'EditOff32',
|
|
7
|
+
functional: true,
|
|
8
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
9
|
+
// HTML element
|
|
10
|
+
props: ['title'],
|
|
11
|
+
render(createElement, context) {
|
|
12
|
+
const { children, data, listeners, props } = context;
|
|
13
|
+
const attrs = iconHelpers.getAttributes({
|
|
14
|
+
width: '32',
|
|
15
|
+
height: '32',
|
|
16
|
+
viewBox: '0 0 32 32',
|
|
17
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
18
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
19
|
+
// Special case here, we need to coordinate that we are using title,
|
|
20
|
+
// potentially, to get the right focus attributes
|
|
21
|
+
title: props.title,
|
|
22
|
+
...data.attrs,
|
|
23
|
+
});
|
|
24
|
+
const svgData = {
|
|
25
|
+
attrs,
|
|
26
|
+
on: listeners,
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
if (data.staticClass) {
|
|
30
|
+
svgData.class = {
|
|
31
|
+
[data.staticClass]: true,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (data.class) {
|
|
36
|
+
svgData.class[data.class] = true;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return createElement('svg', svgData, [
|
|
40
|
+
props.title && createElement('title', null, props.title),
|
|
41
|
+
createElement('path', {
|
|
42
|
+
attrs: {
|
|
43
|
+
d:
|
|
44
|
+
'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',
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
children,
|
|
48
|
+
]);
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
module.exports = _32;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons-vue",
|
|
3
3
|
"description": "Vue components for icons in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.3.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@carbon/cli-reporter": "10.2.0",
|
|
29
|
-
"@carbon/icons": "10.
|
|
29
|
+
"@carbon/icons": "10.3.0",
|
|
30
30
|
"fs-extra": "^7.0.1",
|
|
31
31
|
"prettier": "^1.17.0",
|
|
32
32
|
"rimraf": "^2.6.2",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"vue": "^2.6.8"
|
|
36
36
|
},
|
|
37
37
|
"sideEffects": false,
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "e1ff2abd982e22a1d53eeb4c95b1caa00d802595"
|
|
39
39
|
}
|
|
@@ -47,7 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
}),
|
|
49
49
|
createElement('path', {
|
|
50
|
-
attrs: {
|
|
50
|
+
attrs: {
|
|
51
|
+
d: 'M7 11L4.3 8.3l.9-.8L7 9.3l4-3.9.9.8L7 11z',
|
|
52
|
+
'data-icon-path': 'inner-path',
|
|
53
|
+
opacity: '0',
|
|
54
|
+
},
|
|
51
55
|
}),
|
|
52
56
|
children,
|
|
53
57
|
]);
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers'], factory) :
|
|
4
|
+
(global.EditOff16 = factory(global.CarbonIconHelpers));
|
|
5
|
+
}(this, (function (iconHelpers) { 'use strict';
|
|
6
|
+
|
|
7
|
+
var _16 = {
|
|
8
|
+
name: 'EditOff16',
|
|
9
|
+
functional: true,
|
|
10
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
11
|
+
// HTML element
|
|
12
|
+
props: ['title'],
|
|
13
|
+
render(createElement, context) {
|
|
14
|
+
const { children, data, listeners, props } = context;
|
|
15
|
+
const attrs = iconHelpers.getAttributes({
|
|
16
|
+
width: '16',
|
|
17
|
+
height: '16',
|
|
18
|
+
viewBox: '0 0 16 16',
|
|
19
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
20
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
21
|
+
// Special case here, we need to coordinate that we are using title,
|
|
22
|
+
// potentially, to get the right focus attributes
|
|
23
|
+
title: props.title,
|
|
24
|
+
...data.attrs,
|
|
25
|
+
});
|
|
26
|
+
const svgData = {
|
|
27
|
+
attrs,
|
|
28
|
+
on: listeners,
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
if (data.staticClass) {
|
|
32
|
+
svgData.class = {
|
|
33
|
+
[data.staticClass]: true,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
if (data.class) {
|
|
38
|
+
svgData.class[data.class] = true;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return createElement('svg', svgData, [
|
|
42
|
+
props.title && createElement('title', null, props.title),
|
|
43
|
+
createElement('path', {
|
|
44
|
+
attrs: {
|
|
45
|
+
d:
|
|
46
|
+
'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',
|
|
47
|
+
},
|
|
48
|
+
}),
|
|
49
|
+
children,
|
|
50
|
+
]);
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
return _16;
|
|
55
|
+
|
|
56
|
+
})));
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers'], factory) :
|
|
4
|
+
(global.EditOff20 = factory(global.CarbonIconHelpers));
|
|
5
|
+
}(this, (function (iconHelpers) { 'use strict';
|
|
6
|
+
|
|
7
|
+
var _20 = {
|
|
8
|
+
name: 'EditOff20',
|
|
9
|
+
functional: true,
|
|
10
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
11
|
+
// HTML element
|
|
12
|
+
props: ['title'],
|
|
13
|
+
render(createElement, context) {
|
|
14
|
+
const { children, data, listeners, props } = context;
|
|
15
|
+
const attrs = iconHelpers.getAttributes({
|
|
16
|
+
width: '20',
|
|
17
|
+
height: '20',
|
|
18
|
+
viewBox: '0 0 32 32',
|
|
19
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
20
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
21
|
+
// Special case here, we need to coordinate that we are using title,
|
|
22
|
+
// potentially, to get the right focus attributes
|
|
23
|
+
title: props.title,
|
|
24
|
+
...data.attrs,
|
|
25
|
+
});
|
|
26
|
+
const svgData = {
|
|
27
|
+
attrs,
|
|
28
|
+
on: listeners,
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
if (data.staticClass) {
|
|
32
|
+
svgData.class = {
|
|
33
|
+
[data.staticClass]: true,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
if (data.class) {
|
|
38
|
+
svgData.class[data.class] = true;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return createElement('svg', svgData, [
|
|
42
|
+
props.title && createElement('title', null, props.title),
|
|
43
|
+
createElement('path', {
|
|
44
|
+
attrs: {
|
|
45
|
+
d:
|
|
46
|
+
'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',
|
|
47
|
+
},
|
|
48
|
+
}),
|
|
49
|
+
children,
|
|
50
|
+
]);
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
return _20;
|
|
55
|
+
|
|
56
|
+
})));
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers'], factory) :
|
|
4
|
+
(global.EditOff24 = factory(global.CarbonIconHelpers));
|
|
5
|
+
}(this, (function (iconHelpers) { 'use strict';
|
|
6
|
+
|
|
7
|
+
var _24 = {
|
|
8
|
+
name: 'EditOff24',
|
|
9
|
+
functional: true,
|
|
10
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
11
|
+
// HTML element
|
|
12
|
+
props: ['title'],
|
|
13
|
+
render(createElement, context) {
|
|
14
|
+
const { children, data, listeners, props } = context;
|
|
15
|
+
const attrs = iconHelpers.getAttributes({
|
|
16
|
+
width: '24',
|
|
17
|
+
height: '24',
|
|
18
|
+
viewBox: '0 0 32 32',
|
|
19
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
20
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
21
|
+
// Special case here, we need to coordinate that we are using title,
|
|
22
|
+
// potentially, to get the right focus attributes
|
|
23
|
+
title: props.title,
|
|
24
|
+
...data.attrs,
|
|
25
|
+
});
|
|
26
|
+
const svgData = {
|
|
27
|
+
attrs,
|
|
28
|
+
on: listeners,
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
if (data.staticClass) {
|
|
32
|
+
svgData.class = {
|
|
33
|
+
[data.staticClass]: true,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
if (data.class) {
|
|
38
|
+
svgData.class[data.class] = true;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return createElement('svg', svgData, [
|
|
42
|
+
props.title && createElement('title', null, props.title),
|
|
43
|
+
createElement('path', {
|
|
44
|
+
attrs: {
|
|
45
|
+
d:
|
|
46
|
+
'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',
|
|
47
|
+
},
|
|
48
|
+
}),
|
|
49
|
+
children,
|
|
50
|
+
]);
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
return _24;
|
|
55
|
+
|
|
56
|
+
})));
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers'], factory) :
|
|
4
|
+
(global.EditOff32 = factory(global.CarbonIconHelpers));
|
|
5
|
+
}(this, (function (iconHelpers) { 'use strict';
|
|
6
|
+
|
|
7
|
+
var _32 = {
|
|
8
|
+
name: 'EditOff32',
|
|
9
|
+
functional: true,
|
|
10
|
+
// We use title as the prop name as it is not a valid attribute for an SVG
|
|
11
|
+
// HTML element
|
|
12
|
+
props: ['title'],
|
|
13
|
+
render(createElement, context) {
|
|
14
|
+
const { children, data, listeners, props } = context;
|
|
15
|
+
const attrs = iconHelpers.getAttributes({
|
|
16
|
+
width: '32',
|
|
17
|
+
height: '32',
|
|
18
|
+
viewBox: '0 0 32 32',
|
|
19
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
20
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
21
|
+
// Special case here, we need to coordinate that we are using title,
|
|
22
|
+
// potentially, to get the right focus attributes
|
|
23
|
+
title: props.title,
|
|
24
|
+
...data.attrs,
|
|
25
|
+
});
|
|
26
|
+
const svgData = {
|
|
27
|
+
attrs,
|
|
28
|
+
on: listeners,
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
if (data.staticClass) {
|
|
32
|
+
svgData.class = {
|
|
33
|
+
[data.staticClass]: true,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
if (data.class) {
|
|
38
|
+
svgData.class[data.class] = true;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return createElement('svg', svgData, [
|
|
42
|
+
props.title && createElement('title', null, props.title),
|
|
43
|
+
createElement('path', {
|
|
44
|
+
attrs: {
|
|
45
|
+
d:
|
|
46
|
+
'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',
|
|
47
|
+
},
|
|
48
|
+
}),
|
|
49
|
+
children,
|
|
50
|
+
]);
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
return _32;
|
|
55
|
+
|
|
56
|
+
})));
|