@carbon/icons 10.35.0-rc.0 → 10.35.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/caution/index.js +33 -0
- package/es/caution-inverted/index.js +28 -0
- package/es/circle-fill/index.js +30 -0
- package/es/circle-stroke/index.js +28 -0
- package/es/critical/index.js +28 -0
- package/es/incomplete/index.js +28 -0
- package/es/index.js +8 -0
- package/es/square-fill/index.js +28 -0
- package/es/undefined/index.js +29 -0
- package/lib/caution/index.js +35 -0
- package/lib/caution-inverted/index.js +30 -0
- package/lib/circle-fill/index.js +32 -0
- package/lib/circle-stroke/index.js +30 -0
- package/lib/critical/index.js +30 -0
- package/lib/incomplete/index.js +30 -0
- package/lib/index.js +16 -0
- package/lib/square-fill/index.js +30 -0
- package/lib/undefined/index.js +31 -0
- package/metadata.json +666 -2
- package/package.json +3 -3
- package/svg/caution-inverted.svg +1 -0
- package/svg/caution.svg +1 -0
- package/svg/circle-fill.svg +1 -0
- package/svg/circle-stroke.svg +1 -0
- package/svg/critical.svg +1 -0
- package/svg/incomplete.svg +1 -0
- package/svg/square-fill.svg +1 -0
- package/svg/undefined.svg +1 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "caution",
|
|
30
|
+
"size": "glyph"
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export default index;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M8 14L2 3 14 3 8 14z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "caution-inverted",
|
|
25
|
+
"size": "glyph"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default index;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "circle",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"cx": "8",
|
|
22
|
+
"cy": "8",
|
|
23
|
+
"r": "6"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "circle-fill",
|
|
27
|
+
"size": "glyph"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export default index;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "circle-stroke",
|
|
25
|
+
"size": "glyph"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default index;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "critical",
|
|
25
|
+
"size": "glyph"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default index;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "incomplete",
|
|
25
|
+
"size": "glyph"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default index;
|
package/es/index.js
CHANGED
|
@@ -2643,12 +2643,18 @@ export { default as Globe24 } from './globe/24.js';
|
|
|
2643
2643
|
export { default as Globe20 } from './globe/20.js';
|
|
2644
2644
|
export { default as Globe16 } from './globe/16.js';
|
|
2645
2645
|
export { default as GlyphCautionGlyph } from './glyph--caution/index.js';
|
|
2646
|
+
export { default as CautionGlyph } from './caution/index.js';
|
|
2646
2647
|
export { default as GlyphCautionInvertedGlyph } from './glyph--caution-inverted/index.js';
|
|
2648
|
+
export { default as CautionInvertedGlyph } from './caution-inverted/index.js';
|
|
2647
2649
|
export { default as GlyphCircleFillGlyph } from './glyph--circle-fill/index.js';
|
|
2650
|
+
export { default as CircleFillGlyph } from './circle-fill/index.js';
|
|
2648
2651
|
export { default as GlyphCircleStrokeGlyph } from './glyph--circle-stroke/index.js';
|
|
2652
|
+
export { default as CircleStrokeGlyph } from './circle-stroke/index.js';
|
|
2649
2653
|
export { default as GlyphCriticalGlyph } from './glyph--critical/index.js';
|
|
2654
|
+
export { default as CriticalGlyph } from './critical/index.js';
|
|
2650
2655
|
export { default as GlyphIncompleteGlyph } from './glyph--incomplete/index.js';
|
|
2651
2656
|
export { default as GlyphSquareFillGlyph } from './glyph--square-fill/index.js';
|
|
2657
|
+
export { default as SquareFillGlyph } from './square-fill/index.js';
|
|
2652
2658
|
export { default as GlyphUndefinedGlyph } from './glyph--undefined/index.js';
|
|
2653
2659
|
export { default as Gradient32 } from './gradient/32.js';
|
|
2654
2660
|
export { default as Gradient24 } from './gradient/24.js';
|
|
@@ -2894,6 +2900,7 @@ export { default as Incomplete32 } from './incomplete/32.js';
|
|
|
2894
2900
|
export { default as Incomplete24 } from './incomplete/24.js';
|
|
2895
2901
|
export { default as Incomplete20 } from './incomplete/20.js';
|
|
2896
2902
|
export { default as Incomplete16 } from './incomplete/16.js';
|
|
2903
|
+
export { default as IncompleteGlyph } from './incomplete/index.js';
|
|
2897
2904
|
export { default as IncompleteCancel32 } from './incomplete--cancel/32.js';
|
|
2898
2905
|
export { default as IncompleteCancel24 } from './incomplete--cancel/24.js';
|
|
2899
2906
|
export { default as IncompleteCancel20 } from './incomplete--cancel/20.js';
|
|
@@ -5914,6 +5921,7 @@ export { default as Undefined32 } from './undefined/32.js';
|
|
|
5914
5921
|
export { default as Undefined24 } from './undefined/24.js';
|
|
5915
5922
|
export { default as Undefined20 } from './undefined/20.js';
|
|
5916
5923
|
export { default as Undefined16 } from './undefined/16.js';
|
|
5924
|
+
export { default as UndefinedGlyph } from './undefined/index.js';
|
|
5917
5925
|
export { default as UndefinedFilled32 } from './undefined--filled/32.js';
|
|
5918
5926
|
export { default as UndefinedFilled24 } from './undefined--filled/24.js';
|
|
5919
5927
|
export { default as UndefinedFilled20 } from './undefined--filled/20.js';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M3 3H13V13H3z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "square-fill",
|
|
25
|
+
"size": "glyph"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default index;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": "16",
|
|
16
|
+
"height": "16"
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M3.05 3.05H12.948999999999998V12.948999999999998H3.05z",
|
|
22
|
+
"transform": "rotate(-45 8 8)"
|
|
23
|
+
}
|
|
24
|
+
}],
|
|
25
|
+
"name": "undefined",
|
|
26
|
+
"size": "glyph"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export default index;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "caution",
|
|
32
|
+
"size": "glyph"
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = index;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M8 14L2 3 14 3 8 14z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "caution-inverted",
|
|
27
|
+
"size": "glyph"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = index;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "circle",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"cx": "8",
|
|
24
|
+
"cy": "8",
|
|
25
|
+
"r": "6"
|
|
26
|
+
}
|
|
27
|
+
}],
|
|
28
|
+
"name": "circle-fill",
|
|
29
|
+
"size": "glyph"
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
module.exports = index;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "circle-stroke",
|
|
27
|
+
"size": "glyph"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = index;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "critical",
|
|
27
|
+
"size": "glyph"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = index;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "incomplete",
|
|
27
|
+
"size": "glyph"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -2647,12 +2647,18 @@ var globe_24_js = require('./globe/24.js');
|
|
|
2647
2647
|
var globe_20_js = require('./globe/20.js');
|
|
2648
2648
|
var globe_16_js = require('./globe/16.js');
|
|
2649
2649
|
var glyph_Caution_index_js = require('./glyph--caution/index.js');
|
|
2650
|
+
var caution_index_js = require('./caution/index.js');
|
|
2650
2651
|
var glyph_CautionInverted_index_js = require('./glyph--caution-inverted/index.js');
|
|
2652
|
+
var cautionInverted_index_js = require('./caution-inverted/index.js');
|
|
2651
2653
|
var glyph_CircleFill_index_js = require('./glyph--circle-fill/index.js');
|
|
2654
|
+
var circleFill_index_js = require('./circle-fill/index.js');
|
|
2652
2655
|
var glyph_CircleStroke_index_js = require('./glyph--circle-stroke/index.js');
|
|
2656
|
+
var circleStroke_index_js = require('./circle-stroke/index.js');
|
|
2653
2657
|
var glyph_Critical_index_js = require('./glyph--critical/index.js');
|
|
2658
|
+
var critical_index_js = require('./critical/index.js');
|
|
2654
2659
|
var glyph_Incomplete_index_js = require('./glyph--incomplete/index.js');
|
|
2655
2660
|
var glyph_SquareFill_index_js = require('./glyph--square-fill/index.js');
|
|
2661
|
+
var squareFill_index_js = require('./square-fill/index.js');
|
|
2656
2662
|
var glyph_Undefined_index_js = require('./glyph--undefined/index.js');
|
|
2657
2663
|
var gradient_32_js = require('./gradient/32.js');
|
|
2658
2664
|
var gradient_24_js = require('./gradient/24.js');
|
|
@@ -2898,6 +2904,7 @@ var incomplete_32_js = require('./incomplete/32.js');
|
|
|
2898
2904
|
var incomplete_24_js = require('./incomplete/24.js');
|
|
2899
2905
|
var incomplete_20_js = require('./incomplete/20.js');
|
|
2900
2906
|
var incomplete_16_js = require('./incomplete/16.js');
|
|
2907
|
+
var incomplete_index_js = require('./incomplete/index.js');
|
|
2901
2908
|
var incomplete_Cancel_32_js = require('./incomplete--cancel/32.js');
|
|
2902
2909
|
var incomplete_Cancel_24_js = require('./incomplete--cancel/24.js');
|
|
2903
2910
|
var incomplete_Cancel_20_js = require('./incomplete--cancel/20.js');
|
|
@@ -5918,6 +5925,7 @@ var undefined_32_js = require('./undefined/32.js');
|
|
|
5918
5925
|
var undefined_24_js = require('./undefined/24.js');
|
|
5919
5926
|
var undefined_20_js = require('./undefined/20.js');
|
|
5920
5927
|
var undefined_16_js = require('./undefined/16.js');
|
|
5928
|
+
var undefined_index_js = require('./undefined/index.js');
|
|
5921
5929
|
var undefined_Filled_32_js = require('./undefined--filled/32.js');
|
|
5922
5930
|
var undefined_Filled_24_js = require('./undefined--filled/24.js');
|
|
5923
5931
|
var undefined_Filled_20_js = require('./undefined--filled/20.js');
|
|
@@ -9102,12 +9110,18 @@ exports.Globe24 = globe_24_js;
|
|
|
9102
9110
|
exports.Globe20 = globe_20_js;
|
|
9103
9111
|
exports.Globe16 = globe_16_js;
|
|
9104
9112
|
exports.GlyphCautionGlyph = glyph_Caution_index_js;
|
|
9113
|
+
exports.CautionGlyph = caution_index_js;
|
|
9105
9114
|
exports.GlyphCautionInvertedGlyph = glyph_CautionInverted_index_js;
|
|
9115
|
+
exports.CautionInvertedGlyph = cautionInverted_index_js;
|
|
9106
9116
|
exports.GlyphCircleFillGlyph = glyph_CircleFill_index_js;
|
|
9117
|
+
exports.CircleFillGlyph = circleFill_index_js;
|
|
9107
9118
|
exports.GlyphCircleStrokeGlyph = glyph_CircleStroke_index_js;
|
|
9119
|
+
exports.CircleStrokeGlyph = circleStroke_index_js;
|
|
9108
9120
|
exports.GlyphCriticalGlyph = glyph_Critical_index_js;
|
|
9121
|
+
exports.CriticalGlyph = critical_index_js;
|
|
9109
9122
|
exports.GlyphIncompleteGlyph = glyph_Incomplete_index_js;
|
|
9110
9123
|
exports.GlyphSquareFillGlyph = glyph_SquareFill_index_js;
|
|
9124
|
+
exports.SquareFillGlyph = squareFill_index_js;
|
|
9111
9125
|
exports.GlyphUndefinedGlyph = glyph_Undefined_index_js;
|
|
9112
9126
|
exports.Gradient32 = gradient_32_js;
|
|
9113
9127
|
exports.Gradient24 = gradient_24_js;
|
|
@@ -9353,6 +9367,7 @@ exports.Incomplete32 = incomplete_32_js;
|
|
|
9353
9367
|
exports.Incomplete24 = incomplete_24_js;
|
|
9354
9368
|
exports.Incomplete20 = incomplete_20_js;
|
|
9355
9369
|
exports.Incomplete16 = incomplete_16_js;
|
|
9370
|
+
exports.IncompleteGlyph = incomplete_index_js;
|
|
9356
9371
|
exports.IncompleteCancel32 = incomplete_Cancel_32_js;
|
|
9357
9372
|
exports.IncompleteCancel24 = incomplete_Cancel_24_js;
|
|
9358
9373
|
exports.IncompleteCancel20 = incomplete_Cancel_20_js;
|
|
@@ -12373,6 +12388,7 @@ exports.Undefined32 = undefined_32_js;
|
|
|
12373
12388
|
exports.Undefined24 = undefined_24_js;
|
|
12374
12389
|
exports.Undefined20 = undefined_20_js;
|
|
12375
12390
|
exports.Undefined16 = undefined_16_js;
|
|
12391
|
+
exports.UndefinedGlyph = undefined_index_js;
|
|
12376
12392
|
exports.UndefinedFilled32 = undefined_Filled_32_js;
|
|
12377
12393
|
exports.UndefinedFilled24 = undefined_Filled_24_js;
|
|
12378
12394
|
exports.UndefinedFilled20 = undefined_Filled_20_js;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M3 3H13V13H3z"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "square-fill",
|
|
27
|
+
"size": "glyph"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
module.exports = index;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 16 16",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M3.05 3.05H12.948999999999998V12.948999999999998H3.05z",
|
|
24
|
+
"transform": "rotate(-45 8 8)"
|
|
25
|
+
}
|
|
26
|
+
}],
|
|
27
|
+
"name": "undefined",
|
|
28
|
+
"size": "glyph"
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
module.exports = index;
|