@carbon/icons 11.24.0-rc.0 → 11.25.0-rc.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/es/delete/16.js +33 -0
- package/es/delete/20.js +33 -0
- package/es/delete/24.js +33 -0
- package/es/delete/32.js +33 -0
- package/es/index.js +8 -0
- package/es/return/16.js +28 -0
- package/es/return/20.js +28 -0
- package/es/return/24.js +28 -0
- package/es/return/32.js +28 -0
- package/lib/delete/16.js +35 -0
- package/lib/delete/20.js +35 -0
- package/lib/delete/24.js +35 -0
- package/lib/delete/32.js +35 -0
- package/lib/index.js +16 -0
- package/lib/return/16.js +30 -0
- package/lib/return/20.js +30 -0
- package/lib/return/24.js +30 -0
- package/lib/return/32.js +30 -0
- package/metadata.json +342 -0
- package/package.json +4 -4
- package/svg/32/delete.svg +1 -0
- package/svg/32/return.svg +1 -0
package/es/delete/16.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _16 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 16,
|
|
16
|
+
"height": 16
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "delete",
|
|
30
|
+
"size": 16
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _16 as default };
|
package/es/delete/20.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _20 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 20,
|
|
16
|
+
"height": 20
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "delete",
|
|
30
|
+
"size": 20
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _20 as default };
|
package/es/delete/24.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _24 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 24,
|
|
16
|
+
"height": 24
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "delete",
|
|
30
|
+
"size": 24
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _24 as default };
|
package/es/delete/32.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _32 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 32,
|
|
16
|
+
"height": 32
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "delete",
|
|
30
|
+
"size": 32
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _32 as default };
|
package/es/index.js
CHANGED
|
@@ -2204,6 +2204,10 @@ export { default as DecisionTree32 } from './decision-tree/32.js';
|
|
|
2204
2204
|
export { default as DecisionTree24 } from './decision-tree/24.js';
|
|
2205
2205
|
export { default as DecisionTree20 } from './decision-tree/20.js';
|
|
2206
2206
|
export { default as DecisionTree16 } from './decision-tree/16.js';
|
|
2207
|
+
export { default as Delete32 } from './delete/32.js';
|
|
2208
|
+
export { default as Delete24 } from './delete/24.js';
|
|
2209
|
+
export { default as Delete20 } from './delete/20.js';
|
|
2210
|
+
export { default as Delete16 } from './delete/16.js';
|
|
2207
2211
|
export { default as Delivery32 } from './delivery/32.js';
|
|
2208
2212
|
export { default as Delivery24 } from './delivery/24.js';
|
|
2209
2213
|
export { default as Delivery20 } from './delivery/20.js';
|
|
@@ -6059,6 +6063,10 @@ export { default as RetryFailed32 } from './retry--failed/32.js';
|
|
|
6059
6063
|
export { default as RetryFailed24 } from './retry--failed/24.js';
|
|
6060
6064
|
export { default as RetryFailed20 } from './retry--failed/20.js';
|
|
6061
6065
|
export { default as RetryFailed16 } from './retry--failed/16.js';
|
|
6066
|
+
export { default as Return32 } from './return/32.js';
|
|
6067
|
+
export { default as Return24 } from './return/24.js';
|
|
6068
|
+
export { default as Return20 } from './return/20.js';
|
|
6069
|
+
export { default as Return16 } from './return/16.js';
|
|
6062
6070
|
export { default as Review32 } from './review/32.js';
|
|
6063
6071
|
export { default as Review24 } from './review/24.js';
|
|
6064
6072
|
export { default as Review20 } from './review/20.js';
|
package/es/return/16.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _16 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 16,
|
|
16
|
+
"height": 16
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "return",
|
|
25
|
+
"size": 16
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { _16 as default };
|
package/es/return/20.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _20 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 20,
|
|
16
|
+
"height": 20
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "return",
|
|
25
|
+
"size": 20
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { _20 as default };
|
package/es/return/24.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _24 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 24,
|
|
16
|
+
"height": 24
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "return",
|
|
25
|
+
"size": 24
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { _24 as default };
|
package/es/return/32.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _32 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 32,
|
|
16
|
+
"height": 32
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "return",
|
|
25
|
+
"size": 32
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { _32 as default };
|
package/lib/delete/16.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _16 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 16,
|
|
18
|
+
"height": 16
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "delete",
|
|
32
|
+
"size": 16
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _16;
|
package/lib/delete/20.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _20 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 20,
|
|
18
|
+
"height": 20
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "delete",
|
|
32
|
+
"size": 20
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _20;
|
package/lib/delete/24.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _24 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 24,
|
|
18
|
+
"height": 24
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "delete",
|
|
32
|
+
"size": 24
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _24;
|
package/lib/delete/32.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _32 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 32,
|
|
18
|
+
"height": 32
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "delete",
|
|
32
|
+
"size": 32
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _32;
|
package/lib/index.js
CHANGED
|
@@ -2208,6 +2208,10 @@ var decisionTree_32_js = require('./decision-tree/32.js');
|
|
|
2208
2208
|
var decisionTree_24_js = require('./decision-tree/24.js');
|
|
2209
2209
|
var decisionTree_20_js = require('./decision-tree/20.js');
|
|
2210
2210
|
var decisionTree_16_js = require('./decision-tree/16.js');
|
|
2211
|
+
var delete_32_js = require('./delete/32.js');
|
|
2212
|
+
var delete_24_js = require('./delete/24.js');
|
|
2213
|
+
var delete_20_js = require('./delete/20.js');
|
|
2214
|
+
var delete_16_js = require('./delete/16.js');
|
|
2211
2215
|
var delivery_32_js = require('./delivery/32.js');
|
|
2212
2216
|
var delivery_24_js = require('./delivery/24.js');
|
|
2213
2217
|
var delivery_20_js = require('./delivery/20.js');
|
|
@@ -6063,6 +6067,10 @@ var retry_Failed_32_js = require('./retry--failed/32.js');
|
|
|
6063
6067
|
var retry_Failed_24_js = require('./retry--failed/24.js');
|
|
6064
6068
|
var retry_Failed_20_js = require('./retry--failed/20.js');
|
|
6065
6069
|
var retry_Failed_16_js = require('./retry--failed/16.js');
|
|
6070
|
+
var return_32_js = require('./return/32.js');
|
|
6071
|
+
var return_24_js = require('./return/24.js');
|
|
6072
|
+
var return_20_js = require('./return/20.js');
|
|
6073
|
+
var return_16_js = require('./return/16.js');
|
|
6066
6074
|
var review_32_js = require('./review/32.js');
|
|
6067
6075
|
var review_24_js = require('./review/24.js');
|
|
6068
6076
|
var review_20_js = require('./review/20.js');
|
|
@@ -10597,6 +10605,10 @@ exports.DecisionTree32 = decisionTree_32_js;
|
|
|
10597
10605
|
exports.DecisionTree24 = decisionTree_24_js;
|
|
10598
10606
|
exports.DecisionTree20 = decisionTree_20_js;
|
|
10599
10607
|
exports.DecisionTree16 = decisionTree_16_js;
|
|
10608
|
+
exports.Delete32 = delete_32_js;
|
|
10609
|
+
exports.Delete24 = delete_24_js;
|
|
10610
|
+
exports.Delete20 = delete_20_js;
|
|
10611
|
+
exports.Delete16 = delete_16_js;
|
|
10600
10612
|
exports.Delivery32 = delivery_32_js;
|
|
10601
10613
|
exports.Delivery24 = delivery_24_js;
|
|
10602
10614
|
exports.Delivery20 = delivery_20_js;
|
|
@@ -14452,6 +14464,10 @@ exports.RetryFailed32 = retry_Failed_32_js;
|
|
|
14452
14464
|
exports.RetryFailed24 = retry_Failed_24_js;
|
|
14453
14465
|
exports.RetryFailed20 = retry_Failed_20_js;
|
|
14454
14466
|
exports.RetryFailed16 = retry_Failed_16_js;
|
|
14467
|
+
exports.Return32 = return_32_js;
|
|
14468
|
+
exports.Return24 = return_24_js;
|
|
14469
|
+
exports.Return20 = return_20_js;
|
|
14470
|
+
exports.Return16 = return_16_js;
|
|
14455
14471
|
exports.Review32 = review_32_js;
|
|
14456
14472
|
exports.Review24 = review_24_js;
|
|
14457
14473
|
exports.Review20 = review_20_js;
|
package/lib/return/16.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _16 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 16,
|
|
18
|
+
"height": 16
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "return",
|
|
27
|
+
"size": 16
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = _16;
|
package/lib/return/20.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _20 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 20,
|
|
18
|
+
"height": 20
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "return",
|
|
27
|
+
"size": 20
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = _20;
|
package/lib/return/24.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _24 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 24,
|
|
18
|
+
"height": 24
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "return",
|
|
27
|
+
"size": 24
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = _24;
|
package/lib/return/32.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _32 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 32,
|
|
18
|
+
"height": 32
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "return",
|
|
27
|
+
"size": 32
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = _32;
|
package/metadata.json
CHANGED
|
@@ -110573,6 +110573,192 @@
|
|
|
110573
110573
|
]
|
|
110574
110574
|
}
|
|
110575
110575
|
},
|
|
110576
|
+
{
|
|
110577
|
+
"name": "delete",
|
|
110578
|
+
"friendlyName": "Delete",
|
|
110579
|
+
"aliases": [],
|
|
110580
|
+
"sizes": [
|
|
110581
|
+
32
|
|
110582
|
+
],
|
|
110583
|
+
"namespace": [],
|
|
110584
|
+
"assets": [
|
|
110585
|
+
{
|
|
110586
|
+
"size": 32,
|
|
110587
|
+
"filepath": "32/delete.svg",
|
|
110588
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z\"/>\n <polygon points=\"20.4141 16 25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
110589
|
+
"optimized": {
|
|
110590
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z\"/><path d=\"M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z\"/></svg>",
|
|
110591
|
+
"info": {},
|
|
110592
|
+
"path": "32/delete.svg"
|
|
110593
|
+
}
|
|
110594
|
+
}
|
|
110595
|
+
],
|
|
110596
|
+
"output": [
|
|
110597
|
+
{
|
|
110598
|
+
"moduleName": "Delete32",
|
|
110599
|
+
"filepath": "delete/32.js",
|
|
110600
|
+
"descriptor": {
|
|
110601
|
+
"elem": "svg",
|
|
110602
|
+
"attrs": {
|
|
110603
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
110604
|
+
"viewBox": "0 0 32 32",
|
|
110605
|
+
"fill": "currentColor",
|
|
110606
|
+
"width": 32,
|
|
110607
|
+
"height": 32
|
|
110608
|
+
},
|
|
110609
|
+
"content": [
|
|
110610
|
+
{
|
|
110611
|
+
"elem": "path",
|
|
110612
|
+
"attrs": {
|
|
110613
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
110614
|
+
}
|
|
110615
|
+
},
|
|
110616
|
+
{
|
|
110617
|
+
"elem": "path",
|
|
110618
|
+
"attrs": {
|
|
110619
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
110620
|
+
}
|
|
110621
|
+
}
|
|
110622
|
+
],
|
|
110623
|
+
"name": "delete",
|
|
110624
|
+
"size": 32
|
|
110625
|
+
},
|
|
110626
|
+
"size": 32
|
|
110627
|
+
},
|
|
110628
|
+
{
|
|
110629
|
+
"moduleName": "Delete24",
|
|
110630
|
+
"filepath": "delete/24.js",
|
|
110631
|
+
"descriptor": {
|
|
110632
|
+
"elem": "svg",
|
|
110633
|
+
"attrs": {
|
|
110634
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
110635
|
+
"viewBox": "0 0 32 32",
|
|
110636
|
+
"fill": "currentColor",
|
|
110637
|
+
"width": 24,
|
|
110638
|
+
"height": 24
|
|
110639
|
+
},
|
|
110640
|
+
"content": [
|
|
110641
|
+
{
|
|
110642
|
+
"elem": "path",
|
|
110643
|
+
"attrs": {
|
|
110644
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
110645
|
+
}
|
|
110646
|
+
},
|
|
110647
|
+
{
|
|
110648
|
+
"elem": "path",
|
|
110649
|
+
"attrs": {
|
|
110650
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
110651
|
+
}
|
|
110652
|
+
}
|
|
110653
|
+
],
|
|
110654
|
+
"name": "delete",
|
|
110655
|
+
"size": 24
|
|
110656
|
+
},
|
|
110657
|
+
"size": 24
|
|
110658
|
+
},
|
|
110659
|
+
{
|
|
110660
|
+
"moduleName": "Delete20",
|
|
110661
|
+
"filepath": "delete/20.js",
|
|
110662
|
+
"descriptor": {
|
|
110663
|
+
"elem": "svg",
|
|
110664
|
+
"attrs": {
|
|
110665
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
110666
|
+
"viewBox": "0 0 32 32",
|
|
110667
|
+
"fill": "currentColor",
|
|
110668
|
+
"width": 20,
|
|
110669
|
+
"height": 20
|
|
110670
|
+
},
|
|
110671
|
+
"content": [
|
|
110672
|
+
{
|
|
110673
|
+
"elem": "path",
|
|
110674
|
+
"attrs": {
|
|
110675
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
110676
|
+
}
|
|
110677
|
+
},
|
|
110678
|
+
{
|
|
110679
|
+
"elem": "path",
|
|
110680
|
+
"attrs": {
|
|
110681
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
110682
|
+
}
|
|
110683
|
+
}
|
|
110684
|
+
],
|
|
110685
|
+
"name": "delete",
|
|
110686
|
+
"size": 20
|
|
110687
|
+
},
|
|
110688
|
+
"size": 20
|
|
110689
|
+
},
|
|
110690
|
+
{
|
|
110691
|
+
"moduleName": "Delete16",
|
|
110692
|
+
"filepath": "delete/16.js",
|
|
110693
|
+
"descriptor": {
|
|
110694
|
+
"elem": "svg",
|
|
110695
|
+
"attrs": {
|
|
110696
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
110697
|
+
"viewBox": "0 0 32 32",
|
|
110698
|
+
"fill": "currentColor",
|
|
110699
|
+
"width": 16,
|
|
110700
|
+
"height": 16
|
|
110701
|
+
},
|
|
110702
|
+
"content": [
|
|
110703
|
+
{
|
|
110704
|
+
"elem": "path",
|
|
110705
|
+
"attrs": {
|
|
110706
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
110707
|
+
}
|
|
110708
|
+
},
|
|
110709
|
+
{
|
|
110710
|
+
"elem": "path",
|
|
110711
|
+
"attrs": {
|
|
110712
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
110713
|
+
}
|
|
110714
|
+
}
|
|
110715
|
+
],
|
|
110716
|
+
"name": "delete",
|
|
110717
|
+
"size": 16
|
|
110718
|
+
},
|
|
110719
|
+
"size": 16
|
|
110720
|
+
}
|
|
110721
|
+
],
|
|
110722
|
+
"category": "Actions",
|
|
110723
|
+
"subcategory": "Operations",
|
|
110724
|
+
"moduleInfo": {
|
|
110725
|
+
"local": "Delete",
|
|
110726
|
+
"global": "Delete",
|
|
110727
|
+
"filepath": "Delete.js",
|
|
110728
|
+
"sizes": [
|
|
110729
|
+
{
|
|
110730
|
+
"size": 32,
|
|
110731
|
+
"ast": {
|
|
110732
|
+
"type": "element",
|
|
110733
|
+
"tagName": "svg",
|
|
110734
|
+
"attributes": {
|
|
110735
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
110736
|
+
"viewBox": "0 0 32 32",
|
|
110737
|
+
"fill": "currentColor"
|
|
110738
|
+
},
|
|
110739
|
+
"children": [
|
|
110740
|
+
{
|
|
110741
|
+
"type": "element",
|
|
110742
|
+
"tagName": "path",
|
|
110743
|
+
"attributes": {
|
|
110744
|
+
"d": "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
110745
|
+
},
|
|
110746
|
+
"children": []
|
|
110747
|
+
},
|
|
110748
|
+
{
|
|
110749
|
+
"type": "element",
|
|
110750
|
+
"tagName": "path",
|
|
110751
|
+
"attributes": {
|
|
110752
|
+
"d": "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
110753
|
+
},
|
|
110754
|
+
"children": []
|
|
110755
|
+
}
|
|
110756
|
+
]
|
|
110757
|
+
}
|
|
110758
|
+
}
|
|
110759
|
+
]
|
|
110760
|
+
}
|
|
110761
|
+
},
|
|
110576
110762
|
{
|
|
110577
110763
|
"name": "delivery",
|
|
110578
110764
|
"friendlyName": "Delivery",
|
|
@@ -297151,6 +297337,160 @@
|
|
|
297151
297337
|
]
|
|
297152
297338
|
}
|
|
297153
297339
|
},
|
|
297340
|
+
{
|
|
297341
|
+
"name": "return",
|
|
297342
|
+
"friendlyName": "Return",
|
|
297343
|
+
"aliases": [],
|
|
297344
|
+
"sizes": [
|
|
297345
|
+
32
|
|
297346
|
+
],
|
|
297347
|
+
"namespace": [],
|
|
297348
|
+
"assets": [
|
|
297349
|
+
{
|
|
297350
|
+
"size": 32,
|
|
297351
|
+
"filepath": "32/return.svg",
|
|
297352
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
297353
|
+
"optimized": {
|
|
297354
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z\"/></svg>",
|
|
297355
|
+
"info": {},
|
|
297356
|
+
"path": "32/return.svg"
|
|
297357
|
+
}
|
|
297358
|
+
}
|
|
297359
|
+
],
|
|
297360
|
+
"output": [
|
|
297361
|
+
{
|
|
297362
|
+
"moduleName": "Return32",
|
|
297363
|
+
"filepath": "return/32.js",
|
|
297364
|
+
"descriptor": {
|
|
297365
|
+
"elem": "svg",
|
|
297366
|
+
"attrs": {
|
|
297367
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
297368
|
+
"viewBox": "0 0 32 32",
|
|
297369
|
+
"fill": "currentColor",
|
|
297370
|
+
"width": 32,
|
|
297371
|
+
"height": 32
|
|
297372
|
+
},
|
|
297373
|
+
"content": [
|
|
297374
|
+
{
|
|
297375
|
+
"elem": "path",
|
|
297376
|
+
"attrs": {
|
|
297377
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
297378
|
+
}
|
|
297379
|
+
}
|
|
297380
|
+
],
|
|
297381
|
+
"name": "return",
|
|
297382
|
+
"size": 32
|
|
297383
|
+
},
|
|
297384
|
+
"size": 32
|
|
297385
|
+
},
|
|
297386
|
+
{
|
|
297387
|
+
"moduleName": "Return24",
|
|
297388
|
+
"filepath": "return/24.js",
|
|
297389
|
+
"descriptor": {
|
|
297390
|
+
"elem": "svg",
|
|
297391
|
+
"attrs": {
|
|
297392
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
297393
|
+
"viewBox": "0 0 32 32",
|
|
297394
|
+
"fill": "currentColor",
|
|
297395
|
+
"width": 24,
|
|
297396
|
+
"height": 24
|
|
297397
|
+
},
|
|
297398
|
+
"content": [
|
|
297399
|
+
{
|
|
297400
|
+
"elem": "path",
|
|
297401
|
+
"attrs": {
|
|
297402
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
297403
|
+
}
|
|
297404
|
+
}
|
|
297405
|
+
],
|
|
297406
|
+
"name": "return",
|
|
297407
|
+
"size": 24
|
|
297408
|
+
},
|
|
297409
|
+
"size": 24
|
|
297410
|
+
},
|
|
297411
|
+
{
|
|
297412
|
+
"moduleName": "Return20",
|
|
297413
|
+
"filepath": "return/20.js",
|
|
297414
|
+
"descriptor": {
|
|
297415
|
+
"elem": "svg",
|
|
297416
|
+
"attrs": {
|
|
297417
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
297418
|
+
"viewBox": "0 0 32 32",
|
|
297419
|
+
"fill": "currentColor",
|
|
297420
|
+
"width": 20,
|
|
297421
|
+
"height": 20
|
|
297422
|
+
},
|
|
297423
|
+
"content": [
|
|
297424
|
+
{
|
|
297425
|
+
"elem": "path",
|
|
297426
|
+
"attrs": {
|
|
297427
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
297428
|
+
}
|
|
297429
|
+
}
|
|
297430
|
+
],
|
|
297431
|
+
"name": "return",
|
|
297432
|
+
"size": 20
|
|
297433
|
+
},
|
|
297434
|
+
"size": 20
|
|
297435
|
+
},
|
|
297436
|
+
{
|
|
297437
|
+
"moduleName": "Return16",
|
|
297438
|
+
"filepath": "return/16.js",
|
|
297439
|
+
"descriptor": {
|
|
297440
|
+
"elem": "svg",
|
|
297441
|
+
"attrs": {
|
|
297442
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
297443
|
+
"viewBox": "0 0 32 32",
|
|
297444
|
+
"fill": "currentColor",
|
|
297445
|
+
"width": 16,
|
|
297446
|
+
"height": 16
|
|
297447
|
+
},
|
|
297448
|
+
"content": [
|
|
297449
|
+
{
|
|
297450
|
+
"elem": "path",
|
|
297451
|
+
"attrs": {
|
|
297452
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
297453
|
+
}
|
|
297454
|
+
}
|
|
297455
|
+
],
|
|
297456
|
+
"name": "return",
|
|
297457
|
+
"size": 16
|
|
297458
|
+
},
|
|
297459
|
+
"size": 16
|
|
297460
|
+
}
|
|
297461
|
+
],
|
|
297462
|
+
"category": "Actions",
|
|
297463
|
+
"subcategory": "Operations",
|
|
297464
|
+
"moduleInfo": {
|
|
297465
|
+
"local": "Return",
|
|
297466
|
+
"global": "Return",
|
|
297467
|
+
"filepath": "Return.js",
|
|
297468
|
+
"sizes": [
|
|
297469
|
+
{
|
|
297470
|
+
"size": 32,
|
|
297471
|
+
"ast": {
|
|
297472
|
+
"type": "element",
|
|
297473
|
+
"tagName": "svg",
|
|
297474
|
+
"attributes": {
|
|
297475
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
297476
|
+
"viewBox": "0 0 32 32",
|
|
297477
|
+
"fill": "currentColor"
|
|
297478
|
+
},
|
|
297479
|
+
"children": [
|
|
297480
|
+
{
|
|
297481
|
+
"type": "element",
|
|
297482
|
+
"tagName": "path",
|
|
297483
|
+
"attributes": {
|
|
297484
|
+
"d": "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
297485
|
+
},
|
|
297486
|
+
"children": []
|
|
297487
|
+
}
|
|
297488
|
+
]
|
|
297489
|
+
}
|
|
297490
|
+
}
|
|
297491
|
+
]
|
|
297492
|
+
}
|
|
297493
|
+
},
|
|
297154
297494
|
{
|
|
297155
297495
|
"name": "review",
|
|
297156
297496
|
"friendlyName": "Review",
|
|
@@ -408264,6 +408604,7 @@
|
|
|
408264
408604
|
"continuous-deployment",
|
|
408265
408605
|
"continuous-integration",
|
|
408266
408606
|
"convert-to-cloud",
|
|
408607
|
+
"delete",
|
|
408267
408608
|
"deploy",
|
|
408268
408609
|
"deploy-rules",
|
|
408269
408610
|
"drag--horizontal",
|
|
@@ -408335,6 +408676,7 @@
|
|
|
408335
408676
|
"reset--alt",
|
|
408336
408677
|
"restart",
|
|
408337
408678
|
"retry--failed",
|
|
408679
|
+
"return",
|
|
408338
408680
|
"review",
|
|
408339
408681
|
"rotate",
|
|
408340
408682
|
"run",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons",
|
|
3
3
|
"description": "Icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.25.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"prepublishOnly": "yarn build"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@carbon/cli": "^11.14.0
|
|
43
|
-
"@carbon/icon-build-helpers": "^1.18.0
|
|
42
|
+
"@carbon/cli": "^11.14.0",
|
|
43
|
+
"@carbon/icon-build-helpers": "^1.18.0",
|
|
44
44
|
"rimraf": "^5.0.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "d51dfbb8dc951c6f609561a1e2935e8208bf6e30"
|
|
47
47
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"/><path d="M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"/></svg>
|