From a5214210b109542e9e364e5ca3cf548e92e2bc1c Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Tue, 14 Oct 2025 11:25:06 +0300 Subject: [PATCH 1/6] fix(EuiIcon, EuiBetaBadge): correct the role attribute --- .../badge/beta_badge/beta_badge.tsx | 8 +- .../icon/__snapshots__/icon.test.tsx.snap | 550 ------------------ packages/eui/src/components/icon/icon.tsx | 2 +- 3 files changed, 8 insertions(+), 552 deletions(-) diff --git a/packages/eui/src/components/badge/beta_badge/beta_badge.tsx b/packages/eui/src/components/badge/beta_badge/beta_badge.tsx index 504da95cb43..9ef89cdee52 100644 --- a/packages/eui/src/components/badge/beta_badge/beta_badge.tsx +++ b/packages/eui/src/components/badge/beta_badge/beta_badge.tsx @@ -231,7 +231,13 @@ export const EuiBetaBadge: FunctionComponent = ({ title={title || label} anchorProps={anchorProps} > - + {icon || label} diff --git a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap index 81a07e89f06..4fa817a85b0 100644 --- a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -26,7 +26,6 @@ exports[`EuiIcon props color #885522 is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgb(136, 85, 34);" viewBox="0 0 16 16" width="16" @@ -45,7 +44,6 @@ exports[`EuiIcon props color #fde is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgb(255, 221, 238);" viewBox="0 0 16 16" width="16" @@ -64,7 +62,6 @@ exports[`EuiIcon props color accent is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -82,7 +79,6 @@ exports[`EuiIcon props color accentSecondary is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -100,7 +96,6 @@ exports[`EuiIcon props color danger is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -118,7 +113,6 @@ exports[`EuiIcon props color default is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -136,7 +130,6 @@ exports[`EuiIcon props color ghost is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -154,7 +147,6 @@ exports[`EuiIcon props color hsla(270, 60%, 70%, 0.9) is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgba(179, 133, 224, 0.9);" viewBox="0 0 16 16" width="16" @@ -173,7 +165,6 @@ exports[`EuiIcon props color inherit is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -191,7 +182,6 @@ exports[`EuiIcon props color neutral is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -209,7 +199,6 @@ exports[`EuiIcon props color primary is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -227,7 +216,6 @@ exports[`EuiIcon props color rgb(100, 150, 200) is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" style="color: rgb(100, 150, 200);" viewBox="0 0 16 16" width="16" @@ -246,7 +234,6 @@ exports[`EuiIcon props color risk is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -264,7 +251,6 @@ exports[`EuiIcon props color subdued is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -282,7 +268,6 @@ exports[`EuiIcon props color success is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -300,7 +285,6 @@ exports[`EuiIcon props color text is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -318,7 +302,6 @@ exports[`EuiIcon props color warning is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -357,7 +340,6 @@ exports[`EuiIcon props size \${size} is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -375,7 +357,6 @@ exports[`EuiIcon props size \${size} is rendered 2`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -393,7 +374,6 @@ exports[`EuiIcon props size \${size} is rendered 3`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -411,7 +391,6 @@ exports[`EuiIcon props size \${size} is rendered 4`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -429,7 +408,6 @@ exports[`EuiIcon props size \${size} is rendered 5`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -447,7 +425,6 @@ exports[`EuiIcon props size \${size} is rendered 6`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -465,7 +442,6 @@ exports[`EuiIcon props tabIndex renders focusable="false" when -1 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" tabindex="-1" viewBox="0 0 16 16" width="16" @@ -484,7 +460,6 @@ exports[`EuiIcon props tabIndex renders focusable="false" when not provided 1`] data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -502,7 +477,6 @@ exports[`EuiIcon props tabIndex renders focusable="true" when 0 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" tabindex="0" viewBox="0 0 16 16" width="16" @@ -544,7 +518,6 @@ exports[`EuiIcon props type accessibility is rendered 1`] = ` data-icon-type="accessibility" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -562,7 +535,6 @@ exports[`EuiIcon props type addDataApp is rendered 1`] = ` data-icon-type="addDataApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -584,7 +556,6 @@ exports[`EuiIcon props type advancedSettingsApp is rendered 1`] = ` data-icon-type="advancedSettingsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -620,7 +591,6 @@ exports[`EuiIcon props type agentApp is rendered 1`] = ` data-icon-type="agentApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -652,7 +622,6 @@ exports[`EuiIcon props type aggregate is rendered 1`] = ` data-icon-type="aggregate" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -672,7 +641,6 @@ exports[`EuiIcon props type alert is rendered 1`] = ` data-icon-type="alert" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -701,7 +669,6 @@ exports[`EuiIcon props type analyzeEvent is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -721,7 +688,6 @@ exports[`EuiIcon props type annotation is rendered 1`] = ` data-icon-type="annotation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -739,7 +705,6 @@ exports[`EuiIcon props type anomalyChart is rendered 1`] = ` data-icon-type="anomalyChart" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -760,7 +725,6 @@ exports[`EuiIcon props type anomalySwimLane is rendered 1`] = ` data-icon-type="anomalySwimLane" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -778,7 +742,6 @@ exports[`EuiIcon props type apmApp is rendered 1`] = ` data-icon-type="apmApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -800,7 +763,6 @@ exports[`EuiIcon props type apmTrace is rendered 1`] = ` data-icon-type="apmTrace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -818,7 +780,6 @@ exports[`EuiIcon props type appSearchApp is rendered 1`] = ` data-icon-type="appSearchApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -842,7 +803,6 @@ exports[`EuiIcon props type apps is rendered 1`] = ` data-icon-type="apps" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -860,7 +820,6 @@ exports[`EuiIcon props type arrowDown is rendered 1`] = ` data-icon-type="arrowDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -880,7 +839,6 @@ exports[`EuiIcon props type arrowEnd is rendered 1`] = ` data-icon-type="arrowEnd" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -900,7 +858,6 @@ exports[`EuiIcon props type arrowLeft is rendered 1`] = ` data-icon-type="arrowLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -920,7 +877,6 @@ exports[`EuiIcon props type arrowRight is rendered 1`] = ` data-icon-type="arrowRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -940,7 +896,6 @@ exports[`EuiIcon props type arrowStart is rendered 1`] = ` data-icon-type="arrowStart" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -960,7 +915,6 @@ exports[`EuiIcon props type arrowUp is rendered 1`] = ` data-icon-type="arrowUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -981,7 +935,6 @@ exports[`EuiIcon props type article is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1004,7 +957,6 @@ exports[`EuiIcon props type asterisk is rendered 1`] = ` data-icon-type="asterisk" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1022,7 +974,6 @@ exports[`EuiIcon props type at is rendered 1`] = ` data-icon-type="at" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1041,7 +992,6 @@ exports[`EuiIcon props type auditbeatApp is rendered 1`] = ` data-icon-type="auditbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1081,7 +1031,6 @@ exports[`EuiIcon props type beaker is rendered 1`] = ` data-icon-type="beaker" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1101,7 +1050,6 @@ exports[`EuiIcon props type bell is rendered 1`] = ` data-icon-type="bell" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1121,7 +1069,6 @@ exports[`EuiIcon props type bellSlash is rendered 1`] = ` data-icon-type="bellSlash" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1144,7 +1091,6 @@ exports[`EuiIcon props type beta is rendered 1`] = ` data-icon-type="beta" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1162,7 +1108,6 @@ exports[`EuiIcon props type bolt is rendered 1`] = ` data-icon-type="bolt" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1180,7 +1125,6 @@ exports[`EuiIcon props type boxesHorizontal is rendered 1`] = ` data-icon-type="boxesHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1198,7 +1142,6 @@ exports[`EuiIcon props type boxesVertical is rendered 1`] = ` data-icon-type="boxesVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1216,7 +1159,6 @@ exports[`EuiIcon props type branch is rendered 1`] = ` data-icon-type="branch" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1234,7 +1176,6 @@ exports[`EuiIcon props type branchUser is rendered 1`] = ` data-icon-type="branchUser" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1257,7 +1198,6 @@ exports[`EuiIcon props type broom is rendered 1`] = ` data-icon-type="broom" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1275,7 +1215,6 @@ exports[`EuiIcon props type brush is rendered 1`] = ` data-icon-type="brush" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1293,7 +1232,6 @@ exports[`EuiIcon props type bug is rendered 1`] = ` data-icon-type="bug" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1311,7 +1249,6 @@ exports[`EuiIcon props type bullseye is rendered 1`] = ` data-icon-type="bullseye" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1329,7 +1266,6 @@ exports[`EuiIcon props type calendar is rendered 1`] = ` data-icon-type="calendar" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1348,7 +1284,6 @@ exports[`EuiIcon props type canvasApp is rendered 1`] = ` data-icon-type="canvasApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1370,7 +1305,6 @@ exports[`EuiIcon props type casesApp is rendered 1`] = ` data-icon-type="casesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1403,7 +1337,6 @@ exports[`EuiIcon props type changePointDetection is rendered 1`] = ` data-icon-type="changePointDetection" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1424,7 +1357,6 @@ exports[`EuiIcon props type check is rendered 1`] = ` data-icon-type="check" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1444,7 +1376,6 @@ exports[`EuiIcon props type checkCircle is rendered 1`] = ` data-icon-type="checkCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1467,7 +1398,6 @@ exports[`EuiIcon props type checkInCircleFilled is rendered 1`] = ` data-icon-type="checkInCircleFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1490,7 +1420,6 @@ exports[`EuiIcon props type cheer is rendered 1`] = ` data-icon-type="cheer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1508,7 +1437,6 @@ exports[`EuiIcon props type classificationJob is rendered 1`] = ` data-icon-type="classificationJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1530,7 +1458,6 @@ exports[`EuiIcon props type clickLeft is rendered 1`] = ` data-icon-type="clickLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1555,7 +1482,6 @@ exports[`EuiIcon props type clickRight is rendered 1`] = ` data-icon-type="clickRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1580,7 +1506,6 @@ exports[`EuiIcon props type clock is rendered 1`] = ` data-icon-type="clock" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1603,7 +1528,6 @@ exports[`EuiIcon props type clockCounter is rendered 1`] = ` data-icon-type="clockCounter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1624,7 +1548,6 @@ exports[`EuiIcon props type cloudDrizzle is rendered 1`] = ` data-icon-type="cloudDrizzle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1642,7 +1565,6 @@ exports[`EuiIcon props type cloudStormy is rendered 1`] = ` data-icon-type="cloudStormy" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1660,7 +1582,6 @@ exports[`EuiIcon props type cloudSunny is rendered 1`] = ` data-icon-type="cloudSunny" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1679,7 +1600,6 @@ exports[`EuiIcon props type cluster is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1699,7 +1619,6 @@ exports[`EuiIcon props type code is rendered 1`] = ` data-icon-type="code" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1717,7 +1636,6 @@ exports[`EuiIcon props type codeApp is rendered 1`] = ` data-icon-type="codeApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1739,7 +1657,6 @@ exports[`EuiIcon props type color is rendered 1`] = ` data-icon-type="color" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1757,7 +1674,6 @@ exports[`EuiIcon props type comment is rendered 1`] = ` data-icon-type="comment" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1780,7 +1696,6 @@ exports[`EuiIcon props type compute is rendered 1`] = ` data-icon-type="compute" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1805,7 +1720,6 @@ exports[`EuiIcon props type console is rendered 1`] = ` data-icon-type="console" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1823,7 +1737,6 @@ exports[`EuiIcon props type consoleApp is rendered 1`] = ` data-icon-type="consoleApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -1848,7 +1761,6 @@ exports[`EuiIcon props type container is rendered 1`] = ` data-icon-type="container" data-is-loaded="true" fill="none" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -1867,7 +1779,6 @@ exports[`EuiIcon props type continuityAbove is rendered 1`] = ` data-icon-type="continuityAbove" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1885,7 +1796,6 @@ exports[`EuiIcon props type continuityAboveBelow is rendered 1`] = ` data-icon-type="continuityAboveBelow" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1903,7 +1813,6 @@ exports[`EuiIcon props type continuityBelow is rendered 1`] = ` data-icon-type="continuityBelow" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1921,7 +1830,6 @@ exports[`EuiIcon props type continuityWithin is rendered 1`] = ` data-icon-type="continuityWithin" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1939,7 +1847,6 @@ exports[`EuiIcon props type contrast is rendered 1`] = ` data-icon-type="contrast" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1959,7 +1866,6 @@ exports[`EuiIcon props type contrastHigh is rendered 1`] = ` data-icon-type="contrastHigh" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1979,7 +1885,6 @@ exports[`EuiIcon props type controls is rendered 1`] = ` data-icon-type="controls" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -1999,7 +1904,6 @@ exports[`EuiIcon props type controlsHorizontal is rendered 1`] = ` data-icon-type="controlsHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2019,7 +1923,6 @@ exports[`EuiIcon props type controlsVertical is rendered 1`] = ` data-icon-type="controlsVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2039,7 +1942,6 @@ exports[`EuiIcon props type copy is rendered 1`] = ` data-icon-type="copy" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2062,7 +1964,6 @@ exports[`EuiIcon props type copyClipboard is rendered 1`] = ` data-icon-type="copyClipboard" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2085,7 +1986,6 @@ exports[`EuiIcon props type createAdvancedJob is rendered 1`] = ` data-icon-type="createAdvancedJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2107,7 +2007,6 @@ exports[`EuiIcon props type createGenericJob is rendered 1`] = ` data-icon-type="createGenericJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2129,7 +2028,6 @@ exports[`EuiIcon props type createGeoJob is rendered 1`] = ` data-icon-type="createGeoJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2151,7 +2049,6 @@ exports[`EuiIcon props type createMultiMetricJob is rendered 1`] = ` data-icon-type="createMultiMetricJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2173,7 +2070,6 @@ exports[`EuiIcon props type createPopulationJob is rendered 1`] = ` data-icon-type="createPopulationJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2195,7 +2091,6 @@ exports[`EuiIcon props type createSingleMetricJob is rendered 1`] = ` data-icon-type="createSingleMetricJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2217,7 +2112,6 @@ exports[`EuiIcon props type cross is rendered 1`] = ` data-icon-type="cross" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2237,7 +2131,6 @@ exports[`EuiIcon props type crossClusterReplicationApp is rendered 1`] = ` data-icon-type="crossClusterReplicationApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2259,7 +2152,6 @@ exports[`EuiIcon props type crossInCircle is rendered 1`] = ` data-icon-type="crossInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2284,7 +2176,6 @@ exports[`EuiIcon props type crosshairs is rendered 1`] = ` data-icon-type="crosshairs" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2302,7 +2193,6 @@ exports[`EuiIcon props type currency is rendered 1`] = ` data-icon-type="currency" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2320,7 +2210,6 @@ exports[`EuiIcon props type cut is rendered 1`] = ` data-icon-type="cut" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2339,7 +2228,6 @@ exports[`EuiIcon props type dashboardApp is rendered 1`] = ` data-icon-type="dashboardApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2368,7 +2256,6 @@ exports[`EuiIcon props type dataVisualizer is rendered 1`] = ` data-icon-type="dataVisualizer" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2390,7 +2277,6 @@ exports[`EuiIcon props type database is rendered 1`] = ` data-icon-type="database" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2408,7 +2294,6 @@ exports[`EuiIcon props type desktop is rendered 1`] = ` data-icon-type="desktop" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2431,7 +2316,6 @@ exports[`EuiIcon props type devToolsApp is rendered 1`] = ` data-icon-type="devToolsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2453,7 +2337,6 @@ exports[`EuiIcon props type diff is rendered 1`] = ` data-icon-type="diff" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2471,7 +2354,6 @@ exports[`EuiIcon props type discoverApp is rendered 1`] = ` data-icon-type="discoverApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -2493,7 +2375,6 @@ exports[`EuiIcon props type discuss is rendered 1`] = ` data-icon-type="discuss" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2516,7 +2397,6 @@ exports[`EuiIcon props type document is rendered 1`] = ` data-icon-type="document" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2536,7 +2416,6 @@ exports[`EuiIcon props type documentEdit is rendered 1`] = ` data-icon-type="documentEdit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2554,7 +2433,6 @@ exports[`EuiIcon props type documentation is rendered 1`] = ` data-icon-type="documentation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2575,7 +2453,6 @@ exports[`EuiIcon props type documents is rendered 1`] = ` data-icon-type="documents" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2593,7 +2470,6 @@ exports[`EuiIcon props type dot is rendered 1`] = ` data-icon-type="dot" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2612,7 +2488,6 @@ exports[`EuiIcon props type dotInCircle is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2635,7 +2510,6 @@ exports[`EuiIcon props type doubleArrowLeft is rendered 1`] = ` data-icon-type="doubleArrowLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2660,7 +2534,6 @@ exports[`EuiIcon props type doubleArrowRight is rendered 1`] = ` data-icon-type="doubleArrowRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2685,7 +2558,6 @@ exports[`EuiIcon props type download is rendered 1`] = ` data-icon-type="download" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2706,7 +2578,6 @@ exports[`EuiIcon props type editorAlignCenter is rendered 1`] = ` data-icon-type="editorAlignCenter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2724,7 +2595,6 @@ exports[`EuiIcon props type editorAlignLeft is rendered 1`] = ` data-icon-type="editorAlignLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2742,7 +2612,6 @@ exports[`EuiIcon props type editorAlignRight is rendered 1`] = ` data-icon-type="editorAlignRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2760,7 +2629,6 @@ exports[`EuiIcon props type editorBold is rendered 1`] = ` data-icon-type="editorBold" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2778,7 +2646,6 @@ exports[`EuiIcon props type editorChecklist is rendered 1`] = ` data-icon-type="editorChecklist" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2796,7 +2663,6 @@ exports[`EuiIcon props type editorCodeBlock is rendered 1`] = ` data-icon-type="editorCodeBlock" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2814,7 +2680,6 @@ exports[`EuiIcon props type editorComment is rendered 1`] = ` data-icon-type="editorComment" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2837,7 +2702,6 @@ exports[`EuiIcon props type editorDistributeHorizontal is rendered 1`] = ` data-icon-type="editorDistributeHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2855,7 +2719,6 @@ exports[`EuiIcon props type editorDistributeVertical is rendered 1`] = ` data-icon-type="editorDistributeVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2873,7 +2736,6 @@ exports[`EuiIcon props type editorHeading is rendered 1`] = ` data-icon-type="editorHeading" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2891,7 +2753,6 @@ exports[`EuiIcon props type editorItalic is rendered 1`] = ` data-icon-type="editorItalic" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2909,7 +2770,6 @@ exports[`EuiIcon props type editorItemAlignBottom is rendered 1`] = ` data-icon-type="editorItemAlignBottom" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2927,7 +2787,6 @@ exports[`EuiIcon props type editorItemAlignCenter is rendered 1`] = ` data-icon-type="editorItemAlignCenter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2945,7 +2804,6 @@ exports[`EuiIcon props type editorItemAlignLeft is rendered 1`] = ` data-icon-type="editorItemAlignLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2963,7 +2821,6 @@ exports[`EuiIcon props type editorItemAlignMiddle is rendered 1`] = ` data-icon-type="editorItemAlignMiddle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2981,7 +2838,6 @@ exports[`EuiIcon props type editorItemAlignRight is rendered 1`] = ` data-icon-type="editorItemAlignRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -2999,7 +2855,6 @@ exports[`EuiIcon props type editorItemAlignTop is rendered 1`] = ` data-icon-type="editorItemAlignTop" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3017,7 +2872,6 @@ exports[`EuiIcon props type editorLink is rendered 1`] = ` data-icon-type="editorLink" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3041,7 +2895,6 @@ exports[`EuiIcon props type editorOrderedList is rendered 1`] = ` data-icon-type="editorOrderedList" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3059,7 +2912,6 @@ exports[`EuiIcon props type editorPositionBottomLeft is rendered 1`] = ` data-icon-type="editorPositionBottomLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3077,7 +2929,6 @@ exports[`EuiIcon props type editorPositionBottomRight is rendered 1`] = ` data-icon-type="editorPositionBottomRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3095,7 +2946,6 @@ exports[`EuiIcon props type editorPositionTopLeft is rendered 1`] = ` data-icon-type="editorPositionTopLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3113,7 +2963,6 @@ exports[`EuiIcon props type editorPositionTopRight is rendered 1`] = ` data-icon-type="editorPositionTopRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3131,7 +2980,6 @@ exports[`EuiIcon props type editorRedo is rendered 1`] = ` data-icon-type="editorRedo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3149,7 +2997,6 @@ exports[`EuiIcon props type editorStrike is rendered 1`] = ` data-icon-type="editorStrike" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3167,7 +3014,6 @@ exports[`EuiIcon props type editorTable is rendered 1`] = ` data-icon-type="editorTable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3190,7 +3036,6 @@ exports[`EuiIcon props type editorUnderline is rendered 1`] = ` data-icon-type="editorUnderline" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3208,7 +3053,6 @@ exports[`EuiIcon props type editorUndo is rendered 1`] = ` data-icon-type="editorUndo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3226,7 +3070,6 @@ exports[`EuiIcon props type editorUnorderedList is rendered 1`] = ` data-icon-type="editorUnorderedList" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3244,7 +3087,6 @@ exports[`EuiIcon props type email is rendered 1`] = ` data-icon-type="email" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3263,7 +3105,6 @@ exports[`EuiIcon props type empty is rendered 1`] = ` data-icon-type="empty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3277,7 +3118,6 @@ exports[`EuiIcon props type emsApp is rendered 1`] = ` data-icon-type="emsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -3299,7 +3139,6 @@ exports[`EuiIcon props type endpoint is rendered 1`] = ` data-icon-type="endpoint" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3322,7 +3161,6 @@ exports[`EuiIcon props type eql is rendered 1`] = ` data-icon-type="eql" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3343,7 +3181,6 @@ exports[`EuiIcon props type eraser is rendered 1`] = ` data-icon-type="eraser" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3364,7 +3201,6 @@ exports[`EuiIcon props type error is rendered 1`] = ` data-icon-type="error" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3385,7 +3221,6 @@ exports[`EuiIcon props type errorFilled is rendered 1`] = ` data-icon-type="errorFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3406,7 +3241,6 @@ exports[`EuiIcon props type esqlVis is rendered 1`] = ` data-icon-type="esqlVis" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3427,7 +3261,6 @@ exports[`EuiIcon props type exit is rendered 1`] = ` data-icon-type="exit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3446,7 +3279,6 @@ exports[`EuiIcon props type expand is rendered 1`] = ` data-icon-type="expand" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3469,7 +3301,6 @@ exports[`EuiIcon props type expandMini is rendered 1`] = ` data-icon-type="expandMini" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3492,7 +3323,6 @@ exports[`EuiIcon props type export is rendered 1`] = ` data-icon-type="export" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3510,7 +3340,6 @@ exports[`EuiIcon props type exportAction is rendered 1`] = ` data-icon-type="exportAction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3528,7 +3357,6 @@ exports[`EuiIcon props type eye is rendered 1`] = ` data-icon-type="eye" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3553,7 +3381,6 @@ exports[`EuiIcon props type eyeClosed is rendered 1`] = ` data-icon-type="eyeClosed" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3584,7 +3411,6 @@ exports[`EuiIcon props type faceHappy is rendered 1`] = ` data-icon-type="faceHappy" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3602,7 +3428,6 @@ exports[`EuiIcon props type faceNeutral is rendered 1`] = ` data-icon-type="faceNeutral" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3621,7 +3446,6 @@ exports[`EuiIcon props type faceSad is rendered 1`] = ` data-icon-type="faceSad" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3639,7 +3463,6 @@ exports[`EuiIcon props type fieldStatistics is rendered 1`] = ` data-icon-type="fieldStatistics" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3664,7 +3487,6 @@ exports[`EuiIcon props type filebeatApp is rendered 1`] = ` data-icon-type="filebeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -3686,7 +3508,6 @@ exports[`EuiIcon props type filter is rendered 1`] = ` data-icon-type="filter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3704,7 +3525,6 @@ exports[`EuiIcon props type filterExclude is rendered 1`] = ` data-icon-type="filterExclude" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3722,7 +3542,6 @@ exports[`EuiIcon props type filterIgnore is rendered 1`] = ` data-icon-type="filterIgnore" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3740,7 +3559,6 @@ exports[`EuiIcon props type filterInCircle is rendered 1`] = ` data-icon-type="filterInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3758,7 +3576,6 @@ exports[`EuiIcon props type filterInclude is rendered 1`] = ` data-icon-type="filterInclude" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3776,7 +3593,6 @@ exports[`EuiIcon props type flag is rendered 1`] = ` data-icon-type="flag" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3796,7 +3612,6 @@ exports[`EuiIcon props type flask is rendered 1`] = ` data-icon-type="flask" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3816,7 +3631,6 @@ exports[`EuiIcon props type fleetApp is rendered 1`] = ` data-icon-type="fleetApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -3837,7 +3651,6 @@ exports[`EuiIcon props type fold is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="fold" data-is-loaded="true" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -3854,7 +3667,6 @@ exports[`EuiIcon props type folderCheck is rendered 1`] = ` data-icon-type="folderCheck" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3873,7 +3685,6 @@ exports[`EuiIcon props type folderClosed is rendered 1`] = ` data-icon-type="folderClosed" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3891,7 +3702,6 @@ exports[`EuiIcon props type folderExclamation is rendered 1`] = ` data-icon-type="folderExclamation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3910,7 +3720,6 @@ exports[`EuiIcon props type folderOpen is rendered 1`] = ` data-icon-type="folderOpen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3929,7 +3738,6 @@ exports[`EuiIcon props type frameNext is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3949,7 +3757,6 @@ exports[`EuiIcon props type framePrevious is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3968,7 +3775,6 @@ exports[`EuiIcon props type fullScreen is rendered 1`] = ` data-icon-type="fullScreen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -3987,7 +3793,6 @@ exports[`EuiIcon props type fullScreenExit is rendered 1`] = ` data-icon-type="fullScreenExit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4005,7 +3810,6 @@ exports[`EuiIcon props type function is rendered 1`] = ` data-icon-type="function" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4023,7 +3827,6 @@ exports[`EuiIcon props type gear is rendered 1`] = ` data-icon-type="gear" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4048,7 +3851,6 @@ exports[`EuiIcon props type gisApp is rendered 1`] = ` data-icon-type="gisApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4070,7 +3872,6 @@ exports[`EuiIcon props type glasses is rendered 1`] = ` data-icon-type="glasses" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4107,7 +3908,6 @@ exports[`EuiIcon props type globe is rendered 1`] = ` data-icon-type="globe" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4127,7 +3927,6 @@ exports[`EuiIcon props type grab is rendered 1`] = ` data-icon-type="grab" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4145,7 +3944,6 @@ exports[`EuiIcon props type grabHorizontal is rendered 1`] = ` data-icon-type="grabHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4163,7 +3961,6 @@ exports[`EuiIcon props type grabOmnidirectional is rendered 1`] = ` data-icon-type="grabOmnidirectional" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4181,7 +3978,6 @@ exports[`EuiIcon props type gradient is rendered 1`] = ` data-icon-type="gradient" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4200,7 +3996,6 @@ exports[`EuiIcon props type graphApp is rendered 1`] = ` data-icon-type="graphApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4222,7 +4017,6 @@ exports[`EuiIcon props type grid is rendered 1`] = ` data-icon-type="grid" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4240,7 +4034,6 @@ exports[`EuiIcon props type grokApp is rendered 1`] = ` data-icon-type="grokApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4262,7 +4055,6 @@ exports[`EuiIcon props type heart is rendered 1`] = ` data-icon-type="heart" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4280,7 +4072,6 @@ exports[`EuiIcon props type heartbeatApp is rendered 1`] = ` data-icon-type="heartbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4302,7 +4093,6 @@ exports[`EuiIcon props type heatmap is rendered 1`] = ` data-icon-type="heatmap" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4320,7 +4110,6 @@ exports[`EuiIcon props type help is rendered 1`] = ` data-icon-type="help" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4339,7 +4128,6 @@ exports[`EuiIcon props type home is rendered 1`] = ` data-icon-type="home" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4357,7 +4145,6 @@ exports[`EuiIcon props type image is rendered 1`] = ` data-icon-type="image" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4375,7 +4162,6 @@ exports[`EuiIcon props type importAction is rendered 1`] = ` data-icon-type="importAction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4393,7 +4179,6 @@ exports[`EuiIcon props type index is rendered 1`] = ` data-icon-type="index" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4411,7 +4196,6 @@ exports[`EuiIcon props type indexClose is rendered 1`] = ` data-icon-type="indexClose" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4429,7 +4213,6 @@ exports[`EuiIcon props type indexEdit is rendered 1`] = ` data-icon-type="indexEdit" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4447,7 +4230,6 @@ exports[`EuiIcon props type indexFlush is rendered 1`] = ` data-icon-type="indexFlush" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4466,7 +4248,6 @@ exports[`EuiIcon props type indexManagementApp is rendered 1`] = ` data-icon-type="indexManagementApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4491,7 +4272,6 @@ exports[`EuiIcon props type indexMapping is rendered 1`] = ` data-icon-type="indexMapping" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4509,7 +4289,6 @@ exports[`EuiIcon props type indexOpen is rendered 1`] = ` data-icon-type="indexOpen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4527,7 +4306,6 @@ exports[`EuiIcon props type indexPatternApp is rendered 1`] = ` data-icon-type="indexPatternApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4549,7 +4327,6 @@ exports[`EuiIcon props type indexRollupApp is rendered 1`] = ` data-icon-type="indexRollupApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -4577,7 +4354,6 @@ exports[`EuiIcon props type indexRuntime is rendered 1`] = ` data-icon-type="indexRuntime" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4598,7 +4374,6 @@ exports[`EuiIcon props type indexSettings is rendered 1`] = ` data-icon-type="indexSettings" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4622,7 +4397,6 @@ exports[`EuiIcon props type indexTemporary is rendered 1`] = ` data-icon-type="indexTemporary" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4649,7 +4423,6 @@ exports[`EuiIcon props type infinity is rendered 1`] = ` data-icon-type="infinity" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4667,7 +4440,6 @@ exports[`EuiIcon props type info is rendered 1`] = ` data-icon-type="info" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4695,7 +4467,6 @@ exports[`EuiIcon props type inputOutput is rendered 1`] = ` data-icon-type="inputOutput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4719,7 +4490,6 @@ exports[`EuiIcon props type inspect is rendered 1`] = ` data-icon-type="inspect" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4745,7 +4515,6 @@ exports[`EuiIcon props type invert is rendered 1`] = ` data-icon-type="invert" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4766,7 +4535,6 @@ exports[`EuiIcon props type ip is rendered 1`] = ` data-icon-type="ip" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4784,7 +4552,6 @@ exports[`EuiIcon props type key is rendered 1`] = ` data-icon-type="key" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4805,7 +4572,6 @@ exports[`EuiIcon props type keyboard is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="keyboard" data-is-loaded="true" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -4824,7 +4590,6 @@ exports[`EuiIcon props type kqlField is rendered 1`] = ` data-icon-type="kqlField" data-is-loaded="true" height="10" - role="img" viewBox="0 0 16 10" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4842,7 +4607,6 @@ exports[`EuiIcon props type kqlFunction is rendered 1`] = ` data-icon-type="kqlFunction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4860,7 +4624,6 @@ exports[`EuiIcon props type kqlOperand is rendered 1`] = ` data-icon-type="kqlOperand" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4878,7 +4641,6 @@ exports[`EuiIcon props type kqlSelector is rendered 1`] = ` data-icon-type="kqlSelector" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4896,7 +4658,6 @@ exports[`EuiIcon props type kqlValue is rendered 1`] = ` data-icon-type="kqlValue" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4915,7 +4676,6 @@ exports[`EuiIcon props type kubernetesNode is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4936,7 +4696,6 @@ exports[`EuiIcon props type kubernetesPod is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4957,7 +4716,6 @@ exports[`EuiIcon props type launch is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -4985,7 +4743,6 @@ exports[`EuiIcon props type layers is rendered 1`] = ` data-icon-type="layers" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5011,7 +4768,6 @@ exports[`EuiIcon props type lensApp is rendered 1`] = ` data-icon-type="lensApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5033,7 +4789,6 @@ exports[`EuiIcon props type lettering is rendered 1`] = ` data-icon-type="lettering" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5051,7 +4806,6 @@ exports[`EuiIcon props type lineDashed is rendered 1`] = ` data-icon-type="lineDashed" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5069,7 +4823,6 @@ exports[`EuiIcon props type lineDotted is rendered 1`] = ` data-icon-type="lineDotted" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5087,7 +4840,6 @@ exports[`EuiIcon props type lineSolid is rendered 1`] = ` data-icon-type="lineSolid" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5105,7 +4857,6 @@ exports[`EuiIcon props type link is rendered 1`] = ` data-icon-type="link" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5129,7 +4880,6 @@ exports[`EuiIcon props type list is rendered 1`] = ` data-icon-type="list" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5147,7 +4897,6 @@ exports[`EuiIcon props type listAdd is rendered 1`] = ` data-icon-type="listAdd" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5169,7 +4918,6 @@ exports[`EuiIcon props type lock is rendered 1`] = ` data-icon-type="lock" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5189,7 +4937,6 @@ exports[`EuiIcon props type lockOpen is rendered 1`] = ` data-icon-type="lockOpen" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5209,7 +4956,6 @@ exports[`EuiIcon props type logPatternAnalysis is rendered 1`] = ` data-icon-type="logPatternAnalysis" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5275,7 +5021,6 @@ exports[`EuiIcon props type logRateAnalysis is rendered 1`] = ` data-icon-type="logRateAnalysis" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -5293,7 +5038,6 @@ exports[`EuiIcon props type logoAWS is rendered 1`] = ` data-icon-type="logoAWS" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5327,7 +5071,6 @@ exports[`EuiIcon props type logoAWSMono is rendered 1`] = ` data-icon-type="logoAWSMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5356,7 +5099,6 @@ exports[`EuiIcon props type logoAerospike is rendered 1`] = ` data-icon-type="logoAerospike" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5383,7 +5125,6 @@ exports[`EuiIcon props type logoApache is rendered 1`] = ` data-icon-type="logoApache" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5603,7 +5344,6 @@ exports[`EuiIcon props type logoAppSearch is rendered 1`] = ` data-icon-type="logoAppSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5630,7 +5370,6 @@ exports[`EuiIcon props type logoAzure is rendered 1`] = ` data-icon-type="logoAzure" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5649,7 +5388,6 @@ exports[`EuiIcon props type logoAzureMono is rendered 1`] = ` data-icon-type="logoAzureMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5667,7 +5405,6 @@ exports[`EuiIcon props type logoBeats is rendered 1`] = ` data-icon-type="logoBeats" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5694,7 +5431,6 @@ exports[`EuiIcon props type logoBusinessAnalytics is rendered 1`] = ` data-icon-type="logoBusinessAnalytics" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5727,7 +5463,6 @@ exports[`EuiIcon props type logoCeph is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5746,7 +5481,6 @@ exports[`EuiIcon props type logoCloud is rendered 1`] = ` data-icon-type="logoCloud" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5778,7 +5512,6 @@ exports[`EuiIcon props type logoCloudEnterprise is rendered 1`] = ` data-icon-type="logoCloudEnterprise" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5805,7 +5538,6 @@ exports[`EuiIcon props type logoCode is rendered 1`] = ` data-icon-type="logoCode" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5832,7 +5564,6 @@ exports[`EuiIcon props type logoCodesandbox is rendered 1`] = ` data-icon-type="logoCodesandbox" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5850,7 +5581,6 @@ exports[`EuiIcon props type logoCouchbase is rendered 1`] = ` data-icon-type="logoCouchbase" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5869,7 +5599,6 @@ exports[`EuiIcon props type logoDocker is rendered 1`] = ` data-icon-type="logoDocker" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5890,7 +5619,6 @@ exports[`EuiIcon props type logoDropwizard is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -5977,7 +5705,6 @@ exports[`EuiIcon props type logoElastic is rendered 1`] = ` data-type="logoElastic" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6028,7 +5755,6 @@ exports[`EuiIcon props type logoElasticStack is rendered 1`] = ` data-icon-type="logoElasticStack" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6055,7 +5781,6 @@ exports[`EuiIcon props type logoElasticsearch is rendered 1`] = ` data-icon-type="logoElasticsearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6087,7 +5812,6 @@ exports[`EuiIcon props type logoEnterpriseSearch is rendered 1`] = ` data-icon-type="logoEnterpriseSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6120,7 +5844,6 @@ exports[`EuiIcon props type logoEtcd is rendered 1`] = ` data-icon-type="logoEtcd" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6145,7 +5868,6 @@ exports[`EuiIcon props type logoGCP is rendered 1`] = ` data-icon-type="logoGCP" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6215,7 +5937,6 @@ exports[`EuiIcon props type logoGCPMono is rendered 1`] = ` data-icon-type="logoGCPMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6236,7 +5957,6 @@ exports[`EuiIcon props type logoGithub is rendered 1`] = ` data-icon-type="logoGithub" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6254,7 +5974,6 @@ exports[`EuiIcon props type logoGmail is rendered 1`] = ` data-icon-type="logoGmail" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6302,7 +6021,6 @@ exports[`EuiIcon props type logoGolang is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6449,7 +6167,6 @@ exports[`EuiIcon props type logoGoogleG is rendered 1`] = ` data-icon-type="logoGoogleG" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6561,7 +6278,6 @@ exports[`EuiIcon props type logoHAproxy is rendered 1`] = ` data-is-loaded="true" fill="none" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6648,7 +6364,6 @@ exports[`EuiIcon props type logoIBM is rendered 1`] = ` data-icon-type="logoIBM" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6806,7 +6521,6 @@ exports[`EuiIcon props type logoIBMMono is rendered 1`] = ` data-icon-type="logoIBMMono" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6825,7 +6539,6 @@ exports[`EuiIcon props type logoKafka is rendered 1`] = ` data-icon-type="logoKafka" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6843,7 +6556,6 @@ exports[`EuiIcon props type logoKibana is rendered 1`] = ` data-icon-type="logoKibana" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6875,7 +6587,6 @@ exports[`EuiIcon props type logoKubernetes is rendered 1`] = ` data-icon-type="logoKubernetes" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6894,7 +6605,6 @@ exports[`EuiIcon props type logoLogging is rendered 1`] = ` data-icon-type="logoLogging" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6921,7 +6631,6 @@ exports[`EuiIcon props type logoLogstash is rendered 1`] = ` data-icon-type="logoLogstash" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6948,7 +6657,6 @@ exports[`EuiIcon props type logoMaps is rendered 1`] = ` data-icon-type="logoMaps" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -6975,7 +6683,6 @@ exports[`EuiIcon props type logoMemcached is rendered 1`] = ` data-icon-type="logoMemcached" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7088,7 +6795,6 @@ exports[`EuiIcon props type logoMetrics is rendered 1`] = ` data-icon-type="logoMetrics" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7120,7 +6826,6 @@ exports[`EuiIcon props type logoMongodb is rendered 1`] = ` data-icon-type="logoMongodb" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7163,7 +6868,6 @@ exports[`EuiIcon props type logoMySQL is rendered 1`] = ` data-icon-type="logoMySQL" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7188,7 +6892,6 @@ exports[`EuiIcon props type logoNginx is rendered 1`] = ` data-icon-type="logoNginx" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7217,7 +6920,6 @@ exports[`EuiIcon props type logoObservability is rendered 1`] = ` data-icon-type="logoObservability" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7244,7 +6946,6 @@ exports[`EuiIcon props type logoOsquery is rendered 1`] = ` data-icon-type="logoOsquery" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7295,7 +6996,6 @@ exports[`EuiIcon props type logoPhp is rendered 1`] = ` data-icon-type="logoPhp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7432,7 +7132,6 @@ exports[`EuiIcon props type logoPostgres is rendered 1`] = ` data-icon-type="logoPostgres" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7467,7 +7166,6 @@ exports[`EuiIcon props type logoPrometheus is rendered 1`] = ` data-icon-type="logoPrometheus" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7486,7 +7184,6 @@ exports[`EuiIcon props type logoRabbitmq is rendered 1`] = ` data-icon-type="logoRabbitmq" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7505,7 +7202,6 @@ exports[`EuiIcon props type logoRedis is rendered 1`] = ` data-icon-type="logoRedis" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7568,7 +7264,6 @@ exports[`EuiIcon props type logoSecurity is rendered 1`] = ` data-icon-type="logoSecurity" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7595,7 +7290,6 @@ exports[`EuiIcon props type logoSiteSearch is rendered 1`] = ` data-icon-type="logoSiteSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7627,7 +7321,6 @@ exports[`EuiIcon props type logoSketch is rendered 1`] = ` data-icon-type="logoSketch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7670,7 +7363,6 @@ exports[`EuiIcon props type logoSlack is rendered 1`] = ` data-icon-type="logoSlack" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7705,7 +7397,6 @@ exports[`EuiIcon props type logoUptime is rendered 1`] = ` data-icon-type="logoUptime" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7732,7 +7423,6 @@ exports[`EuiIcon props type logoVulnerabilityManagement is rendered 1`] = ` data-icon-type="logoVulnerabilityManagement" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7759,7 +7449,6 @@ exports[`EuiIcon props type logoWebhook is rendered 1`] = ` data-icon-type="logoWebhook" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7790,7 +7479,6 @@ exports[`EuiIcon props type logoWindows is rendered 1`] = ` data-icon-type="logoWindows" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7809,7 +7497,6 @@ exports[`EuiIcon props type logoWorkplaceSearch is rendered 1`] = ` data-icon-type="logoWorkplaceSearch" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7836,7 +7523,6 @@ exports[`EuiIcon props type logsApp is rendered 1`] = ` data-icon-type="logsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7858,7 +7544,6 @@ exports[`EuiIcon props type logstashFilter is rendered 1`] = ` data-icon-type="logstashFilter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7876,7 +7561,6 @@ exports[`EuiIcon props type logstashIf is rendered 1`] = ` data-icon-type="logstashIf" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7894,7 +7578,6 @@ exports[`EuiIcon props type logstashInput is rendered 1`] = ` data-icon-type="logstashInput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7912,7 +7595,6 @@ exports[`EuiIcon props type logstashOutput is rendered 1`] = ` data-icon-type="logstashOutput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7930,7 +7612,6 @@ exports[`EuiIcon props type logstashQueue is rendered 1`] = ` data-icon-type="logstashQueue" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7948,7 +7629,6 @@ exports[`EuiIcon props type machineLearningApp is rendered 1`] = ` data-icon-type="machineLearningApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -7970,7 +7650,6 @@ exports[`EuiIcon props type magnet is rendered 1`] = ` data-icon-type="magnet" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -7988,7 +7667,6 @@ exports[`EuiIcon props type magnifyWithExclamation is rendered 1`] = ` data-icon-type="magnifyWithExclamation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8009,7 +7687,6 @@ exports[`EuiIcon props type magnifyWithMinus is rendered 1`] = ` data-icon-type="magnifyWithMinus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8030,7 +7707,6 @@ exports[`EuiIcon props type magnifyWithPlus is rendered 1`] = ` data-icon-type="magnifyWithPlus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8051,7 +7727,6 @@ exports[`EuiIcon props type managementApp is rendered 1`] = ` data-icon-type="managementApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8073,7 +7748,6 @@ exports[`EuiIcon props type mapMarker is rendered 1`] = ` data-icon-type="mapMarker" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8091,7 +7765,6 @@ exports[`EuiIcon props type memory is rendered 1`] = ` data-icon-type="memory" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8113,7 +7786,6 @@ exports[`EuiIcon props type menu is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8131,7 +7803,6 @@ exports[`EuiIcon props type menuDown is rendered 1`] = ` data-icon-type="menuDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8149,7 +7820,6 @@ exports[`EuiIcon props type menuLeft is rendered 1`] = ` data-icon-type="menuLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8167,7 +7837,6 @@ exports[`EuiIcon props type menuRight is rendered 1`] = ` data-icon-type="menuRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8185,7 +7854,6 @@ exports[`EuiIcon props type menuUp is rendered 1`] = ` data-icon-type="menuUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8203,7 +7871,6 @@ exports[`EuiIcon props type merge is rendered 1`] = ` data-icon-type="merge" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8223,7 +7890,6 @@ exports[`EuiIcon props type metricbeatApp is rendered 1`] = ` data-icon-type="metricbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8248,7 +7914,6 @@ exports[`EuiIcon props type metricsApp is rendered 1`] = ` data-icon-type="metricsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8270,7 +7935,6 @@ exports[`EuiIcon props type minimize is rendered 1`] = ` data-icon-type="minimize" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8288,7 +7952,6 @@ exports[`EuiIcon props type minus is rendered 1`] = ` data-icon-type="minus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8306,7 +7969,6 @@ exports[`EuiIcon props type minusInCircle is rendered 1`] = ` data-icon-type="minusInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8328,7 +7990,6 @@ exports[`EuiIcon props type minusInCircleFilled is rendered 1`] = ` data-icon-type="minusInCircleFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8350,7 +8011,6 @@ exports[`EuiIcon props type minusInSquare is rendered 1`] = ` data-icon-type="minusInSquare" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8372,7 +8032,6 @@ exports[`EuiIcon props type mobile is rendered 1`] = ` data-icon-type="mobile" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8395,7 +8054,6 @@ exports[`EuiIcon props type monitoringApp is rendered 1`] = ` data-icon-type="monitoringApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8417,7 +8075,6 @@ exports[`EuiIcon props type moon is rendered 1`] = ` data-icon-type="moon" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8435,7 +8092,6 @@ exports[`EuiIcon props type move is rendered 1`] = ` data-icon-type="move" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8454,7 +8110,6 @@ exports[`EuiIcon props type namespace is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8474,7 +8129,6 @@ exports[`EuiIcon props type nested is rendered 1`] = ` data-icon-type="nested" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8492,7 +8146,6 @@ exports[`EuiIcon props type newChat is rendered 1`] = ` data-icon-type="newChat" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8514,7 +8167,6 @@ exports[`EuiIcon props type node is rendered 1`] = ` data-icon-type="node" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8532,7 +8184,6 @@ exports[`EuiIcon props type notebookApp is rendered 1`] = ` data-icon-type="notebookApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8557,7 +8208,6 @@ exports[`EuiIcon props type number is rendered 1`] = ` data-icon-type="number" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8576,7 +8226,6 @@ exports[`EuiIcon props type offline is rendered 1`] = ` data-icon-type="offline" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8594,7 +8243,6 @@ exports[`EuiIcon props type online is rendered 1`] = ` data-icon-type="online" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8612,7 +8260,6 @@ exports[`EuiIcon props type outlierDetectionJob is rendered 1`] = ` data-icon-type="outlierDetectionJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8634,7 +8281,6 @@ exports[`EuiIcon props type package is rendered 1`] = ` data-icon-type="package" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8652,7 +8298,6 @@ exports[`EuiIcon props type packetbeatApp is rendered 1`] = ` data-icon-type="packetbeatApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8674,7 +8319,6 @@ exports[`EuiIcon props type pageSelect is rendered 1`] = ` data-icon-type="pageSelect" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8693,7 +8337,6 @@ exports[`EuiIcon props type pagesSelect is rendered 1`] = ` data-icon-type="pagesSelect" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8712,7 +8355,6 @@ exports[`EuiIcon props type palette is rendered 1`] = ` data-icon-type="palette" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8733,7 +8375,6 @@ exports[`EuiIcon props type paperClip is rendered 1`] = ` data-icon-type="paperClip" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8751,7 +8392,6 @@ exports[`EuiIcon props type partial is rendered 1`] = ` data-icon-type="partial" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8769,7 +8409,6 @@ exports[`EuiIcon props type pause is rendered 1`] = ` data-icon-type="pause" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8788,7 +8427,6 @@ exports[`EuiIcon props type payment is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8806,7 +8444,6 @@ exports[`EuiIcon props type pencil is rendered 1`] = ` data-icon-type="pencil" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8824,7 +8461,6 @@ exports[`EuiIcon props type percent is rendered 1`] = ` data-icon-type="percent" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8850,7 +8486,6 @@ exports[`EuiIcon props type pin is rendered 1`] = ` data-icon-type="pin" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8868,7 +8503,6 @@ exports[`EuiIcon props type pinFilled is rendered 1`] = ` data-icon-type="pinFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8886,7 +8520,6 @@ exports[`EuiIcon props type pipeBreaks is rendered 1`] = ` data-icon-type="pipeBreaks" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8904,7 +8537,6 @@ exports[`EuiIcon props type pipeNoBreaks is rendered 1`] = ` data-icon-type="pipeNoBreaks" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8922,7 +8554,6 @@ exports[`EuiIcon props type pipelineApp is rendered 1`] = ` data-icon-type="pipelineApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -8945,7 +8576,6 @@ exports[`EuiIcon props type pivot is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8965,7 +8595,6 @@ exports[`EuiIcon props type play is rendered 1`] = ` data-icon-type="play" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -8985,7 +8614,6 @@ exports[`EuiIcon props type playFilled is rendered 1`] = ` data-icon-type="playFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9005,7 +8633,6 @@ exports[`EuiIcon props type plugs is rendered 1`] = ` data-icon-type="plugs" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9025,7 +8652,6 @@ exports[`EuiIcon props type plus is rendered 1`] = ` data-icon-type="plus" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9043,7 +8669,6 @@ exports[`EuiIcon props type plusInCircle is rendered 1`] = ` data-icon-type="plusInCircle" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9065,7 +8690,6 @@ exports[`EuiIcon props type plusInCircleFilled is rendered 1`] = ` data-icon-type="plusInCircleFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9087,7 +8711,6 @@ exports[`EuiIcon props type plusInSquare is rendered 1`] = ` data-icon-type="plusInSquare" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9109,7 +8732,6 @@ exports[`EuiIcon props type popout is rendered 1`] = ` data-icon-type="popout" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9130,7 +8752,6 @@ exports[`EuiIcon props type push is rendered 1`] = ` data-icon-type="push" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9151,7 +8772,6 @@ exports[`EuiIcon props type question is rendered 1`] = ` data-icon-type="question" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9172,7 +8792,6 @@ exports[`EuiIcon props type quote is rendered 1`] = ` data-icon-type="quote" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9190,7 +8809,6 @@ exports[`EuiIcon props type readOnly is rendered 1`] = ` data-icon-type="readOnly" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9227,7 +8845,6 @@ exports[`EuiIcon props type recentlyViewedApp is rendered 1`] = ` data-icon-type="recentlyViewedApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9249,7 +8866,6 @@ exports[`EuiIcon props type refresh is rendered 1`] = ` data-icon-type="refresh" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9269,7 +8885,6 @@ exports[`EuiIcon props type regressionJob is rendered 1`] = ` data-icon-type="regressionJob" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9291,7 +8906,6 @@ exports[`EuiIcon props type reporter is rendered 1`] = ` data-icon-type="reporter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9310,7 +8924,6 @@ exports[`EuiIcon props type reportingApp is rendered 1`] = ` data-icon-type="reportingApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9335,7 +8948,6 @@ exports[`EuiIcon props type returnKey is rendered 1`] = ` data-icon-type="returnKey" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9353,7 +8965,6 @@ exports[`EuiIcon props type save is rendered 1`] = ` data-icon-type="save" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9373,7 +8984,6 @@ exports[`EuiIcon props type savedObjectsApp is rendered 1`] = ` data-icon-type="savedObjectsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9395,7 +9005,6 @@ exports[`EuiIcon props type scale is rendered 1`] = ` data-icon-type="scale" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9414,7 +9023,6 @@ exports[`EuiIcon props type search is rendered 1`] = ` data-icon-type="search" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9432,7 +9040,6 @@ exports[`EuiIcon props type searchProfilerApp is rendered 1`] = ` data-icon-type="searchProfilerApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9464,7 +9071,6 @@ exports[`EuiIcon props type section is rendered 1`] = ` data-icon-type="section" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9482,7 +9088,6 @@ exports[`EuiIcon props type securityAnalyticsApp is rendered 1`] = ` data-icon-type="securityAnalyticsApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9507,7 +9112,6 @@ exports[`EuiIcon props type securityApp is rendered 1`] = ` data-icon-type="securityApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9529,7 +9133,6 @@ exports[`EuiIcon props type securitySignal is rendered 1`] = ` data-icon-type="securitySignal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9548,7 +9151,6 @@ exports[`EuiIcon props type securitySignalDetected is rendered 1`] = ` data-icon-type="securitySignalDetected" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9567,7 +9169,6 @@ exports[`EuiIcon props type securitySignalResolved is rendered 1`] = ` data-icon-type="securitySignalResolved" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9586,7 +9187,6 @@ exports[`EuiIcon props type sessionViewer is rendered 1`] = ` data-icon-type="sessionViewer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9609,7 +9209,6 @@ exports[`EuiIcon props type shard is rendered 1`] = ` data-icon-type="shard" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9627,7 +9226,6 @@ exports[`EuiIcon props type share is rendered 1`] = ` data-icon-type="share" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9645,7 +9243,6 @@ exports[`EuiIcon props type singleMetricViewer is rendered 1`] = ` data-icon-type="singleMetricViewer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9669,7 +9266,6 @@ exports[`EuiIcon props type snowflake is rendered 1`] = ` data-icon-type="snowflake" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9688,7 +9284,6 @@ exports[`EuiIcon props type sortAscending is rendered 1`] = ` data-icon-type="sortAscending" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9706,7 +9301,6 @@ exports[`EuiIcon props type sortDescending is rendered 1`] = ` data-icon-type="sortDescending" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9724,7 +9318,6 @@ exports[`EuiIcon props type sortDown is rendered 1`] = ` data-icon-type="sortDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9742,7 +9335,6 @@ exports[`EuiIcon props type sortLeft is rendered 1`] = ` data-icon-type="sortLeft" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9760,7 +9352,6 @@ exports[`EuiIcon props type sortRight is rendered 1`] = ` data-icon-type="sortRight" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9778,7 +9369,6 @@ exports[`EuiIcon props type sortUp is rendered 1`] = ` data-icon-type="sortUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9796,7 +9386,6 @@ exports[`EuiIcon props type sortable is rendered 1`] = ` data-icon-type="sortable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9815,7 +9404,6 @@ exports[`EuiIcon props type spaces is rendered 1`] = ` data-is-loaded="true" fill="none" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9835,7 +9423,6 @@ exports[`EuiIcon props type spacesApp is rendered 1`] = ` data-icon-type="spacesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9861,7 +9448,6 @@ exports[`EuiIcon props type sparkles is rendered 1`] = ` data-icon-type="sparkles" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9881,7 +9467,6 @@ exports[`EuiIcon props type sqlApp is rendered 1`] = ` data-icon-type="sqlApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -9903,7 +9488,6 @@ exports[`EuiIcon props type starEmpty is rendered 1`] = ` data-icon-type="starEmpty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9922,7 +9506,6 @@ exports[`EuiIcon props type starEmptySpace is rendered 1`] = ` data-icon-type="starEmptySpace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9941,7 +9524,6 @@ exports[`EuiIcon props type starFilled is rendered 1`] = ` data-icon-type="starFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9960,7 +9542,6 @@ exports[`EuiIcon props type starFilledSpace is rendered 1`] = ` data-icon-type="starFilledSpace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9979,7 +9560,6 @@ exports[`EuiIcon props type starMinusEmpty is rendered 1`] = ` data-icon-type="starMinusEmpty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -9998,7 +9578,6 @@ exports[`EuiIcon props type starMinusFilled is rendered 1`] = ` data-icon-type="starMinusFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10017,7 +9596,6 @@ exports[`EuiIcon props type starPlusEmpty is rendered 1`] = ` data-icon-type="starPlusEmpty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10036,7 +9614,6 @@ exports[`EuiIcon props type starPlusFilled is rendered 1`] = ` data-icon-type="starPlusFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10055,7 +9632,6 @@ exports[`EuiIcon props type stats is rendered 1`] = ` data-icon-type="stats" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10074,7 +9650,6 @@ exports[`EuiIcon props type stop is rendered 1`] = ` data-icon-type="stop" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10093,7 +9668,6 @@ exports[`EuiIcon props type stopFilled is rendered 1`] = ` data-icon-type="stopFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10116,7 +9690,6 @@ exports[`EuiIcon props type stopSlash is rendered 1`] = ` data-icon-type="stopSlash" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10134,7 +9707,6 @@ exports[`EuiIcon props type storage is rendered 1`] = ` data-icon-type="storage" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10202,7 +9774,6 @@ exports[`EuiIcon props type string is rendered 1`] = ` data-icon-type="string" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10221,7 +9792,6 @@ exports[`EuiIcon props type submodule is rendered 1`] = ` data-icon-type="submodule" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10241,7 +9811,6 @@ exports[`EuiIcon props type sun is rendered 1`] = ` data-icon-type="sun" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10259,7 +9828,6 @@ exports[`EuiIcon props type swatchInput is rendered 1`] = ` data-icon-type="swatchInput" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10289,7 +9857,6 @@ exports[`EuiIcon props type symlink is rendered 1`] = ` data-icon-type="symlink" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10312,7 +9879,6 @@ exports[`EuiIcon props type tableDensityCompact is rendered 1`] = ` data-icon-type="tableDensityCompact" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10335,7 +9901,6 @@ exports[`EuiIcon props type tableDensityExpanded is rendered 1`] = ` data-icon-type="tableDensityExpanded" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10358,7 +9923,6 @@ exports[`EuiIcon props type tableDensityNormal is rendered 1`] = ` data-icon-type="tableDensityNormal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10381,7 +9945,6 @@ exports[`EuiIcon props type tableOfContents is rendered 1`] = ` data-icon-type="tableOfContents" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10399,7 +9962,6 @@ exports[`EuiIcon props type tag is rendered 1`] = ` data-icon-type="tag" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10424,7 +9986,6 @@ exports[`EuiIcon props type tear is rendered 1`] = ` data-icon-type="tear" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10442,7 +10003,6 @@ exports[`EuiIcon props type temperature is rendered 1`] = ` data-icon-type="temperature" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10463,7 +10023,6 @@ exports[`EuiIcon props type thumbDown is rendered 1`] = ` data-icon-type="thumbDown" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10486,7 +10045,6 @@ exports[`EuiIcon props type thumbUp is rendered 1`] = ` data-icon-type="thumbUp" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10509,7 +10067,6 @@ exports[`EuiIcon props type timeRefresh is rendered 1`] = ` data-icon-type="timeRefresh" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10535,7 +10092,6 @@ exports[`EuiIcon props type timeline is rendered 1`] = ` data-icon-type="timeline" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10554,7 +10110,6 @@ exports[`EuiIcon props type timelineWithArrow is rendered 1`] = ` data-icon-type="timelineWithArrow" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10573,7 +10128,6 @@ exports[`EuiIcon props type timelionApp is rendered 1`] = ` data-icon-type="timelionApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -10595,7 +10149,6 @@ exports[`EuiIcon props type timeslider is rendered 1`] = ` data-icon-type="timeslider" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10621,7 +10174,6 @@ exports[`EuiIcon props type tokenAlias is rendered 1`] = ` data-icon-type="tokenAlias" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10640,7 +10192,6 @@ exports[`EuiIcon props type tokenAnnotation is rendered 1`] = ` data-icon-type="tokenAnnotation" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10659,7 +10210,6 @@ exports[`EuiIcon props type tokenArray is rendered 1`] = ` data-icon-type="tokenArray" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10678,7 +10228,6 @@ exports[`EuiIcon props type tokenBinary is rendered 1`] = ` data-icon-type="tokenBinary" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10697,7 +10246,6 @@ exports[`EuiIcon props type tokenBoolean is rendered 1`] = ` data-icon-type="tokenBoolean" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10716,7 +10264,6 @@ exports[`EuiIcon props type tokenClass is rendered 1`] = ` data-icon-type="tokenClass" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10735,7 +10282,6 @@ exports[`EuiIcon props type tokenCompletionSuggester is rendered 1`] = ` data-icon-type="tokenCompletionSuggester" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10758,7 +10304,6 @@ exports[`EuiIcon props type tokenConstant is rendered 1`] = ` data-icon-type="tokenConstant" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10777,7 +10322,6 @@ exports[`EuiIcon props type tokenDate is rendered 1`] = ` data-icon-type="tokenDate" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10796,7 +10340,6 @@ exports[`EuiIcon props type tokenDenseVector is rendered 1`] = ` data-icon-type="tokenDenseVector" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10820,7 +10363,6 @@ exports[`EuiIcon props type tokenDimension is rendered 1`] = ` data-icon-type="tokenDimension" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10842,7 +10384,6 @@ exports[`EuiIcon props type tokenElement is rendered 1`] = ` data-icon-type="tokenElement" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10861,7 +10402,6 @@ exports[`EuiIcon props type tokenEnum is rendered 1`] = ` data-icon-type="tokenEnum" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10880,7 +10420,6 @@ exports[`EuiIcon props type tokenEnumMember is rendered 1`] = ` data-icon-type="tokenEnumMember" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10899,7 +10438,6 @@ exports[`EuiIcon props type tokenEvent is rendered 1`] = ` data-icon-type="tokenEvent" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10918,7 +10456,6 @@ exports[`EuiIcon props type tokenException is rendered 1`] = ` data-icon-type="tokenException" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10936,7 +10473,6 @@ exports[`EuiIcon props type tokenField is rendered 1`] = ` data-icon-type="tokenField" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10955,7 +10491,6 @@ exports[`EuiIcon props type tokenFile is rendered 1`] = ` data-icon-type="tokenFile" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10973,7 +10508,6 @@ exports[`EuiIcon props type tokenFlattened is rendered 1`] = ` data-icon-type="tokenFlattened" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -10991,7 +10525,6 @@ exports[`EuiIcon props type tokenFunction is rendered 1`] = ` data-icon-type="tokenFunction" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11010,7 +10543,6 @@ exports[`EuiIcon props type tokenGeo is rendered 1`] = ` data-icon-type="tokenGeo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11029,7 +10561,6 @@ exports[`EuiIcon props type tokenHistogram is rendered 1`] = ` data-icon-type="tokenHistogram" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11047,7 +10578,6 @@ exports[`EuiIcon props type tokenIP is rendered 1`] = ` data-icon-type="tokenIP" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11066,7 +10596,6 @@ exports[`EuiIcon props type tokenInterface is rendered 1`] = ` data-icon-type="tokenInterface" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11085,7 +10614,6 @@ exports[`EuiIcon props type tokenJoin is rendered 1`] = ` data-icon-type="tokenJoin" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11105,7 +10633,6 @@ exports[`EuiIcon props type tokenKey is rendered 1`] = ` data-icon-type="tokenKey" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11124,7 +10651,6 @@ exports[`EuiIcon props type tokenKeyword is rendered 1`] = ` data-icon-type="tokenKeyword" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11142,7 +10668,6 @@ exports[`EuiIcon props type tokenMethod is rendered 1`] = ` data-icon-type="tokenMethod" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11161,7 +10686,6 @@ exports[`EuiIcon props type tokenMetricCounter is rendered 1`] = ` data-icon-type="tokenMetricCounter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11183,7 +10707,6 @@ exports[`EuiIcon props type tokenMetricGauge is rendered 1`] = ` data-icon-type="tokenMetricGauge" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11205,7 +10728,6 @@ exports[`EuiIcon props type tokenModule is rendered 1`] = ` data-icon-type="tokenModule" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11226,7 +10748,6 @@ exports[`EuiIcon props type tokenNamespace is rendered 1`] = ` data-icon-type="tokenNamespace" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11244,7 +10765,6 @@ exports[`EuiIcon props type tokenNested is rendered 1`] = ` data-icon-type="tokenNested" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11269,7 +10789,6 @@ exports[`EuiIcon props type tokenNull is rendered 1`] = ` data-icon-type="tokenNull" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11287,7 +10806,6 @@ exports[`EuiIcon props type tokenNumber is rendered 1`] = ` data-icon-type="tokenNumber" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11305,7 +10823,6 @@ exports[`EuiIcon props type tokenObject is rendered 1`] = ` data-icon-type="tokenObject" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11324,7 +10841,6 @@ exports[`EuiIcon props type tokenOperator is rendered 1`] = ` data-icon-type="tokenOperator" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11343,7 +10859,6 @@ exports[`EuiIcon props type tokenPackage is rendered 1`] = ` data-icon-type="tokenPackage" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11362,7 +10877,6 @@ exports[`EuiIcon props type tokenParameter is rendered 1`] = ` data-icon-type="tokenParameter" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11381,7 +10895,6 @@ exports[`EuiIcon props type tokenPercolator is rendered 1`] = ` data-icon-type="tokenPercolator" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11401,7 +10914,6 @@ exports[`EuiIcon props type tokenProperty is rendered 1`] = ` data-icon-type="tokenProperty" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11420,7 +10932,6 @@ exports[`EuiIcon props type tokenRange is rendered 1`] = ` data-icon-type="tokenRange" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11442,7 +10953,6 @@ exports[`EuiIcon props type tokenRankFeature is rendered 1`] = ` data-icon-type="tokenRankFeature" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11460,7 +10970,6 @@ exports[`EuiIcon props type tokenRankFeatures is rendered 1`] = ` data-icon-type="tokenRankFeatures" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11478,7 +10987,6 @@ exports[`EuiIcon props type tokenRepo is rendered 1`] = ` data-icon-type="tokenRepo" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11497,7 +11005,6 @@ exports[`EuiIcon props type tokenSearchType is rendered 1`] = ` data-icon-type="tokenSearchType" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11520,7 +11027,6 @@ exports[`EuiIcon props type tokenSemanticText is rendered 1`] = ` data-icon-type="tokenSemanticText" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11538,7 +11044,6 @@ exports[`EuiIcon props type tokenShape is rendered 1`] = ` data-icon-type="tokenShape" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11557,7 +11062,6 @@ exports[`EuiIcon props type tokenString is rendered 1`] = ` data-icon-type="tokenString" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11575,7 +11079,6 @@ exports[`EuiIcon props type tokenStruct is rendered 1`] = ` data-icon-type="tokenStruct" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11594,7 +11097,6 @@ exports[`EuiIcon props type tokenSymbol is rendered 1`] = ` data-icon-type="tokenSymbol" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11612,7 +11114,6 @@ exports[`EuiIcon props type tokenTag is rendered 1`] = ` data-icon-type="tokenTag" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11634,7 +11135,6 @@ exports[`EuiIcon props type tokenText is rendered 1`] = ` data-icon-type="tokenText" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11652,7 +11152,6 @@ exports[`EuiIcon props type tokenTokenCount is rendered 1`] = ` data-icon-type="tokenTokenCount" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11670,7 +11169,6 @@ exports[`EuiIcon props type tokenVariable is rendered 1`] = ` data-icon-type="tokenVariable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11689,7 +11187,6 @@ exports[`EuiIcon props type tokenVectorDense is rendered 1`] = ` data-icon-type="tokenVectorDense" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11713,7 +11210,6 @@ exports[`EuiIcon props type tokenVectorSparse is rendered 1`] = ` data-icon-type="tokenVectorSparse" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11737,7 +11233,6 @@ exports[`EuiIcon props type training is rendered 1`] = ` data-icon-type="training" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11755,7 +11250,6 @@ exports[`EuiIcon props type transitionLeftIn is rendered 1`] = ` data-icon-type="transitionLeftIn" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11777,7 +11271,6 @@ exports[`EuiIcon props type transitionLeftOut is rendered 1`] = ` data-icon-type="transitionLeftOut" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11799,7 +11292,6 @@ exports[`EuiIcon props type transitionTopIn is rendered 1`] = ` data-icon-type="transitionTopIn" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11821,7 +11313,6 @@ exports[`EuiIcon props type transitionTopOut is rendered 1`] = ` data-icon-type="transitionTopOut" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11843,7 +11334,6 @@ exports[`EuiIcon props type trash is rendered 1`] = ` data-icon-type="trash" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11865,7 +11355,6 @@ exports[`EuiIcon props type unfold is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="unfold" data-is-loaded="true" - role="img" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" > @@ -11882,7 +11371,6 @@ exports[`EuiIcon props type unlink is rendered 1`] = ` data-icon-type="unlink" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11900,7 +11388,6 @@ exports[`EuiIcon props type upgradeAssistantApp is rendered 1`] = ` data-icon-type="upgradeAssistantApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -11922,7 +11409,6 @@ exports[`EuiIcon props type uptimeApp is rendered 1`] = ` data-icon-type="uptimeApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -11944,7 +11430,6 @@ exports[`EuiIcon props type user is rendered 1`] = ` data-icon-type="user" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11964,7 +11449,6 @@ exports[`EuiIcon props type userAvatar is rendered 1`] = ` data-icon-type="userAvatar" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -11984,7 +11468,6 @@ exports[`EuiIcon props type users is rendered 1`] = ` data-icon-type="users" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12011,7 +11494,6 @@ exports[`EuiIcon props type usersRolesApp is rendered 1`] = ` data-icon-type="usersRolesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12033,7 +11515,6 @@ exports[`EuiIcon props type vector is rendered 1`] = ` data-icon-type="vector" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12051,7 +11532,6 @@ exports[`EuiIcon props type videoPlayer is rendered 1`] = ` data-icon-type="videoPlayer" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12069,7 +11549,6 @@ exports[`EuiIcon props type visArea is rendered 1`] = ` data-icon-type="visArea" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12087,7 +11566,6 @@ exports[`EuiIcon props type visAreaStacked is rendered 1`] = ` data-icon-type="visAreaStacked" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12105,7 +11583,6 @@ exports[`EuiIcon props type visBarHorizontal is rendered 1`] = ` data-icon-type="visBarHorizontal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12123,7 +11600,6 @@ exports[`EuiIcon props type visBarHorizontalStacked is rendered 1`] = ` data-icon-type="visBarHorizontalStacked" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12141,7 +11617,6 @@ exports[`EuiIcon props type visBarVertical is rendered 1`] = ` data-icon-type="visBarVertical" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12159,7 +11634,6 @@ exports[`EuiIcon props type visBarVerticalStacked is rendered 1`] = ` data-icon-type="visBarVerticalStacked" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12177,7 +11651,6 @@ exports[`EuiIcon props type visGauge is rendered 1`] = ` data-icon-type="visGauge" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12195,7 +11668,6 @@ exports[`EuiIcon props type visGoal is rendered 1`] = ` data-icon-type="visGoal" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12213,7 +11685,6 @@ exports[`EuiIcon props type visLine is rendered 1`] = ` data-icon-type="visLine" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12234,7 +11705,6 @@ exports[`EuiIcon props type visMapCoordinate is rendered 1`] = ` data-icon-type="visMapCoordinate" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12252,7 +11722,6 @@ exports[`EuiIcon props type visMapRegion is rendered 1`] = ` data-icon-type="visMapRegion" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12270,7 +11739,6 @@ exports[`EuiIcon props type visMetric is rendered 1`] = ` data-icon-type="visMetric" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12288,7 +11756,6 @@ exports[`EuiIcon props type visPie is rendered 1`] = ` data-icon-type="visPie" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12306,7 +11773,6 @@ exports[`EuiIcon props type visTable is rendered 1`] = ` data-icon-type="visTable" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12329,7 +11795,6 @@ exports[`EuiIcon props type visTagCloud is rendered 1`] = ` data-icon-type="visTagCloud" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12347,7 +11812,6 @@ exports[`EuiIcon props type visText is rendered 1`] = ` data-icon-type="visText" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12365,7 +11829,6 @@ exports[`EuiIcon props type visTimelion is rendered 1`] = ` data-icon-type="visTimelion" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12383,7 +11846,6 @@ exports[`EuiIcon props type visVega is rendered 1`] = ` data-icon-type="visVega" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12401,7 +11863,6 @@ exports[`EuiIcon props type visVisualBuilder is rendered 1`] = ` data-icon-type="visVisualBuilder" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12419,7 +11880,6 @@ exports[`EuiIcon props type visualizeApp is rendered 1`] = ` data-icon-type="visualizeApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12444,7 +11904,6 @@ exports[`EuiIcon props type vulnerabilityManagementApp is rendered 1`] = ` data-icon-type="vulnerabilityManagementApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12466,7 +11925,6 @@ exports[`EuiIcon props type warning is rendered 1`] = ` data-icon-type="warning" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12494,7 +11952,6 @@ exports[`EuiIcon props type warningFilled is rendered 1`] = ` data-icon-type="warningFilled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12522,7 +11979,6 @@ exports[`EuiIcon props type watchesApp is rendered 1`] = ` data-icon-type="watchesApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12550,7 +12006,6 @@ exports[`EuiIcon props type web is rendered 1`] = ` data-icon-type="web" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12570,7 +12025,6 @@ exports[`EuiIcon props type wordWrap is rendered 1`] = ` data-icon-type="wordWrap" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12591,7 +12045,6 @@ exports[`EuiIcon props type wordWrapDisabled is rendered 1`] = ` data-icon-type="wordWrapDisabled" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12629,7 +12082,6 @@ exports[`EuiIcon props type workplaceSearchApp is rendered 1`] = ` data-icon-type="workplaceSearchApp" data-is-loaded="true" height="32" - role="img" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg" @@ -12653,7 +12105,6 @@ exports[`EuiIcon props type wrench is rendered 1`] = ` data-icon-type="wrench" data-is-loaded="true" height="16" - role="img" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" @@ -12671,7 +12122,6 @@ exports[`EuiIcon renders custom components 1`] = ` aria-hidden="true" aria-label="heart" class="euiIcon emotion-euiIcon-m" - role="img" > ❤️ diff --git a/packages/eui/src/components/icon/icon.tsx b/packages/eui/src/components/icon/icon.tsx index 3f33450ec1e..49866b5dc97 100644 --- a/packages/eui/src/components/icon/icon.tsx +++ b/packages/eui/src/components/icon/icon.tsx @@ -317,7 +317,7 @@ export class EuiIconClass extends PureComponent< style={optionalCustomStyles} css={cssStyles} tabIndex={tabIndex} - role="img" + role={isAriaHidden ? undefined : 'img'} title={title} {...titleId} data-icon-type={iconTitle} From 9a1909e9630d3238a0aece6673672e98c3e28322 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Tue, 14 Oct 2025 13:48:51 +0300 Subject: [PATCH 2/6] changelog --- packages/eui/changelogs/upcoming/9100.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/9100.md diff --git a/packages/eui/changelogs/upcoming/9100.md b/packages/eui/changelogs/upcoming/9100.md new file mode 100644 index 00000000000..9591d9b5f4a --- /dev/null +++ b/packages/eui/changelogs/upcoming/9100.md @@ -0,0 +1,3 @@ +**Accessibility** + +- Fixed incorrect role attribute on `EuiIcon` and `EuiBetaBadge` From 58a3f599e40b8b3d06eef3fb0a6f4d72ca9ca890 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Tue, 14 Oct 2025 16:55:53 +0300 Subject: [PATCH 3/6] cleanup --- .../__snapshots__/beta_badge.test.tsx.snap | 1 + .../icon/__snapshots__/icon.test.tsx.snap | 1112 ++++++++--------- .../eui/src/components/icon/icon.test.tsx | 22 +- packages/eui/src/components/icon/icon.tsx | 32 +- 4 files changed, 589 insertions(+), 578 deletions(-) diff --git a/packages/eui/src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap b/packages/eui/src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap index c50cd2d1393..671bde35970 100644 --- a/packages/eui/src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap +++ b/packages/eui/src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap @@ -135,6 +135,7 @@ exports[`EuiBetaBadge props tooltip and anchorProps are rendered 1`] = ` > Beta diff --git a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap index 4fa817a85b0..505c402e14c 100644 --- a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -21,11 +21,11 @@ exports[`EuiIcon is rendered 1`] = ` exports[`EuiIcon props color #885522 is rendered 1`] = ` diff --git a/packages/eui/src/components/icon/icon.test.tsx b/packages/eui/src/components/icon/icon.test.tsx index fb58c69822d..f1d7d967755 100644 --- a/packages/eui/src/components/icon/icon.test.tsx +++ b/packages/eui/src/components/icon/icon.test.tsx @@ -143,28 +143,38 @@ describe('EuiIcon', () => { describe('aria-hidden', () => { it( - 'enforces aria-hidden if no title or label has been passed', + 'enforces role=presentation if no title or label has been passed', testIcon({ type: 'empty', 'aria-hidden': false }, (icon) => { - expect(icon).toHaveAttribute('aria-hidden', 'true'); + expect(icon).toHaveAttribute('role', 'presentation'); }) ); it( - 'does not set aria-hidden if a title/label is passed', + 'does not set role=presentation if a title/label is passed', testIcon( { type: 'empty', title: 'Anything', 'aria-label': 'Anything' }, (icon) => { - expect(icon).not.toHaveAttribute('aria-hidden'); + expect(icon).toHaveAttribute('role', 'img'); } ) ); it( - 'allows consumers to override aria-hidden even if a title/label exists', + 'allows consumers to override role by passing aria-hidden=true even if a title/label exists', testIcon( { type: 'empty', title: 'Anything', 'aria-hidden': true }, (icon) => { - expect(icon).toHaveAttribute('aria-hidden', 'true'); + expect(icon).toHaveAttribute('role', 'presentation'); + } + ) + ); + + it( + 'allows consumers to override role by passing role=presentation even if a title/label exists', + testIcon( + { type: 'empty', title: 'Anything', role: 'presentation' }, + (icon) => { + expect(icon).toHaveAttribute('role', 'presentation'); } ) ); diff --git a/packages/eui/src/components/icon/icon.tsx b/packages/eui/src/components/icon/icon.tsx index 49866b5dc97..e1557f8e0cc 100644 --- a/packages/eui/src/components/icon/icon.tsx +++ b/packages/eui/src/components/icon/icon.tsx @@ -237,9 +237,12 @@ export class EuiIconClass extends PureComponent< className, tabIndex, title, + role, onIconLoad, style, stylesMemoizer, + 'aria-hidden': ariaHidden, + titleId, ...rest } = this.props; @@ -281,34 +284,36 @@ export class EuiIconClass extends PureComponent< const icon = this.state.icon || empty; + const isAriaHidden = + !(title || this.props['aria-label'] || this.props['aria-labelledby']) || + ['none', 'presentation'].includes(role ?? '') || + [true, 'true'].includes(ariaHidden ?? false); + + const accessibleTitle = isAriaHidden ? undefined : title; + const accessibleRole = isAriaHidden ? 'presentation' : 'img'; + if (typeof icon === 'string') { return ( {title)} /> ); } else { const Svg = icon; - // If there is no aria-label, aria-labelledby, or title it gets aria-hidden true - const isAriaHidden = !( - this.props['aria-label'] || - this.props['aria-labelledby'] || - this.props.title - ); - // If no aria-label or aria-labelledby is provided but there's a title, a titleId is generated // The svg aria-labelledby attribute gets this titleId // The svg title element gets this titleId as an id - const titleId = + const accessibleTitleId = !this.props['aria-label'] && !this.props['aria-labelledby'] && title - ? { titleId: generateId() } + ? { titleId: titleId || generateId() } : undefined; return ( @@ -317,14 +322,13 @@ export class EuiIconClass extends PureComponent< style={optionalCustomStyles} css={cssStyles} tabIndex={tabIndex} - role={isAriaHidden ? undefined : 'img'} - title={title} - {...titleId} + title={accessibleTitle} + role={accessibleRole} + {...accessibleTitleId} data-icon-type={iconTitle} data-is-loaded={isLoaded || undefined} data-is-loading={isLoading || undefined} {...rest} - aria-hidden={isAriaHidden || rest['aria-hidden']} /> ); } From 2b1d42c3f01e3108ca23db653d05184386ad759d Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Mon, 20 Oct 2025 14:57:56 +0300 Subject: [PATCH 4/6] fix PR comments --- .../eui/src/components/icon/icon.test.tsx | 21 +++++++++++----- packages/eui/src/components/icon/icon.tsx | 24 ++++++++++++++----- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/packages/eui/src/components/icon/icon.test.tsx b/packages/eui/src/components/icon/icon.test.tsx index f1d7d967755..e2a54a520e6 100644 --- a/packages/eui/src/components/icon/icon.test.tsx +++ b/packages/eui/src/components/icon/icon.test.tsx @@ -160,24 +160,33 @@ describe('EuiIcon', () => { ); it( - 'allows consumers to override role by passing aria-hidden=true even if a title/label exists', + 'allows consumers to override aria-hidden and role', testIcon( - { type: 'empty', title: 'Anything', 'aria-hidden': true }, + { type: 'empty', 'aria-hidden': false, role: 'img' }, (icon) => { - expect(icon).toHaveAttribute('role', 'presentation'); + expect(icon).toHaveAttribute('aria-hidden', 'false'); + expect(icon).toHaveAttribute('role', 'img'); } ) ); it( - 'allows consumers to override role by passing role=presentation even if a title/label exists', + 'allows consumers to override aria-hidden even if a title/label exists', testIcon( - { type: 'empty', title: 'Anything', role: 'presentation' }, + { type: 'empty', title: 'Anything', 'aria-hidden': true }, (icon) => { - expect(icon).toHaveAttribute('role', 'presentation'); + expect(icon).toHaveAttribute('aria-hidden', 'true'); + expect(icon).not.toHaveAttribute('role'); } ) ); + + it( + 'allows consumers to override role even', + testIcon({ type: 'empty', title: 'Anything', role: 'none' }, (icon) => { + expect(icon).toHaveAttribute('role', 'none'); + }) + ); }); }); diff --git a/packages/eui/src/components/icon/icon.tsx b/packages/eui/src/components/icon/icon.tsx index e1557f8e0cc..4386956d223 100644 --- a/packages/eui/src/components/icon/icon.tsx +++ b/packages/eui/src/components/icon/icon.tsx @@ -284,13 +284,23 @@ export class EuiIconClass extends PureComponent< const icon = this.state.icon || empty; - const isAriaHidden = + const isAriaHidden = [true, 'true'].includes(ariaHidden ?? false); + const isPresentationOnly = !(title || this.props['aria-label'] || this.props['aria-labelledby']) || ['none', 'presentation'].includes(role ?? '') || - [true, 'true'].includes(ariaHidden ?? false); + isAriaHidden; - const accessibleTitle = isAriaHidden ? undefined : title; - const accessibleRole = isAriaHidden ? 'presentation' : 'img'; + const accessibleTitle = isPresentationOnly ? undefined : title; + + // Determine the ARIA role for the icon: + // - If aria-hidden is true, do not set a role + // - If the icon is presentation-only, set role to 'presentation' + // - Otherwise, set role to 'img' + const accessibleRole = (() => { + if (isAriaHidden) return undefined; + if (isPresentationOnly) return 'presentation'; + return 'img'; + })(); if (typeof icon === 'string') { return ( @@ -301,7 +311,8 @@ export class EuiIconClass extends PureComponent< css={cssStyles} style={style} tabIndex={tabIndex} - role={accessibleRole} + role={role ?? accessibleRole} + aria-hidden={ariaHidden} {...(rest as ImgHTMLAttributes)} /> ); @@ -323,7 +334,8 @@ export class EuiIconClass extends PureComponent< css={cssStyles} tabIndex={tabIndex} title={accessibleTitle} - role={accessibleRole} + role={role ?? accessibleRole} + aria-hidden={ariaHidden} {...accessibleTitleId} data-icon-type={iconTitle} data-is-loaded={isLoaded || undefined} From 2dff309e6e24b6c2905f8ad71d51d5642d98f4f4 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Mon, 20 Oct 2025 15:01:50 +0300 Subject: [PATCH 5/6] Update icon.test.tsx --- packages/eui/src/components/icon/icon.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eui/src/components/icon/icon.test.tsx b/packages/eui/src/components/icon/icon.test.tsx index e2a54a520e6..673a32eed8f 100644 --- a/packages/eui/src/components/icon/icon.test.tsx +++ b/packages/eui/src/components/icon/icon.test.tsx @@ -182,7 +182,7 @@ describe('EuiIcon', () => { ); it( - 'allows consumers to override role even', + 'allows consumers to override role', testIcon({ type: 'empty', title: 'Anything', role: 'none' }, (icon) => { expect(icon).toHaveAttribute('role', 'none'); }) From cb048997e2e7da1a4e9502e1d78565a2df17e474 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Mon, 20 Oct 2025 15:06:24 +0300 Subject: [PATCH 6/6] update comment --- packages/eui/src/components/icon/icon.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/eui/src/components/icon/icon.tsx b/packages/eui/src/components/icon/icon.tsx index 4386956d223..e2d3dd1b6cf 100644 --- a/packages/eui/src/components/icon/icon.tsx +++ b/packages/eui/src/components/icon/icon.tsx @@ -292,10 +292,13 @@ export class EuiIconClass extends PureComponent< const accessibleTitle = isPresentationOnly ? undefined : title; - // Determine the ARIA role for the icon: - // - If aria-hidden is true, do not set a role - // - If the icon is presentation-only, set role to 'presentation' - // - Otherwise, set role to 'img' + // implicitly set the ARIA role for the icon only if: + // - The user did NOT provide a `role` prop + // - `aria-hidden` is NOT true + // This ensures user-supplied `role` and `aria-hidden` always take precedence. + // If set, role is: + // - 'presentation' for decorative icons + // - 'img' for meaningful icons const accessibleRole = (() => { if (isAriaHidden) return undefined; if (isPresentationOnly) return 'presentation';