@cloudscape-design/components 3.0.1355 → 3.0.1357
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/expandable-section/styles.css.js +43 -43
- package/expandable-section/styles.scoped.css +89 -88
- package/expandable-section/styles.selectors.js +43 -43
- package/icon/generated/icons.js +126 -58
- package/icon/generated/icons.js.map +1 -1
- package/icon/styles.css.js +41 -41
- package/icon/styles.scoped.css +109 -91
- package/icon/styles.selectors.js +41 -41
- package/internal/base-component/styles.scoped.css +5 -5
- package/internal/base-theme/styles.scoped.css +4 -4
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.js +4 -4
- package/internal/generated/theming/index.cjs +12 -12
- package/internal/generated/theming/index.js +12 -12
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/segmented-control/styles.css.js +16 -16
- package/segmented-control/styles.scoped.css +36 -36
- package/segmented-control/styles.selectors.js +16 -16
- package/spinner/internal.d.ts +4 -1
- package/spinner/internal.d.ts.map +1 -1
- package/spinner/internal.js.map +1 -1
- package/spinner/styles.css.js +14 -13
- package/spinner/styles.scoped.css +27 -19
- package/spinner/styles.selectors.js +14 -13
- package/status-indicator/internal.d.ts.map +1 -1
- package/status-indicator/internal.js +17 -12
- package/status-indicator/internal.js.map +1 -1
|
@@ -2,48 +2,48 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"expand-button": "awsui_expand-
|
|
7
|
-
"icon": "
|
|
8
|
-
"expanded": "
|
|
9
|
-
"icon-container": "awsui_icon-
|
|
10
|
-
"icon-container-container": "awsui_icon-container-
|
|
11
|
-
"wrapper": "
|
|
12
|
-
"wrapper-default": "awsui_wrapper-
|
|
13
|
-
"wrapper-inline": "awsui_wrapper-
|
|
14
|
-
"wrapper-footer": "awsui_wrapper-
|
|
15
|
-
"wrapper-navigation": "awsui_wrapper-
|
|
16
|
-
"wrapper-container": "awsui_wrapper-
|
|
17
|
-
"wrapper-compact": "awsui_wrapper-
|
|
18
|
-
"header-deprecated": "awsui_header-
|
|
19
|
-
"wrapper-expanded": "awsui_wrapper-
|
|
20
|
-
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-
|
|
21
|
-
"header": "
|
|
22
|
-
"header-wrapper": "awsui_header-
|
|
23
|
-
"header-actions-wrapper": "awsui_header-actions-
|
|
24
|
-
"header-button": "awsui_header-
|
|
25
|
-
"header-container-button": "awsui_header-container-
|
|
26
|
-
"header-container": "awsui_header-
|
|
27
|
-
"header-navigation": "awsui_header-
|
|
28
|
-
"icon-container-end": "awsui_icon-container-
|
|
29
|
-
"header-text": "awsui_header-
|
|
30
|
-
"content": "
|
|
31
|
-
"content-expanded": "awsui_content-
|
|
32
|
-
"content-compact": "awsui_content-
|
|
33
|
-
"content-inner": "awsui_content-
|
|
34
|
-
"content-inner-expanded": "awsui_content-inner-
|
|
35
|
-
"content-inner-settled": "awsui_content-inner-
|
|
36
|
-
"content-inner-body-default": "awsui_content-inner-body-
|
|
37
|
-
"content-inner-body-inline": "awsui_content-inner-body-
|
|
38
|
-
"content-inner-body-footer": "awsui_content-inner-body-
|
|
39
|
-
"content-inner-body-container": "awsui_content-inner-body-
|
|
40
|
-
"disable-header-paddings": "awsui_disable-header-
|
|
41
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
42
|
-
"focusable": "
|
|
43
|
-
"click-target": "awsui_click-
|
|
44
|
-
"header-icon-end": "awsui_header-icon-
|
|
45
|
-
"header-button-icon-end": "awsui_header-button-icon-
|
|
46
|
-
"header-content": "awsui_header-
|
|
47
|
-
"header-navigation-content": "awsui_header-navigation-
|
|
5
|
+
"root": "awsui_root_gwq0h_1eau6_149",
|
|
6
|
+
"expand-button": "awsui_expand-button_gwq0h_1eau6_184",
|
|
7
|
+
"icon": "awsui_icon_gwq0h_1eau6_188",
|
|
8
|
+
"expanded": "awsui_expanded_gwq0h_1eau6_203",
|
|
9
|
+
"icon-container": "awsui_icon-container_gwq0h_1eau6_213",
|
|
10
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_1eau6_217",
|
|
11
|
+
"wrapper": "awsui_wrapper_gwq0h_1eau6_221",
|
|
12
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_1eau6_229",
|
|
13
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_1eau6_229",
|
|
14
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_1eau6_229",
|
|
15
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1eau6_233",
|
|
16
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_1eau6_236",
|
|
17
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_1eau6_240",
|
|
18
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_1eau6_253",
|
|
19
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1eau6_272",
|
|
20
|
+
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1eau6_317",
|
|
21
|
+
"header": "awsui_header_gwq0h_1eau6_253",
|
|
22
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_1eau6_334",
|
|
23
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1eau6_346",
|
|
24
|
+
"header-button": "awsui_header-button_gwq0h_1eau6_354",
|
|
25
|
+
"header-container-button": "awsui_header-container-button_gwq0h_1eau6_354",
|
|
26
|
+
"header-container": "awsui_header-container_gwq0h_1eau6_354",
|
|
27
|
+
"header-navigation": "awsui_header-navigation_gwq0h_1eau6_389",
|
|
28
|
+
"icon-container-end": "awsui_icon-container-end_gwq0h_1eau6_402",
|
|
29
|
+
"header-text": "awsui_header-text_gwq0h_1eau6_434",
|
|
30
|
+
"content": "awsui_content_gwq0h_1eau6_444",
|
|
31
|
+
"content-expanded": "awsui_content-expanded_gwq0h_1eau6_447",
|
|
32
|
+
"content-compact": "awsui_content-compact_gwq0h_1eau6_450",
|
|
33
|
+
"content-inner": "awsui_content-inner_gwq0h_1eau6_454",
|
|
34
|
+
"content-inner-expanded": "awsui_content-inner-expanded_gwq0h_1eau6_458",
|
|
35
|
+
"content-inner-settled": "awsui_content-inner-settled_gwq0h_1eau6_462",
|
|
36
|
+
"content-inner-body-default": "awsui_content-inner-body-default_gwq0h_1eau6_466",
|
|
37
|
+
"content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_1eau6_466",
|
|
38
|
+
"content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_1eau6_469",
|
|
39
|
+
"content-inner-body-container": "awsui_content-inner-body-container_gwq0h_1eau6_472",
|
|
40
|
+
"disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1eau6_477",
|
|
41
|
+
"disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1eau6_482",
|
|
42
|
+
"focusable": "awsui_focusable_gwq0h_1eau6_487",
|
|
43
|
+
"click-target": "awsui_click-target_gwq0h_1eau6_502",
|
|
44
|
+
"header-icon-end": "awsui_header-icon-end_gwq0h_1eau6_509",
|
|
45
|
+
"header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1eau6_526",
|
|
46
|
+
"header-content": "awsui_header-content_gwq0h_1eau6_580",
|
|
47
|
+
"header-navigation-content": "awsui_header-navigation-content_gwq0h_1eau6_586"
|
|
48
48
|
};
|
|
49
49
|
|
package/icon/generated/icons.js
CHANGED
|
@@ -3,17 +3,19 @@ const icons = {
|
|
|
3
3
|
"add-plus": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
4
4
|
React.createElement("path", { d: "M2.01 8h12M8 14l.01-12" })),
|
|
5
5
|
"anchor-link": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
6
|
-
React.createElement("path", { d: "M5
|
|
6
|
+
React.createElement("path", { d: "M5 8h6", className: "stroke-linejoin-round" }),
|
|
7
|
+
React.createElement("path", { d: "M7 12H5c-2.21 0-4-1.79-4-4s1.79-4 4-4h2", className: "stroke-linejoin-round awsui-icon-left" }),
|
|
8
|
+
React.createElement("path", { d: "M9 12h2c2.21 0 4-1.79 4-4s-1.79-4-4-4H9", className: "stroke-linejoin-round awsui-icon-right" })),
|
|
7
9
|
"angle-down": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
8
10
|
React.createElement("path", { d: "m2 5 6 6 6-6", className: "stroke-linejoin-round" })),
|
|
9
11
|
"angle-left-double": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
10
|
-
React.createElement("path", { d: "M8 2 2 8l6 6", className: "stroke-linejoin-round" }),
|
|
11
|
-
React.createElement("path", { d: "M13 2 7 8l6 6", className: "stroke-linejoin-round" })),
|
|
12
|
+
React.createElement("path", { d: "M8 2 2 8l6 6", className: "stroke-linejoin-round awsui-icon-glyph" }),
|
|
13
|
+
React.createElement("path", { d: "M13 2 7 8l6 6", className: "stroke-linejoin-round awsui-icon-glyph" })),
|
|
12
14
|
"angle-left": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
13
15
|
React.createElement("path", { d: "M11 2 5 8l6 6", className: "stroke-linejoin-round" })),
|
|
14
16
|
"angle-right-double": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
15
|
-
React.createElement("path", { d: "m8 2 6 6-6 6", className: "stroke-linejoin-round" }),
|
|
16
|
-
React.createElement("path", { d: "m3 2 6 6-6 6", className: "stroke-linejoin-round" })),
|
|
17
|
+
React.createElement("path", { d: "m8 2 6 6-6 6", className: "stroke-linejoin-round awsui-icon-glyph" }),
|
|
18
|
+
React.createElement("path", { d: "m3 2 6 6-6 6", className: "stroke-linejoin-round awsui-icon-glyph" })),
|
|
17
19
|
"angle-right": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
18
20
|
React.createElement("path", { d: "m5 2 6 6-6 6", className: "stroke-linejoin-round" })),
|
|
19
21
|
"angle-up": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
@@ -22,25 +24,32 @@ const icons = {
|
|
|
22
24
|
React.createElement("path", { d: "m7 4 7.324-2.747a.5.5 0 0 1 .676.469v11.556a.5.5 0 0 1-.676.469L7 11M1 6a2 2 0 0 1 2-2h4v7H3a2 2 0 0 1-2-2V6Z" }),
|
|
23
25
|
React.createElement("path", { d: "M9.936 12.147A2.851 2.851 0 0 1 4.352 11" })),
|
|
24
26
|
"arrow-down": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
25
|
-
React.createElement("path", { d: "m3 9 5 5 5-5M8 14V1", className: "stroke-linejoin-round" })),
|
|
27
|
+
React.createElement("path", { d: "m3 9 5 5 5-5M8 14V1", className: "stroke-linejoin-round awsui-icon-glyph" })),
|
|
26
28
|
"arrow-left": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
27
|
-
React.createElement("path", { d: "M7 3 2 8l5 5M2 8h13", className: "stroke-linejoin-round" })),
|
|
29
|
+
React.createElement("path", { d: "M7 3 2 8l5 5M2 8h13", className: "stroke-linejoin-round awsui-icon-glyph" })),
|
|
28
30
|
"arrow-right": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
29
|
-
React.createElement("path", { d: "m9 3 5 5-5 5M14 8H1", className: "stroke-linejoin-round" })),
|
|
31
|
+
React.createElement("path", { d: "m9 3 5 5-5 5M14 8H1", className: "stroke-linejoin-round awsui-icon-glyph" })),
|
|
30
32
|
"arrow-up": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
31
|
-
React.createElement("path", { d: "M13 7 8 2 3 7M8 2v13", className: "stroke-linejoin-round" })),
|
|
33
|
+
React.createElement("path", { d: "M13 7 8 2 3 7M8 2v13", className: "stroke-linejoin-round awsui-icon-glyph" })),
|
|
32
34
|
"at-symbol": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
33
35
|
React.createElement("path", { d: "M9.5 13.75c-1.992.734-6.434 1.013-7.5-3.25-1-4 1.927-6.904 3.697-7.848 1.841-.982 5.523-1.48 7.34.944 1.888 2.516.63 6.29-.628 6.92-1.259.628-1.95.25-2.202 0a.902.902 0 0 1-.145-.191c-.258-.45-.12-1.01-.022-1.52l.678-3.518", className: "stroke-linecap-round" }),
|
|
34
36
|
React.createElement("path", { d: "M10.718 6.643c-.315-.42-1.254-1.357-2.26-1.357-1.258 0-2.654 1.14-2.969 3.027-.314 1.888.63 2.643 1.573 2.643s2.202-.44 2.83-1.384" })),
|
|
35
37
|
"audio-full": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
36
38
|
React.createElement("path", { d: "M6.47 13.707 4 10.997H1v-6h3l2.47-2.71c.54-.59 1.53-.21 1.53.59v10.23c0 .8-.99 1.19-1.53.59v.01Z", className: "stroke-linejoin-round" }),
|
|
37
|
-
React.createElement("path", { d: "
|
|
38
|
-
React.createElement("path", { d: "
|
|
39
|
+
React.createElement("path", { d: "M12 7.997c0 1.1-.9 2-2 2", pathLength: "1", className: "awsui-icon-wave-1" }),
|
|
40
|
+
React.createElement("path", { d: "M12 7.997c0-1.1-.9-2-2-2", pathLength: "1", className: "awsui-icon-wave-1" }),
|
|
41
|
+
React.createElement("path", { d: "M15 7.997c0 2.76-2.24 5-5 5", pathLength: "1", className: "awsui-icon-wave-2" }),
|
|
42
|
+
React.createElement("path", { d: "M15 7.997c0-2.76-2.24-5-5-5", pathLength: "1", className: "awsui-icon-wave-2" })),
|
|
39
43
|
"audio-half": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
40
44
|
React.createElement("path", { d: "M7.47 13.41 5 10.7H2v-6h3l2.47-2.71C8.01 1.4 9 1.78 9 2.58v10.23c0 .8-.99 1.19-1.53.59v.01Z", className: "stroke-linejoin-round" }),
|
|
41
|
-
React.createElement("path", { d: "
|
|
45
|
+
React.createElement("path", { d: "M13 7.71c0 1.1-.9 2-2 2", pathLength: "1", className: "awsui-icon-wave-1" }),
|
|
46
|
+
React.createElement("path", { d: "M13 7.71c0-1.1-.9-2-2-2", pathLength: "1", className: "awsui-icon-wave-1" })),
|
|
42
47
|
"audio-off": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
43
|
-
React.createElement("path", { d: "M6.47 13.41 4 10.7H1v-6h3l2.47-2.71C7.01 1.4 8 1.78 8 2.58v10.23c0 .8-.99 1.19-1.53.59v.
|
|
48
|
+
React.createElement("path", { d: "M6.47 13.41 4 10.7H1v-6h3l2.47-2.71C7.01 1.4 8 1.78 8 2.58v10.23c0 .8-.99 1.19-1.53.59v.01Z", className: "stroke-linejoin-round" }),
|
|
49
|
+
React.createElement("path", { d: "M12.995 7.71 11 5.71", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" }),
|
|
50
|
+
React.createElement("path", { d: "m12.995 7.71 1.995 2", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" }),
|
|
51
|
+
React.createElement("path", { d: "m13 7.705 2-1.995", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" }),
|
|
52
|
+
React.createElement("path", { d: "M13 7.705 11 9.7", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" })),
|
|
44
53
|
"backward-10-seconds": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
45
54
|
React.createElement("path", { d: "M5.95 14.01h-.96c-.56 0-1.02-.46-1.02-1.02v-2.96c0-.56.45-1.01 1.01-1.02h.96c.56 0 1.02.45 1.02 1.02v2.96c0 .56-.46 1.02-1.02 1.02h.01Z", className: "stroke-linejoin-round awsui-icon-zero" }),
|
|
46
55
|
React.createElement("path", { d: "M1 9v5", className: "stroke-linecap-square awsui-icon-one" }),
|
|
@@ -56,10 +65,13 @@ const icons = {
|
|
|
56
65
|
React.createElement("path", { d: "m1 3.63 3 2.08", className: "awsui-icon-leg-tl" }),
|
|
57
66
|
React.createElement("path", { d: "m1 13.78 3-2.07", className: "awsui-icon-leg-bl" })),
|
|
58
67
|
"calendar": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
59
|
-
React.createElement("path", { d: "M14
|
|
68
|
+
React.createElement("path", { d: "M14 8V2H2v12h6", className: "stroke-linejoin-round" }),
|
|
69
|
+
React.createElement("rect", { x: "2", y: "2", width: "12", height: "12", className: "stroke-linejoin-round awsui-icon-corner", clipPath: "inset(50% 0 0 50%) view-box" }),
|
|
60
70
|
React.createElement("path", { d: "M4 6V4h2v2H4ZM7 6V4h2v2H7ZM10 6V4h2v2h-2ZM4 9V7h2v2H4ZM7 9V7h2v2H7ZM4 12v-2h2v2H4ZM7 12v-2h2v2H7ZM10 9V7h2v2h-2Z", className: "filled no-stroke" })),
|
|
61
71
|
"call": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
62
|
-
React.createElement("path", { d: "
|
|
72
|
+
React.createElement("path", { d: "M12.525 3.548a4.984 4.984 0 0 1 1.465 3.535", pathLength: "1", className: "stroke-linejoin-round awsui-icon-ring" }),
|
|
73
|
+
React.createElement("path", { d: "M12.525 3.548A4.984 4.984 0 0 0 8.99 2.083", pathLength: "1", className: "stroke-linejoin-round awsui-icon-ring" }),
|
|
74
|
+
React.createElement("path", { d: "M11.07 10.002c-.6.58-1.55.61-2.14.02l-2.88-2.88a1.49 1.49 0 0 1 0-2.12c.52-.52.52-1.36 0-1.88l-.85-.85a.996.996 0 0 0-1.41 0l-.38.38a4.83 4.83 0 0 0 0 6.82l3.17 3.17a4.83 4.83 0 0 0 6.82 0l.38-.38a.996.996 0 0 0 0-1.41l-.85-.85c-.51-.51-1.34-.52-1.86-.02Z", className: "stroke-linejoin-round awsui-icon-handset" })),
|
|
63
75
|
"caret-down-filled": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
64
76
|
React.createElement("path", { d: "m8 11 4-6H4l4 6Z", className: "filled stroke-linejoin-round" })),
|
|
65
77
|
"caret-down": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
@@ -83,43 +95,61 @@ const icons = {
|
|
|
83
95
|
React.createElement("path", { d: "M15 1H1v14h14V1Z", className: "stroke-linejoin-round" }),
|
|
84
96
|
React.createElement("path", { d: "M7.51 10H5c-.55 0-.99-.44-.99-.99V7c0-.55.44-.99.99-.99h2.51M13 10h-2.51c-.55 0-.99-.44-.99-.99V7c0-.55.44-.99.99-.99H13", className: "stroke-linejoin-round" })),
|
|
85
97
|
"command-prompt": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
86
|
-
React.createElement("path", { d: "M15
|
|
98
|
+
React.createElement("path", { d: "M15 1H1v14h14V1Z", className: "stroke-linejoin-round" }),
|
|
99
|
+
React.createElement("path", { d: "M12 11H9", className: "stroke-linejoin-round awsui-icon-cursor" }),
|
|
87
100
|
React.createElement("path", { d: "M4.71 11.3 8 8 4.71 4.71", className: "stroke-linejoin-round" })),
|
|
88
101
|
"contact": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
89
|
-
React.createElement("path", { d: "M14 12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1
|
|
102
|
+
React.createElement("path", { d: "M14 12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1", className: "stroke-linejoin-round stroke-linecap-round" }),
|
|
103
|
+
React.createElement("path", { d: "M2 12h4", className: "awsui-icon-edge-left" }),
|
|
104
|
+
React.createElement("path", { d: "M14 12h-4", className: "awsui-icon-edge-right" }),
|
|
105
|
+
React.createElement("path", { d: "M6 12v3", className: "stroke-linecap-round awsui-icon-tail-leg" }),
|
|
106
|
+
React.createElement("path", { d: "m10 12-4 3", className: "stroke-linecap-round awsui-icon-tail-diag" })),
|
|
90
107
|
"convert-code": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
91
108
|
React.createElement("path", { d: "M10 15h6M15 8V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6" }),
|
|
92
|
-
React.createElement("path", { d: "M5 7.5 8.5 11 5 14.5" }),
|
|
93
|
-
React.createElement("
|
|
109
|
+
React.createElement("path", { d: "M5 7.5 8.5 11 5 14.5", className: "awsui-icon-chevron" }),
|
|
110
|
+
React.createElement("rect", { x: "3", y: "3", width: "2", height: "2", className: "filled no-stroke awsui-icon-dot-1" }),
|
|
111
|
+
React.createElement("rect", { x: "6", y: "3", width: "2", height: "2", className: "filled no-stroke awsui-icon-dot-2" }),
|
|
112
|
+
React.createElement("rect", { x: "9", y: "3", width: "2", height: "2", className: "filled no-stroke awsui-icon-dot-3" })),
|
|
94
113
|
"copy": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
95
114
|
React.createElement("path", { d: "M15 5H5v10h10V5Z", className: "stroke-linejoin-round awsui-icon-front" }),
|
|
96
115
|
React.createElement("path", { d: "M13 1H1v11", className: "stroke-linejoin-round awsui-icon-back" })),
|
|
97
116
|
"delete-marker": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
98
117
|
React.createElement("path", { d: "M3 7V1h6l4 4v10h-3", className: "stroke-linejoin-round" }),
|
|
99
|
-
React.createElement("path", { d: "M8
|
|
118
|
+
React.createElement("path", { d: "M8 1v5h5", className: "stroke-linejoin-round" }),
|
|
119
|
+
React.createElement("path", { d: "m5 12-3 3", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" }),
|
|
120
|
+
React.createElement("path", { d: "m5 12 3-3", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" }),
|
|
121
|
+
React.createElement("path", { d: "M5.005 12.01 2 9.01", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" }),
|
|
122
|
+
React.createElement("path", { d: "m5.005 12.01 3.005 3", pathLength: "1", className: "stroke-linejoin-round awsui-icon-arm" })),
|
|
100
123
|
"dot": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
101
124
|
React.createElement("circle", { cx: "8", cy: "8", r: "1.5", className: "filled no-stroke" })),
|
|
102
125
|
"download": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
103
126
|
React.createElement("path", { d: "M1 15h14", className: "stroke-linejoin-round" }),
|
|
104
127
|
React.createElement("path", { d: "m13 6-5 5-5-5M8 10V1", className: "stroke-linejoin-round awsui-icon-arrow" })),
|
|
105
128
|
"drag-indicator": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
106
|
-
React.createElement("circle", { cx: "5.5", cy: "2.5", r: "1.5", className: "filled no-stroke" }),
|
|
107
|
-
React.createElement("circle", { cx: "5.5", cy: "13.5", r: "1.5", className: "filled no-stroke" }),
|
|
108
|
-
React.createElement("circle", { cx: "5.5", cy: "8", r: "1.5", className: "filled no-stroke" }),
|
|
109
|
-
React.createElement("circle", { cx: "10.5", cy: "2.5", r: "1.5", className: "filled no-stroke" }),
|
|
110
|
-
React.createElement("circle", { cx: "10.5", cy: "13.5", r: "1.5", className: "filled no-stroke" }),
|
|
111
|
-
React.createElement("circle", { cx: "10.5", cy: "8", r: "1.5", className: "filled no-stroke" })),
|
|
129
|
+
React.createElement("circle", { cx: "5.5", cy: "2.5", r: "1.5", className: "filled no-stroke awsui-icon-dot-tl" }),
|
|
130
|
+
React.createElement("circle", { cx: "5.5", cy: "13.5", r: "1.5", className: "filled no-stroke awsui-icon-dot-bl" }),
|
|
131
|
+
React.createElement("circle", { cx: "5.5", cy: "8", r: "1.5", className: "filled no-stroke awsui-icon-dot-ml" }),
|
|
132
|
+
React.createElement("circle", { cx: "10.5", cy: "2.5", r: "1.5", className: "filled no-stroke awsui-icon-dot-tr" }),
|
|
133
|
+
React.createElement("circle", { cx: "10.5", cy: "13.5", r: "1.5", className: "filled no-stroke awsui-icon-dot-br" }),
|
|
134
|
+
React.createElement("circle", { cx: "10.5", cy: "8", r: "1.5", className: "filled no-stroke awsui-icon-dot-mr" })),
|
|
112
135
|
"edit-gen-ai": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
113
|
-
React.createElement("path", { d: "m5.19 12.275-4.19.7
|
|
136
|
+
React.createElement("path", { d: "m5.19 12.275-4.19.7", className: "stroke-linecap-round awsui-icon-nib-b" }),
|
|
137
|
+
React.createElement("path", { d: "m1 12.975.7-4.19", className: "stroke-linecap-round awsui-icon-nib-a" }),
|
|
138
|
+
React.createElement("path", { d: "m1.7 8.785 7.2-7.2c.78-.78 2.05-.78 2.83 0l.66.66c.78.78.78 2.05 0 2.83l-1.865 1.85", className: "stroke-linejoin-round" }),
|
|
139
|
+
React.createElement("path", { d: "m10.99 5.975-3-3", className: "stroke-linejoin-round stroke-linecap-round awsui-icon-eraser" }),
|
|
114
140
|
React.createElement("path", { d: "m13.888 12.329-2.296-.921-.924-2.303c-.056-.14-.28-.14-.336 0l-.924 2.303-2.296.921S7 12.427 7 12.496c0 .07.042.14.112.168l.07.028 2.226.893.924 2.303s.098.112.168.112.14-.042.168-.112l.924-2.303 2.296-.921s.112-.098.112-.168-.042-.14-.112-.167Z", className: "filled no-stroke awsui-icon-sparkle" })),
|
|
115
141
|
"edit": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
116
|
-
React.createElement("path", { d: "m6.19 13.275-4.19.7
|
|
142
|
+
React.createElement("path", { d: "m6.19 13.275-4.19.7", className: "stroke-linecap-round awsui-icon-nib-b" }),
|
|
143
|
+
React.createElement("path", { d: "m2 13.975.7-4.19", className: "stroke-linecap-round awsui-icon-nib-a" }),
|
|
144
|
+
React.createElement("path", { d: "m2.7 9.785 7.2-7.2c.78-.78 2.05-.78 2.83 0l.66.66c.78.78.78 2.05 0 2.83l-7.2 7.2", className: "stroke-linejoin-round stroke-linecap-round" }),
|
|
145
|
+
React.createElement("path", { d: "m9 3.995 3 3", className: "stroke-linejoin-round stroke-linecap-round awsui-icon-eraser" })),
|
|
117
146
|
"ellipsis": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
118
|
-
React.createElement("circle", { cx: "8", cy: "2.5", r: "1.5", className: "filled no-stroke" }),
|
|
119
|
-
React.createElement("circle", { cx: "8", cy: "13.5", r: "1.5", className: "filled no-stroke" }),
|
|
147
|
+
React.createElement("circle", { cx: "8", cy: "2.5", r: "1.5", className: "filled no-stroke awsui-icon-dot-1" }),
|
|
148
|
+
React.createElement("circle", { cx: "8", cy: "13.5", r: "1.5", className: "filled no-stroke awsui-icon-dot-3" }),
|
|
120
149
|
React.createElement("circle", { cx: "8", cy: "8", r: "1.5", className: "filled no-stroke" })),
|
|
121
150
|
"envelope": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
122
|
-
React.createElement("path", { d: "m1 3 7 6
|
|
151
|
+
React.createElement("path", { d: "m1 3 7 6", className: "stroke-linejoin-round stroke-linecap-round awsui-icon-flap-left" }),
|
|
152
|
+
React.createElement("path", { d: "M15 3 8 9", className: "stroke-linejoin-round stroke-linecap-round awsui-icon-flap-right" }),
|
|
123
153
|
React.createElement("path", { d: "M15 3H1v10h14V3Z", className: "stroke-linejoin-round" })),
|
|
124
154
|
"exit-full-screen": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
125
155
|
React.createElement("path", { d: "M1 10.01h5V15", className: "stroke-linejoin-round awsui-icon-corner-bl" }),
|
|
@@ -166,8 +196,11 @@ const icons = {
|
|
|
166
196
|
"flag": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
167
197
|
React.createElement("path", { d: "M1.99 16V1M2 2.14c4 2.71 8-2.99 12-.28v7.28c-4-2.89-8 2.61-12-.28", className: "stroke-linejoin-round" })),
|
|
168
198
|
"folder-open": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
169
|
-
React.createElement("path", { d: "
|
|
170
|
-
React.createElement("path", { d: "
|
|
199
|
+
React.createElement("path", { d: "M2 7V2h6l1 2h5c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-1", className: "stroke-linejoin-round" }),
|
|
200
|
+
React.createElement("path", { d: "M1 7h10", className: "awsui-icon-flap-top" }),
|
|
201
|
+
React.createElement("path", { d: "M3 14h11", className: "awsui-icon-flap-bottom" }),
|
|
202
|
+
React.createElement("path", { d: "m1 7 2 7", className: "stroke-linecap-round awsui-icon-flap-left" }),
|
|
203
|
+
React.createElement("path", { d: "m11 7 3 7", className: "stroke-linecap-round awsui-icon-flap-right" })),
|
|
171
204
|
"folder": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
172
205
|
React.createElement("path", { d: "M15 5v9H2V2h6l1 2h5c.55 0 1 .45 1 1Z", className: "stroke-linejoin-round" })),
|
|
173
206
|
"forward-10-seconds": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
@@ -185,9 +218,13 @@ const icons = {
|
|
|
185
218
|
React.createElement("path", { d: "M2.38 4.915c.02.05.07.08.12.08.05 0 .12-.08.12-.08l.66-1.64 1.64-.66a.13.13 0 0 0 .08-.12c0-.05-.08-.12-.08-.12l-1.64-.66-.66-1.64c-.04-.1-.2-.1-.24 0l-.66 1.64-1.64.66a.13.13 0 0 0-.08.12c0 .05.08.12.08.12l1.64.66.66 1.64Z", className: "filled no-stroke awsui-icon-sparkle" })),
|
|
186
219
|
"globe": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
187
220
|
React.createElement("circle", { cx: "8", cy: "8", r: "7" }),
|
|
188
|
-
React.createElement("
|
|
221
|
+
React.createElement("ellipse", { cx: "8", cy: "8", rx: "3", ry: "7", className: "awsui-icon-meridian" }),
|
|
222
|
+
React.createElement("path", { d: "M1 8h14", className: "stroke-linejoin-round" })),
|
|
189
223
|
"grid-view": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
190
|
-
React.createElement("path", { d: "M6 10H2v4h4v-
|
|
224
|
+
React.createElement("path", { d: "M6 10H2v4h4v-4Z", className: "stroke-linejoin-round awsui-icon-cell-bl" }),
|
|
225
|
+
React.createElement("path", { d: "M14 10h-4v4h4v-4Z", className: "stroke-linejoin-round awsui-icon-cell-br" }),
|
|
226
|
+
React.createElement("path", { d: "M6 2H2v4h4V2Z", className: "stroke-linejoin-round awsui-icon-cell-tl" }),
|
|
227
|
+
React.createElement("path", { d: "M14 2h-4v4h4V2Z", className: "stroke-linejoin-round awsui-icon-cell-tr" })),
|
|
191
228
|
"group-active": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
192
229
|
React.createElement("circle", { cx: "11", cy: "7", r: "3", className: "filled no-stroke" }),
|
|
193
230
|
React.createElement("circle", { cx: "4.25", cy: "4.25", r: "2.75", className: "filled no-stroke" }),
|
|
@@ -209,24 +246,37 @@ const icons = {
|
|
|
209
246
|
React.createElement("path", { d: "M9 9H5", className: "stroke-linejoin-round awsui-icon-hand" }),
|
|
210
247
|
React.createElement("path", { d: "M9 9h.01", className: "stroke-linecap-round" })),
|
|
211
248
|
"insert-row": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
212
|
-
React.createElement("path", { d: "M6
|
|
249
|
+
React.createElement("path", { d: "M6 11H1V2h14v4", className: "stroke-linejoin-round awsui-icon-frame" }),
|
|
250
|
+
React.createElement("path", { d: "M12 7v8", className: "stroke-linejoin-round awsui-icon-plus-v" }),
|
|
251
|
+
React.createElement("path", { d: "M8 11h8", className: "stroke-linejoin-round awsui-icon-plus-h" })),
|
|
213
252
|
"internal-link": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
214
|
-
React.createElement("path", { d: "m6.5 4 4 4-4 4", className: "stroke-linejoin-round" }),
|
|
215
|
-
React.createElement("path", { d: "M2 8h8.5" })),
|
|
253
|
+
React.createElement("path", { d: "m6.5 4 4 4-4 4", className: "stroke-linejoin-round awsui-icon-glyph" }),
|
|
254
|
+
React.createElement("path", { d: "M2 8h8.5", className: "awsui-icon-glyph" })),
|
|
216
255
|
"key": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
217
256
|
React.createElement("path", { d: "M10 1a5.002 5.002 0 0 0-4.6 6.96L1 12.36v2.65h4v-2h3v-2.42c.61.27 1.29.42 2 .42 2.76 0 5-2.24 5-5s-2.24-5-5-5V1Z", className: "stroke-linejoin-round" }),
|
|
218
257
|
React.createElement("path", { d: "M10.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z", className: "filled no-stroke" })),
|
|
219
258
|
"keyboard": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
220
|
-
React.createElement("path", { d: "M15
|
|
259
|
+
React.createElement("path", { d: "M15 2H1v12h14V2Z", className: "stroke-linejoin-round" }),
|
|
260
|
+
React.createElement("path", { d: "M4 5h2", className: "awsui-icon-key-tl" }),
|
|
261
|
+
React.createElement("path", { d: "M7 5h2", className: "awsui-icon-key-tc" }),
|
|
262
|
+
React.createElement("path", { d: "M10 5h2", className: "awsui-icon-key-tr" }),
|
|
263
|
+
React.createElement("path", { d: "M4 8h2", className: "awsui-icon-key-ml" }),
|
|
264
|
+
React.createElement("path", { d: "M7 8h2", className: "awsui-icon-key-mc" }),
|
|
265
|
+
React.createElement("path", { d: "M10 8h2", className: "awsui-icon-key-mr" }),
|
|
266
|
+
React.createElement("path", { d: "M4 11h8", className: "awsui-icon-space" })),
|
|
221
267
|
"light-dark": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
222
268
|
React.createElement("circle", { cx: "8", cy: "8", r: "7" }),
|
|
223
|
-
React.createElement("path", { d: "M8 15A7 7 0 1 0 8 1v14Z", className: "filled no-stroke" })),
|
|
269
|
+
React.createElement("path", { d: "M8 15A7 7 0 1 0 8 1v14Z", className: "filled no-stroke awsui-icon-half" })),
|
|
224
270
|
"list-view": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
225
|
-
React.createElement("path", { d: "M5
|
|
271
|
+
React.createElement("path", { d: "M5 3h10" }),
|
|
272
|
+
React.createElement("path", { d: "M5 8h10", className: "awsui-icon-line-middle" }),
|
|
273
|
+
React.createElement("path", { d: "M5 13h10", className: "awsui-icon-line-bottom" }),
|
|
226
274
|
React.createElement("path", { d: "M2.01 3.01H2V3h.01v.01ZM2.01 8.01H2V8h.01v.01ZM2.01 13.01H2V13h.01v.01Z", className: "filled" })),
|
|
227
275
|
"location-pin": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
228
|
-
React.createElement("path", { d: "M8 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z", className: "stroke-linejoin-round" }),
|
|
229
|
-
React.createElement("path", { d: "M12.01 9c.63-.83 1-1.87 1-3 0-2.76-2.24-5-5-5a5.002 5.002 0 0 0-4
|
|
276
|
+
React.createElement("path", { d: "M8 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z", className: "stroke-linejoin-round awsui-icon-dot" }),
|
|
277
|
+
React.createElement("path", { d: "M12.01 9c.63-.83 1-1.87 1-3 0-2.76-2.24-5-5-5a5.002 5.002 0 0 0-4 8", className: "stroke-linejoin-round stroke-linecap-round awsui-icon-head" }),
|
|
278
|
+
React.createElement("path", { d: "m4.01 9 4 6", className: "stroke-linecap-round awsui-icon-leg-left" }),
|
|
279
|
+
React.createElement("path", { d: "m12.01 9-4 6", className: "stroke-linecap-round awsui-icon-leg-right" })),
|
|
230
280
|
"lock-private": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
231
281
|
React.createElement("path", { d: "M12 7H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1Z", className: "stroke-linejoin-round" }),
|
|
232
282
|
React.createElement("g", { className: "awsui-icon-clip" },
|
|
@@ -234,7 +284,9 @@ const icons = {
|
|
|
234
284
|
"map": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
235
285
|
React.createElement("path", { d: "M2 12.8V2l3.61 1.21V14L2 12.8ZM10.4 12.8V2L14 3.05V14l-3.6-1.2ZM5.61 14l4.79-1.2M5.61 3.21 10.4 2", className: "stroke-linejoin-round" })),
|
|
236
286
|
"menu": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
237
|
-
React.createElement("path", { d: "M15
|
|
287
|
+
React.createElement("path", { d: "M15 3H1", className: "stroke-linejoin-round awsui-icon-line-top" }),
|
|
288
|
+
React.createElement("path", { d: "M15 8H1", className: "stroke-linejoin-round" }),
|
|
289
|
+
React.createElement("path", { d: "M15 13H1", className: "stroke-linejoin-round awsui-icon-line-bottom" })),
|
|
238
290
|
"microphone-off": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
239
291
|
React.createElement("path", { d: "M3 15.01h10M8 15v-3" }),
|
|
240
292
|
React.createElement("path", { d: "M6.6 8.43c.36.36.86.59 1.41.59 1.1 0 2-.9 2-2v-2L6.6 8.43Z", className: "filled" }),
|
|
@@ -245,8 +297,13 @@ const icons = {
|
|
|
245
297
|
React.createElement("path", { d: "M3 15h10M8 15v-3M10 3a2 2 0 1 0-4 0v4a2 2 0 1 0 4 0V3Z", className: "stroke-linejoin-round" }),
|
|
246
298
|
React.createElement("path", { d: "M13 7c0 2.76-2.24 5-5 5S3 9.76 3 7", className: "stroke-linejoin-round" })),
|
|
247
299
|
"mini-player": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
248
|
-
React.createElement("path", { d: "
|
|
249
|
-
React.createElement("path", { d: "
|
|
300
|
+
React.createElement("path", { d: "M2 2v12h3", pathLength: "1", className: "stroke-linejoin-round awsui-icon-frame", strokeDasharray: "1" }),
|
|
301
|
+
React.createElement("path", { d: "M2 2h12v5", pathLength: "1", className: "stroke-linejoin-round awsui-icon-frame", strokeDasharray: "1" }),
|
|
302
|
+
React.createElement("path", { d: "M2 2h.001", className: "stroke-linecap-round" }),
|
|
303
|
+
React.createElement("path", { d: "M14 14.01H6", pathLength: "1", className: "stroke-linecap-round awsui-icon-screen-bottom", strokeDasharray: "1", strokeDashoffset: ".25" }),
|
|
304
|
+
React.createElement("path", { d: "M14 14.01V8", pathLength: "1", className: "stroke-linecap-round awsui-icon-screen-right", strokeDasharray: "1", strokeDashoffset: ".333" }),
|
|
305
|
+
React.createElement("path", { d: "M8 14.01V8", pathLength: "1", className: "stroke-linecap-round awsui-icon-screen-left", strokeDasharray: "1", strokeDashoffset: ".333" }),
|
|
306
|
+
React.createElement("path", { d: "M14 10.01H6", pathLength: "1", className: "stroke-linecap-round awsui-icon-screen-top", strokeDasharray: "1", strokeDashoffset: ".25" })),
|
|
250
307
|
"multiscreen": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
251
308
|
React.createElement("path", { d: "M15 5H5v7h10V5Z", className: "stroke-linejoin-round awsui-icon-front" }),
|
|
252
309
|
React.createElement("path", { d: "M11 3V1.01L1.01 1 1 8h1.998", className: "stroke-linejoin-round awsui-icon-back" }),
|
|
@@ -260,10 +317,10 @@ const icons = {
|
|
|
260
317
|
React.createElement("path", { d: "m4 13.03 8-5-8-5v10Z", className: "stroke-linejoin-round filled" })),
|
|
261
318
|
"redo": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
262
319
|
React.createElement("path", { d: "m11 2 4 4-4 4", className: "stroke-linejoin-round awsui-icon-arrow" }),
|
|
263
|
-
React.createElement("path", { d: "
|
|
320
|
+
React.createElement("path", { d: "M15 6H5.5C3.01 6 1 8.01 1 10.5S3.01 15 5.5 15H8", pathLength: "1", className: "stroke-linejoin-round awsui-icon-line" })),
|
|
264
321
|
"refresh": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
265
|
-
React.createElement("path", { d: "M15 0v5l-5-.04", className: "stroke-linejoin-round
|
|
266
|
-
React.createElement("path", { d: "M15 8c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.13-7 7-7c2.79 0 5.2 1.63 6.33 4"
|
|
322
|
+
React.createElement("path", { d: "M15 0v5l-5-.04", className: "stroke-linejoin-round" }),
|
|
323
|
+
React.createElement("path", { d: "M15 8c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.13-7 7-7c2.79 0 5.2 1.63 6.33 4" })),
|
|
267
324
|
"remove": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
268
325
|
React.createElement("path", { d: "M1 5h14", className: "stroke-linejoin-round awsui-icon-lid" }),
|
|
269
326
|
React.createElement("path", { d: "m13 5-1 10H4L3 5", className: "stroke-linejoin-round awsui-icon-side" }),
|
|
@@ -292,8 +349,9 @@ const icons = {
|
|
|
292
349
|
React.createElement("path", { d: "M10 1v5h5M10.71 5.29 15 1", className: "stroke-linejoin-round awsui-icon-corner-tr" }),
|
|
293
350
|
React.createElement("path", { d: "M1 10h5v5M5.3 10.7 1 15", className: "stroke-linejoin-round awsui-icon-corner-bl" })),
|
|
294
351
|
"side-bar": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
295
|
-
React.createElement("
|
|
296
|
-
React.createElement("
|
|
352
|
+
React.createElement("rect", { x: "1", y: "3", width: "14", height: "10", rx: "1" }),
|
|
353
|
+
React.createElement("svg", { x: "1", y: "3", width: "14", height: "10", viewBox: "1 3 14 10", overflow: "hidden" },
|
|
354
|
+
React.createElement("path", { d: "M6 3v10", className: "awsui-icon-bar" }))),
|
|
297
355
|
"sign-out": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
298
356
|
React.createElement("path", { d: "M7 2H2v12h5", className: "stroke-linejoin-round" }),
|
|
299
357
|
React.createElement("path", { d: "M13.98 8.018 5.5 8.01m4.241 4.244 4.243-4.242-4.243-4.243", className: "stroke-linejoin-round awsui-icon-arrow" })),
|
|
@@ -356,14 +414,22 @@ const icons = {
|
|
|
356
414
|
"ticket": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
357
415
|
React.createElement("path", { d: "M13 8c0-1.1.9-2 2-2V3H1v3c1.1 0 2 .9 2 2s-.9 2-2 2v3h14v-3c-1.1 0-2-.9-2-2Z", className: "stroke-linejoin-round" })),
|
|
358
416
|
"transcript": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
359
|
-
React.createElement("path", { d: "M15
|
|
417
|
+
React.createElement("path", { d: "M15 1H1v14h14V1Z", className: "stroke-linejoin-round" }),
|
|
418
|
+
React.createElement("path", { d: "M9 10H4", className: "stroke-linejoin-round awsui-icon-line-bottom" }),
|
|
419
|
+
React.createElement("path", { d: "M12 6H4", className: "stroke-linejoin-round awsui-icon-line-top" })),
|
|
360
420
|
"treeview-collapse": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
361
|
-
React.createElement("path", { d: "M14
|
|
421
|
+
React.createElement("path", { d: "M14 2H2v12h12V2Z", className: "stroke-linejoin-round" }),
|
|
422
|
+
React.createElement("path", { d: "M8 8H5", pathLength: "1", className: "awsui-icon-arm", strokeDasharray: "1" }),
|
|
423
|
+
React.createElement("path", { d: "M8 8h3", pathLength: "1", className: "awsui-icon-arm", strokeDasharray: "1" })),
|
|
362
424
|
"treeview-expand": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
363
|
-
React.createElement("path", { d: "M14
|
|
425
|
+
React.createElement("path", { d: "M14 2H2v12h12V2Z", className: "stroke-linejoin-round" }),
|
|
426
|
+
React.createElement("path", { d: "M8 8V4.25", pathLength: "1", className: "awsui-icon-arm", strokeDasharray: "1", strokeDashoffset: ".2" }),
|
|
427
|
+
React.createElement("path", { d: "M8 8v3.75", pathLength: "1", className: "awsui-icon-arm", strokeDasharray: "1", strokeDashoffset: ".2" }),
|
|
428
|
+
React.createElement("path", { d: "M8 8H4.25", pathLength: "1", className: "awsui-icon-arm", strokeDasharray: "1", strokeDashoffset: ".2" }),
|
|
429
|
+
React.createElement("path", { d: "M8 8h3.75", pathLength: "1", className: "awsui-icon-arm", strokeDasharray: "1", strokeDashoffset: ".2" })),
|
|
364
430
|
"undo": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
365
431
|
React.createElement("path", { d: "M5 2 1 6l4 4", className: "stroke-linejoin-round awsui-icon-arrow" }),
|
|
366
|
-
React.createElement("path", { d: "
|
|
432
|
+
React.createElement("path", { d: "M1 6h9.5c2.49 0 4.5 2.01 4.5 4.5S12.99 15 10.5 15H8", pathLength: "1", className: "stroke-linejoin-round awsui-icon-line" })),
|
|
367
433
|
"unlocked": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
368
434
|
React.createElement("path", { d: "M11 7H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1Z", className: "stroke-linejoin-round" }),
|
|
369
435
|
React.createElement("g", { className: "awsui-icon-clip" },
|
|
@@ -399,13 +465,15 @@ const icons = {
|
|
|
399
465
|
React.createElement("path", { d: "M3 15h10M6 7h4M8 15v-3" })),
|
|
400
466
|
"view-full": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
401
467
|
React.createElement("path", { d: "M15 1H1v14h14V1Z", className: "stroke-linejoin-round" }),
|
|
402
|
-
React.createElement("path", { d: "M11.5 4h-7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Z", className: "filled no-stroke" })),
|
|
468
|
+
React.createElement("path", { d: "M11.5 4h-7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Z", className: "filled no-stroke awsui-icon-panel" })),
|
|
403
469
|
"view-horizontal": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
404
470
|
React.createElement("path", { d: "M15 15V1H1v14h14Z", className: "stroke-linejoin-round" }),
|
|
405
|
-
React.createElement("
|
|
471
|
+
React.createElement("svg", { x: "1", y: "1", width: "14", height: "14", viewBox: "1 1 14 14", overflow: "hidden" },
|
|
472
|
+
React.createElement("path", { d: "M11.5 7h-7a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5Z", className: "filled no-stroke awsui-icon-panel" }))),
|
|
406
473
|
"view-vertical": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
407
474
|
React.createElement("path", { d: "M15 1H1v14h14V1Z", className: "stroke-linejoin-round" }),
|
|
408
|
-
React.createElement("
|
|
475
|
+
React.createElement("svg", { x: "1", y: "1", width: "14", height: "14", viewBox: "1 1 14 14", overflow: "hidden" },
|
|
476
|
+
React.createElement("path", { d: "M11.5 4h-4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Z", className: "filled no-stroke awsui-icon-panel" }))),
|
|
409
477
|
"zoom-in": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", "data-awsui-icon-animated": "true" },
|
|
410
478
|
React.createElement("circle", { cx: "7", cy: "7", r: "6" }),
|
|
411
479
|
React.createElement("path", { d: "m11 11 4 4" }),
|