@carbon/icons 11.31.0 → 11.32.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/index.js +0 -4
- package/lib/index.js +0 -8
- package/metadata.json +587 -289
- package/package.json +2 -2
- package/es/foundation-model/16.js +0 -28
- package/es/foundation-model/20.js +0 -28
- package/es/foundation-model/24.js +0 -28
- package/es/foundation-model/32.js +0 -28
- package/lib/foundation-model/16.js +0 -30
- package/lib/foundation-model/20.js +0 -30
- package/lib/foundation-model/24.js +0 -30
- package/lib/foundation-model/32.js +0 -30
- package/svg/32/foundation-model.svg +0 -1
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.32.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@carbon/icon-build-helpers": "^1.20.0",
|
|
44
44
|
"rimraf": "^5.0.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "670dffcae241d9bf9b3a64ea06e100e7e5a08c37"
|
|
47
47
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
22
|
-
}
|
|
23
|
-
}],
|
|
24
|
-
"name": "foundation-model",
|
|
25
|
-
"size": 16
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { _16 as default };
|
|
@@ -1,28 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
22
|
-
}
|
|
23
|
-
}],
|
|
24
|
-
"name": "foundation-model",
|
|
25
|
-
"size": 20
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { _20 as default };
|
|
@@ -1,28 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
22
|
-
}
|
|
23
|
-
}],
|
|
24
|
-
"name": "foundation-model",
|
|
25
|
-
"size": 24
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { _24 as default };
|
|
@@ -1,28 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
22
|
-
}
|
|
23
|
-
}],
|
|
24
|
-
"name": "foundation-model",
|
|
25
|
-
"size": 32
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { _32 as default };
|
|
@@ -1,30 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
24
|
-
}
|
|
25
|
-
}],
|
|
26
|
-
"name": "foundation-model",
|
|
27
|
-
"size": 16
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
module.exports = _16;
|
|
@@ -1,30 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
24
|
-
}
|
|
25
|
-
}],
|
|
26
|
-
"name": "foundation-model",
|
|
27
|
-
"size": 20
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
module.exports = _20;
|
|
@@ -1,30 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
24
|
-
}
|
|
25
|
-
}],
|
|
26
|
-
"name": "foundation-model",
|
|
27
|
-
"size": 24
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
module.exports = _24;
|
|
@@ -1,30 +0,0 @@
|
|
|
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": "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"
|
|
24
|
-
}
|
|
25
|
-
}],
|
|
26
|
-
"name": "foundation-model",
|
|
27
|
-
"size": 32
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
module.exports = _32;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4-4,1.7944-4,4c0,.7393.2153,1.4243.5669,2.019l-6.5669,6.5669-6.5669-6.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-20,4c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2ZM26,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm5.4331,17.981l6.5669-6.5669,6.5669,6.5669c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019Zm-3.4331,4.019c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm22-2c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Z"/></svg>
|