-
Notifications
You must be signed in to change notification settings - Fork 896
Add elasticsearch specific field type tokens #3165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3ffa4e7
Add es binary token
mdefazio f07cea6
Add flattened, join, percolator tokens
mdefazio 1553250
Add rank feature, keyword and completion suggester token
mdefazio 1cc20a2
Update naming, improve join and flatten icons, add dense vector
mdefazio 15d8403
Add text token, improve rank feature, keyword
mdefazio d68f399
Add count, rank features, search-as-you-type and histogram tokens. Im…
mdefazio a64e204
Update icon tests, update names, clean up a few icons
mdefazio 9d3f0a5
Update join and rank feature tokens
mdefazio 2756a28
Update tests
mdefazio 47dec28
Revert "Update tests"
mdefazio d95d060
Update changelog
mdefazio f01ff1c
Merge branch 'master' of github.com:elastic/eui into icons-tokens-es
mdefazio 22264cc
Update changelog
mdefazio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenBinary = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path fillRule="evenodd" d="M12 4H4V12H12V4ZM8.5 5.5H5.5V10.5H8.5V5.5Z" /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenBinary; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenCompSuggester = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fillRule="evenodd" | ||
| d="M4.71429 3.30457H13L13 10.4474H11.0348L8.98882 11.9819C8.92289 12.0314 8.82882 11.9843 8.82882 11.9019V10.4474H4.71429V8.59029H9.17857C9.31664 8.59029 9.42857 8.47836 9.42857 8.34029V5.41172C9.42857 5.27364 9.31664 5.16172 9.17857 5.16172H4.71429V3.30457ZM3.71429 10.4474V8.59029H2.25C2.11193 8.59029 2 8.47836 2 8.34029V5.41172C2 5.27364 2.11193 5.16172 2.25 5.16172H3.71429V3.30457C3.71429 2.75229 4.162 2.30457 4.71429 2.30457H13C13.5523 2.30457 14 2.75229 14 3.30457V10.4474C14 10.9997 13.5523 11.4474 13 11.4474H11.2348L8.30476 13.645C8.13995 13.7686 7.90476 13.651 7.90476 13.445V11.4474H4.71429C4.162 11.4474 3.71429 10.9997 3.71429 10.4474ZM8.42143 6.01901H4.85714V7.73299H8.42143C8.50427 7.73299 8.57143 7.66583 8.57143 7.58298V6.16901C8.57143 6.08616 8.50427 6.01901 8.42143 6.01901Z" | ||
| /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenCompSuggester; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenBinary = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <g> | ||
| <path d="M9 4.25C9 4.11193 8.88807 4 8.75 4H3.25C3.11193 4 3 4.11193 3 4.25V7C3 7.13807 3.11193 7.25 3.25 7.25H8.75C8.88807 7.25 9 7.13807 9 7V4.25Z" /> | ||
| <path d="M13 4.25C13 4.11193 12.8881 4 12.75 4H10.25C10.1119 4 10 4.11193 10 4.25V7C10 7.13807 10.1119 7.25 10.25 7.25H12.75C12.8881 7.25 13 7.13807 13 7V4.25Z" /> | ||
| <path d="M3 9C3 8.86193 3.11193 8.75 3.25 8.75H4.75C4.88807 8.75 5 8.86193 5 9V11.75C5 11.8881 4.88807 12 4.75 12H3.25C3.11193 12 3 11.8881 3 11.75V9Z" /> | ||
| <path d="M13 9C13 8.86193 12.8881 8.75 12.75 8.75H6.25C6.11193 8.75 6 8.86193 6 9V11.75C6 11.8881 6.11193 12 6.25 12H12.75C12.8881 12 13 11.8881 13 11.75V9Z" /> | ||
| </g> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenBinary; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenDenseVector = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fillRule="evenodd" | ||
| d="M4.1539 12V4H6.86711V5.13923H5.65807V10.8608H6.86711V12H4.1539ZM11.8461 4V12H9.13288V10.8608H10.3419V5.13923H9.13288V4H11.8461Z" | ||
| /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenDenseVector; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenFlattened = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fillRule="evenodd" | ||
| d="M3.25 3c-.13807 0-.25.11193-.25.25v2c0 .13807.11193.25.25.25h9.5c.1381 0 .25-.11193.25-.25v-2c0-.13807-.1119-.25-.25-.25h-9.5zM3.25 6.75c-.13807 0-.25.11193-.25.25v2c0 .13807.11193.25.25.25H5.5c.13807 0 .25-.11193.25-.25V7c0-.13807-.11193-.25-.25-.25H3.25zM3 10.75c0-.1381.11193-.25.25-.25H5.5c.13807 0 .25.1119.25.25v2c0 .1381-.11193.25-.25.25H3.25c-.13807 0-.25-.1119-.25-.25v-2zM6.31059 10.023c-.08262-.07288-.08262-.22353 0-.29598l3.05348-2.68329c.05353-.04715.12788-.05711.19075-.0253.06322.03182.1031.09928.1031.17327v1.34164L12.819 8.5169c.0992 0 .1796.08587.1796.19167v2.29993c0 .1058-.0804.1917-.1796.1917l-3.16108.0164v1.3417c0 .074-.03988.1414-.1031.1732-.06287.0319-.13722.0219-.19075-.0249L6.31059 10.023z" | ||
| /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenFlattened; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenHistogram = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M3.5 3H7V7H9V4.5H12.5V12H13V13H3.00148V12H3.5V3ZM5.99999 4H4.49999V12H5.99999V4ZM9 8H6.99999V12H9V8ZM10 5.5H11.5V12H10V5.5Z" | ||
| /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenHistogram; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenJoin = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fillRule="evenodd" | ||
| d="M7.25 4.25V5.54085C7.25 6.6171 6.24202 7.17067 5.44049 7.01728C5.37977 7.00566 5.3162 6.99939 5.25 6.99939C4.69772 6.99939 4.25 7.4471 4.25 7.99939C4.25 8.55167 4.69772 8.99939 5.25 8.99939C5.3162 8.99939 5.37977 8.99312 5.44049 8.9815C6.24202 8.82811 7.25 9.38168 7.25 10.4579V11.7488H11.75V10.248C11.7241 10.2489 11.698 10.2494 11.6719 10.2494C10.4292 10.2494 9.42188 9.24203 9.42188 7.99939C9.42188 6.75675 10.4292 5.74939 11.6719 5.74939C11.698 5.74939 11.7241 5.74984 11.75 5.75073V4.25H7.25ZM6 4C6 3.44772 6.44772 3 7 3H12C12.5523 3 13 3.44772 13 4V6.9951C13 7.03399 12.9854 7.07056 12.9599 7.09996C12.8514 7.22535 12.3661 7.26084 12.2284 7.16843C12.0693 7.06167 11.8779 6.99939 11.6719 6.99939C11.1196 6.99939 10.6719 7.4471 10.6719 7.99939C10.6719 8.55167 11.1196 8.99939 11.6719 8.99939C11.8779 8.99939 12.0693 8.93711 12.2284 8.83035C12.3661 8.73794 12.8514 8.77343 12.9599 8.89882C12.9854 8.92822 13 8.96479 13 9.00368V11.9988C13 12.5511 12.5523 12.9988 12 12.9988H7C6.44772 12.9988 6 12.5511 6 11.9988V10.4579C6 10.2937 5.83677 10.1783 5.67544 10.2092C5.53767 10.2356 5.39545 10.2494 5.25 10.2494C4.00736 10.2494 3 9.24203 3 7.99939C3 6.75675 4.00736 5.74939 5.25 5.74939C5.39545 5.74939 5.53767 5.76319 5.67544 5.78955C5.83677 5.82043 6 5.70512 6 5.54085V4Z" | ||
| /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenJoin; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenKeyword = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <g> | ||
| <path d="M4.75 7.375C4.61193 7.375 4.5 7.48693 4.5 7.625V8.375C4.5 8.51307 4.61193 8.625 4.75 8.625H10.25C10.3881 8.625 10.5 8.51307 10.5 8.375V7.625C10.5 7.48693 10.3881 7.375 10.25 7.375H4.75Z" /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M2 4.5C2 3.94772 2.44772 3.5 3 3.5H10.4736C10.7938 3.5 11.0947 3.65338 11.2828 3.91254L13.8235 7.41254C14.0779 7.76289 14.0779 8.23711 13.8235 8.58746L11.2828 12.0875C11.0947 12.3466 10.7938 12.5 10.4736 12.5H3C2.44771 12.5 2 12.0523 2 11.5V4.5ZM3.25 5.25C3.25 4.97386 3.47386 4.75 3.75 4.75H9.97245C10.1266 4.75 10.2721 4.82106 10.3668 4.94261L12.5104 7.69261C12.6513 7.87333 12.6513 8.12667 12.5104 8.30739L10.3668 11.0574C10.2721 11.1789 10.1266 11.25 9.97245 11.25H3.75C3.47386 11.25 3.25 11.0261 3.25 10.75V5.25Z" | ||
| /> | ||
| </g> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenKeyword; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenPercolator = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <g> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M5.75 7.25C6.57843 7.25 7.25 6.57843 7.25 5.75C7.25 4.92157 6.57843 4.25 5.75 4.25C4.92157 4.25 4.25 4.92157 4.25 5.75C4.25 6.57843 4.92157 7.25 5.75 7.25ZM5.75 8.5C7.26878 8.5 8.5 7.26878 8.5 5.75C8.5 4.23122 7.26878 3 5.75 3C4.23122 3 3 4.23122 3 5.75C3 7.26878 4.23122 8.5 5.75 8.5Z" | ||
| /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M10.75 9.25C11.3023 9.25 11.75 8.80228 11.75 8.25C11.75 7.69772 11.3023 7.25 10.75 7.25C10.1977 7.25 9.75 7.69772 9.75 8.25C9.75 8.80228 10.1977 9.25 10.75 9.25ZM10.75 10.5C11.9926 10.5 13 9.49264 13 8.25C13 7.00736 11.9926 6 10.75 6C9.50736 6 8.5 7.00736 8.5 8.25C8.5 9.49264 9.50736 10.5 10.75 10.5Z" | ||
| /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M8 11.75C8.13807 11.75 8.25 11.6381 8.25 11.5C8.25 11.3619 8.13807 11.25 8 11.25C7.86193 11.25 7.75 11.3619 7.75 11.5C7.75 11.6381 7.86193 11.75 8 11.75ZM8 13C8.82843 13 9.5 12.3284 9.5 11.5C9.5 10.6716 8.82843 10 8 10C7.17157 10 6.5 10.6716 6.5 11.5C6.5 12.3284 7.17157 13 8 13Z" | ||
| /> | ||
| </g> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenPercolator; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenRankFeature = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path fillRule="evenodd" d="M13 4H7V8H3V12H4.5V9.5H8.5V5.5H11.5V12H13V4Z" /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenRankFeature; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenRankFeatures = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path fillRule="evenodd" d="M13 4H7V8H3V12H4.5V9.5H8.5V5.5H11.5V12H13V4Z" /> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenRankFeatures; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| import React from 'react'; | ||
|
|
||
| const EuiIconTokenSearchType = ({ title, titleId, ...props }) => ( | ||
| <svg | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| aria-labelledby={titleId} | ||
| {...props}> | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <g> | ||
| <path d="M6.26974 7.50002C6.26974 6.94774 6.71746 6.50002 7.26974 6.50002C7.82203 6.50002 8.26974 6.94774 8.26974 7.50002C8.26974 8.05231 7.82203 8.50002 7.26974 8.50002C6.71746 8.50002 6.26974 8.05231 6.26974 7.50002Z" /> | ||
| <path d="M8.76974 7.50002C8.76974 6.94774 9.21746 6.50002 9.76974 6.50002C10.322 6.50002 10.7697 6.94774 10.7697 7.50002C10.7697 8.05231 10.322 8.50002 9.76974 8.50002C9.21746 8.50002 8.76974 8.05231 8.76974 7.50002Z" /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M11.7017 10.682C10.1231 12.2606 7.66343 12.4212 5.90559 11.1637L4.28033 12.7889C3.98744 13.0818 3.51256 13.0818 3.21967 12.7889C2.92678 12.496 2.92678 12.0212 3.21967 11.7283L4.8468 10.1011C3.5994 8.34418 3.76306 5.89274 5.33778 4.31802C7.09513 2.56066 9.94438 2.56066 11.7017 4.31802C13.4591 6.07538 13.4591 8.92462 11.7017 10.682ZM6.39843 9.62132C7.57 10.7929 9.4695 10.7929 10.6411 9.62132C11.8126 8.44975 11.8126 6.55025 10.6411 5.37868C9.4695 4.20711 7.57 4.20711 6.39843 5.37868C5.22686 6.55025 5.22686 8.44975 6.39843 9.62132Z" | ||
| /> | ||
| </g> | ||
| </svg> | ||
| ); | ||
|
|
||
| export const icon = EuiIconTokenSearchType; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.