Skip to content
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

Update security analytics app icon #3720

Merged
merged 6 commits into from
Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Updated `securityAnalyticsApp` app icon ([#3720](https://github.com/elastic/eui/pull/3720))
- Removed `src/test` and `@types/enzyme` references from `eui.d.ts` ([#3715](https://github.com/elastic/eui/pull/3715))
- Added `index.d.ts` file to `lib/test` and `es/test` ([#3715](https://github.com/elastic/eui/pull/3715))

Expand Down
101 changes: 41 additions & 60 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6804,11 +6804,14 @@ exports[`EuiIcon props type securityAnalyticsApp is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10 12c5.43 0 9.848 4.327 9.996 9.72L20 22v1h-9v9h-1C4.477 32 0 27.523 0 22s4.477-10 10-10zm-1 9v-6.938a8.001 8.001 0 00-.25 15.84l.25.036V14.062 21zm2-6.938V21h6.938a8.005 8.005 0 00-6.68-6.902l-.257-.036z"
d="M3 10h4v2H5v7.928c0 1.299.808 2.795 2.88 4.48 1.83 1.489 4.524 3.02 8.12 4.584V26h2v5.992l-1.38-.567c-4.372-1.797-7.724-3.613-10-5.465C4.358 24.122 3 22.114 3 19.928V10z"
/>
<path
class="euiIcon__fillSecondary"
d="M10 6c8.731 0 15.83 6.994 15.997 15.685L26 22h-2c0-7.628-6.1-13.83-13.687-13.997L10 8V6zm0-6c12.029 0 21.803 9.654 21.997 21.636L32 22h-2c0-10.93-8.769-19.813-19.656-19.997L10 2V0z"
d="M9 10h9v14l-1.272-.458c-1.367-.494-3.23-1.314-4.768-2.39C10.484 20.118 9 18.636 9 16.761V10zm1.895 1.876v4.887c0 .877.744 1.867 2.158 2.856.937.656 2.038 1.219 3.052 1.657v-9.4h-5.21z"
/>
<path
d="M29 1H9v7h2V2.966h16V16.73c0 .558-.245 1.128-.756 1.72-.515.596-1.256 1.158-2.12 1.668-1.381.818-2.961 1.434-4.124 1.817V24c1.26-.378 3.334-1.12 5.155-2.197.965-.57 1.905-1.261 2.612-2.08.712-.822 1.233-1.827 1.233-2.992V1z"
/>
</svg>
`;
Expand Down Expand Up @@ -7640,7 +7643,7 @@ exports[`EuiIcon props type tokenBinary is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 4H4V12H12V4ZM8.5 5.5H5.5V10.5H8.5V5.5Z"
d="M12 4H4v8h8V4zM8.5 5.5h-3v5h3v-5z"
fill-rule="evenodd"
/>
</svg>
Expand Down Expand Up @@ -7693,16 +7696,14 @@ exports[`EuiIcon props type tokenCompletionSuggester is rendered 1`] = `
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<g>
<path
clip-rule="evenodd"
d="M3 4c0-.55228.44772-1 1-1h8c.5523 0 1 .44772 1 1v5.99578c0 .55232-.4477 1.00002-1 1.00002h-1.661L7.4 13.2c-.16481.1236-.4.006-.4-.2v-2.0042H4c-.55228 0-1-.4477-1-1.00002V4zm1.5 1c0-.27614.22386-.5.5-.5h6c.2761 0 .5.22386.5.5v4c0 .27614-.2239.5-.5.5h-.9L8 11V9.5H5c-.27614 0-.5-.22386-.5-.5V5z"
fill-rule="evenodd"
/>
<path
d="M6.75 6c-.55228 0-1 .44772-1 1s.44772 1 1 1 1-.44772 1-1-.44772-1-1-1zM9.25 6c-.55228 0-1 .44772-1 1s.44772 1 1 1 1-.44772 1-1-.44772-1-1-1z"
/>
</g>
<path
clip-rule="evenodd"
d="M3 4a1 1 0 011-1h8a1 1 0 011 1v5.996a1 1 0 01-1 1h-1.661L7.4 13.2A.25.25 0 017 13v-2.004H4a1 1 0 01-1-1V4zm1.5 1a.5.5 0 01.5-.5h6a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-.9L8 11V9.5H5a.5.5 0 01-.5-.5V5z"
fill-rule="evenodd"
/>
<path
d="M6.75 6a1 1 0 100 2 1 1 0 000-2zm2.5 0a1 1 0 100 2 1 1 0 000-2z"
/>
</svg>
`;

Expand Down Expand Up @@ -7754,8 +7755,7 @@ exports[`EuiIcon props type tokenDenseVector is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4.1539 12V4H6.86711V5.13923H5.65807V10.8608H6.86711V12H4.1539ZM11.8461 4V12H9.13288V10.8608H10.3419V5.13923H9.13288V4H11.8461Z"
fill-rule="evenodd"
d="M4.154 12V4h2.713v1.14H5.658v5.72h1.21V12H4.153zm7.692-8v8H9.133v-1.14h1.209V5.14h-1.21V4h2.714z"
/>
</svg>
`;
Expand Down Expand Up @@ -7896,8 +7896,7 @@ exports[`EuiIcon props type tokenFlattened is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
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"
fill-rule="evenodd"
d="M3.25 3a.25.25 0 00-.25.25v2c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25v-2a.25.25 0 00-.25-.25h-9.5zm0 3.75A.25.25 0 003 7v2c0 .138.112.25.25.25H5.5A.25.25 0 005.75 9V7a.25.25 0 00-.25-.25H3.25zm-.25 4a.25.25 0 01.25-.25H5.5a.25.25 0 01.25.25v2a.25.25 0 01-.25.25H3.25a.25.25 0 01-.25-.25v-2zm3.31-.727c-.082-.073-.082-.224 0-.296l3.054-2.683a.17.17 0 01.19-.026c.064.032.104.1.104.174v1.341l3.161-.016c.1 0 .18.086.18.192v2.3c0 .105-.08.191-.18.191l-3.161.017v1.341c0 .074-.04.142-.103.174a.17.17 0 01-.19-.025L6.31 10.023z"
/>
</svg>
`;
Expand Down Expand Up @@ -7950,7 +7949,7 @@ exports[`EuiIcon props type tokenHistogram is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M3 3h4v5h2V5.5h4V13H3.00148v-1H3V3zm1 9h2V4H4v8zm3 0h2V9H7v3zm3 0h2V6.5h-2V12z"
d="M3 3h4v5h2V5.5h4V13H3.001v-1H3V3zm1 9h2V4H4v8zm3 0h2V9H7v3zm3 0h2V6.5h-2V12z"
/>
</svg>
`;
Expand Down Expand Up @@ -8004,7 +8003,7 @@ exports[`EuiIcon props type tokenJoin is rendered 1`] = `
>
<path
clip-rule="evenodd"
d="M7.5 4.50061V5.52451C7.5 6.79357 6.31515 7.43256 5.38799 7.2624C5.34434 7.25439 5.29834 7.25 5.25 7.25C4.83579 7.25 4.5 7.58579 4.5 8C4.5 8.41421 4.83579 8.75 5.25 8.75C5.29834 8.75 5.34434 8.74561 5.38799 8.7376C6.31515 8.56743 7.5 9.20643 7.5 10.4755V11.4994H11.5V10.4942C10.1995 10.4059 9.17188 9.32294 9.17188 8C9.17188 6.67706 10.1995 5.59412 11.5 5.50582V4.50061H7.5ZM13 4.00061C13 3.44833 12.5523 3.00061 12 3.00061H7C6.44772 3.00061 6 3.44833 6 4.00061V5.52451C6 5.69705 5.82847 5.81819 5.65877 5.78704C5.52621 5.76271 5.38959 5.75 5.25 5.75C4.00736 5.75 3 6.75736 3 8C3 9.24264 4.00736 10.25 5.25 10.25C5.38959 10.25 5.52621 10.2373 5.65877 10.213C5.82847 10.1818 6 10.303 6 10.4755V11.9994C6 12.5517 6.44772 12.9994 7 12.9994H12C12.5523 12.9994 13 12.5517 13 11.9994V9.00429C13 8.9654 12.9854 8.92883 12.9599 8.89943C12.8514 8.77404 12.3661 8.73855 12.2284 8.83096C12.0693 8.93772 11.8779 9 11.6719 9C11.1196 9 10.6719 8.55228 10.6719 8C10.6719 7.44772 11.1196 7 11.6719 7C11.8779 7 12.0693 7.06228 12.2284 7.16904C12.3661 7.26145 12.8514 7.22596 12.9599 7.10057C12.9854 7.07117 13 7.0346 13 6.99571V4.00061Z"
d="M7.5 4.5v1.025c0 1.269-1.185 1.908-2.112 1.737a.75.75 0 100 1.475c.927-.17 2.112.47 2.112 1.739v1.023h4v-1.005a2.5 2.5 0 010-4.988V4.5h-4zM13 4a1 1 0 00-1-1H7a1 1 0 00-1 1v1.525c0 .172-.172.293-.341.262a2.25 2.25 0 100 4.426c.17-.031.341.09.341.262V12a1 1 0 001 1h5a1 1 0 001-1V9.004a.16.16 0 00-.04-.105c-.109-.125-.594-.16-.732-.068a1 1 0 110-1.662c.138.092.623.057.732-.068a.16.16 0 00.04-.105V4z"
fill-rule="evenodd"
/>
</svg>
Expand Down Expand Up @@ -8039,16 +8038,14 @@ exports[`EuiIcon props type tokenKeyword is rendered 1`] = `
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<g>
<path
d="M5.75 7.375C5.61193 7.375 5.5 7.48693 5.5 7.625V8.375C5.5 8.51307 5.61193 8.625 5.75 8.625H9.25C9.38807 8.625 9.5 8.51307 9.5 8.375V7.625C9.5 7.48693 9.38807 7.375 9.25 7.375H5.75Z"
/>
<path
clip-rule="evenodd"
d="M3 5C3 4.44772 3.44772 4 4 4H9.98882C10.3191 4 10.6281 4.1631 10.8145 4.43581L12.8645 7.43581C13.0969 7.77601 13.0969 8.22398 12.8645 8.56419L10.8145 11.5642C10.6281 11.8369 10.3191 12 9.98883 12H4C3.44772 12 3 11.5523 3 11V5ZM4.25 5.75C4.25 5.47386 4.47386 5.25 4.75 5.25H9.49539C9.65536 5.25 9.80567 5.32654 9.89976 5.45591L11.5361 7.70591C11.6636 7.88124 11.6636 8.11876 11.5361 8.29409L9.89976 10.5441C9.80567 10.6735 9.65536 10.75 9.49539 10.75H4.75C4.47386 10.75 4.25 10.5261 4.25 10.25V5.75Z"
fill-rule="evenodd"
/>
</g>
<path
d="M5.75 7.375a.25.25 0 00-.25.25v.75c0 .138.112.25.25.25h3.5a.25.25 0 00.25-.25v-.75a.25.25 0 00-.25-.25h-3.5z"
/>
<path
clip-rule="evenodd"
d="M3 5a1 1 0 011-1h5.989a1 1 0 01.825.436l2.05 3a1 1 0 010 1.128l-2.05 3A1 1 0 019.99 12H4a1 1 0 01-1-1V5zm1.25.75a.5.5 0 01.5-.5h4.745a.5.5 0 01.405.206l1.636 2.25a.5.5 0 010 .588L9.9 10.544a.5.5 0 01-.405.206H4.75a.5.5 0 01-.5-.5v-4.5z"
fill-rule="evenodd"
/>
</svg>
`;

Expand Down Expand Up @@ -8250,7 +8247,7 @@ exports[`EuiIcon props type tokenPercolator is rendered 1`] = `
>
<path
clip-rule="evenodd"
d="M5.5 7C6.32843 7 7 6.32843 7 5.5C7 4.67157 6.32843 4 5.5 4C4.67157 4 4 4.67157 4 5.5C4 6.32843 4.67157 7 5.5 7ZM5.5 8C6.88071 8 8 6.88071 8 5.5C8 4.11929 6.88071 3 5.5 3C4.11929 3 3 4.11929 3 5.5C3 6.88071 4.11929 8 5.5 8ZM11 9C11.5523 9 12 8.55228 12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8C10 8.55228 10.4477 9 11 9ZM11 10C12.1046 10 13 9.10457 13 8C13 6.89543 12.1046 6 11 6C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10ZM8.5 11.5C8.5 11.7761 8.27614 12 8 12C7.72386 12 7.5 11.7761 7.5 11.5C7.5 11.2239 7.72386 11 8 11C8.27614 11 8.5 11.2239 8.5 11.5ZM9.5 11.5C9.5 12.3284 8.82843 13 8 13C7.17157 13 6.5 12.3284 6.5 11.5C6.5 10.6716 7.17157 10 8 10C8.82843 10 9.5 10.6716 9.5 11.5Z"
d="M5.5 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm0 1a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM11 9a1 1 0 100-2 1 1 0 000 2zm0 1a2 2 0 100-4 2 2 0 000 4zm-2.5 1.5a.5.5 0 11-1 0 .5.5 0 011 0zm1 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"
fill-rule="evenodd"
/>
</svg>
Expand Down Expand Up @@ -8307,7 +8304,7 @@ exports[`EuiIcon props type tokenRankFeature is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13 4V12H11V6H9V10H5V12H3V8H7V4H13Z"
d="M13 4v8h-2V6H9v4H5v2H3V8h4V4h6z"
/>
</svg>
`;
Expand All @@ -8324,7 +8321,7 @@ exports[`EuiIcon props type tokenRankFeatures is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13 4V12H11V6H9V10H5V12H3V8H7V4H13Z"
d="M13 4v8h-2V6H9v4H5v2H3V8h4V4h6z"
/>
</svg>
`;
Expand Down Expand Up @@ -8358,19 +8355,14 @@ exports[`EuiIcon props type tokenSearchType is rendered 1`] = `
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<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
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"
fill-rule="evenodd"
/>
</g>
<path
d="M6.27 7.5a1 1 0 112 0 1 1 0 01-2 0zM8.77 7.5a1 1 0 112 0 1 1 0 01-2 0z"
/>
<path
clip-rule="evenodd"
d="M11.702 10.682a4.501 4.501 0 01-5.796.482L4.28 12.789a.75.75 0 01-1.06-1.06L4.847 10.1a4.501 4.501 0 116.855.581zm-5.304-1.06a3 3 0 104.243-4.243A3 3 0 006.398 9.62z"
fill-rule="evenodd"
/>
</svg>
`;

Expand Down Expand Up @@ -8456,7 +8448,7 @@ exports[`EuiIcon props type tokenText is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M9.14664 4.29739L8.89243 5.75232H9.82812L9.60637 7.01795H8.67067L8.21635 9.70605C8.19111 9.88994 8.20282 10.0288 8.2515 10.1225C8.30018 10.2163 8.42187 10.2667 8.61659 10.274C8.69231 10.2776 8.84735 10.2685 9.08173 10.2469L8.95192 11.5666C8.65264 11.664 8.33354 11.7091 7.99459 11.7018C7.44291 11.6946 7.03005 11.5324 6.75601 11.2151C6.48197 10.8978 6.37019 10.4669 6.42067 9.92239L6.89663 7.01795H6.17188L6.38822 5.75232H7.11298L7.36719 4.29739H9.14664Z"
d="M9.147 4.297l-.255 1.455h.936l-.222 1.266h-.935l-.455 2.688c-.025.184-.013.323.036.417.048.093.17.144.365.151.075.004.23-.005.465-.027l-.13 1.32c-.3.097-.618.142-.957.135-.552-.007-.965-.17-1.239-.487-.274-.317-.386-.748-.335-1.293l.476-2.904h-.725l.216-1.266h.725l.254-1.455h1.78z"
/>
</svg>
`;
Expand All @@ -8472,20 +8464,9 @@ exports[`EuiIcon props type tokenTokenCount is rendered 1`] = `
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<g>
<path
d="M8 4H3V7H8V4Z"
/>
<path
d="M13 9H8V12H13V9Z"
/>
<path
d="M10 4H13V7H10V4Z"
/>
<path
d="M6 9H3V12H6V9Z"
/>
</g>
<path
d="M8 4H3v3h5V4zM13 9H8v3h5V9zM10 4h3v3h-3V4zM6 9H3v3h3V9z"
/>
</svg>
`;

Expand Down
5 changes: 3 additions & 2 deletions src/components/icon/assets/app_security_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ const EuiIconAppSecurityAnalytics = ({ title, titleId, ...props }) => (
aria-labelledby={titleId}
{...props}>
{title ? <title id={titleId}>{title}</title> : null}
<path d="M10 12c5.43 0 9.848 4.327 9.996 9.72L20 22v1h-9v9h-1C4.477 32 0 27.523 0 22s4.477-10 10-10zm-1 9v-6.938a8.001 8.001 0 00-.25 15.84l.25.036V14.062 21zm2-6.938V21h6.938a8.005 8.005 0 00-6.68-6.902l-.257-.036z" />
<path d="M3 10h4v2H5v7.928c0 1.299.808 2.795 2.88 4.48 1.83 1.489 4.524 3.02 8.12 4.584V26h2v5.992l-1.38-.567c-4.372-1.797-7.724-3.613-10-5.465C4.358 24.122 3 22.114 3 19.928V10z" />
<path
className="euiIcon__fillSecondary"
d="M10 6c8.731 0 15.83 6.994 15.997 15.685L26 22h-2c0-7.628-6.1-13.83-13.687-13.997L10 8V6zm0-6c12.029 0 21.803 9.654 21.997 21.636L32 22h-2c0-10.93-8.769-19.813-19.656-19.997L10 2V0z"
d="M9 10h9v14l-1.272-.458c-1.367-.494-3.23-1.314-4.768-2.39C10.484 20.118 9 18.636 9 16.761V10zm1.895 1.876v4.887c0 .877.744 1.867 2.158 2.856.937.656 2.038 1.219 3.052 1.657v-9.4h-5.21z"
/>
<path d="M29 1H9v7h2V2.966h16V16.73c0 .558-.245 1.128-.756 1.72-.515.596-1.256 1.158-2.12 1.668-1.381.818-2.961 1.434-4.124 1.817V24c1.26-.378 3.334-1.12 5.155-2.197.965-.57 1.905-1.261 2.612-2.08.712-.822 1.233-1.827 1.233-2.992V1z" />
</svg>
);

Expand Down
7 changes: 4 additions & 3 deletions src/components/icon/assets/app_security_analytics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/icon/assets/tokens/tokenBinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EuiIconTokenBinary = ({ title, titleId, ...props }) => (
aria-labelledby={titleId}
{...props}>
{title ? <title id={titleId}>{title}</title> : null}
<path fillRule="evenodd" d="M12 4H4V12H12V4ZM8.5 5.5H5.5V10.5H8.5V5.5Z" />
<path fillRule="evenodd" d="M12 4H4v8h8V4zM8.5 5.5h-3v5h3v-5z" />
</svg>
);

Expand Down
18 changes: 8 additions & 10 deletions src/components/icon/assets/tokens/tokenCompletionSuggester.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

const EuiIconTokenCompSuggester = ({ title, titleId, ...props }) => (
const EuiIconTokenCompletionSuggester = ({ title, titleId, ...props }) => (
<svg
width={16}
height={16}
Expand All @@ -9,15 +9,13 @@ const EuiIconTokenCompSuggester = ({ title, titleId, ...props }) => (
aria-labelledby={titleId}
{...props}>
{title ? <title id={titleId}>{title}</title> : null}
<g>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M3 4c0-.55228.44772-1 1-1h8c.5523 0 1 .44772 1 1v5.99578c0 .55232-.4477 1.00002-1 1.00002h-1.661L7.4 13.2c-.16481.1236-.4.006-.4-.2v-2.0042H4c-.55228 0-1-.4477-1-1.00002V4zm1.5 1c0-.27614.22386-.5.5-.5h6c.2761 0 .5.22386.5.5v4c0 .27614-.2239.5-.5.5h-.9L8 11V9.5H5c-.27614 0-.5-.22386-.5-.5V5z"
/>
<path d="M6.75 6c-.55228 0-1 .44772-1 1s.44772 1 1 1 1-.44772 1-1-.44772-1-1-1zM9.25 6c-.55228 0-1 .44772-1 1s.44772 1 1 1 1-.44772 1-1-.44772-1-1-1z" />
</g>
<path
fillRule="evenodd"
d="M3 4a1 1 0 011-1h8a1 1 0 011 1v5.996a1 1 0 01-1 1h-1.661L7.4 13.2A.25.25 0 017 13v-2.004H4a1 1 0 01-1-1V4zm1.5 1a.5.5 0 01.5-.5h6a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-.9L8 11V9.5H5a.5.5 0 01-.5-.5V5z"
clipRule="evenodd"
/>
<path d="M6.75 6a1 1 0 100 2 1 1 0 000-2zm2.5 0a1 1 0 100 2 1 1 0 000-2z" />
</svg>
);

export const icon = EuiIconTokenCompSuggester;
export const icon = EuiIconTokenCompletionSuggester;
5 changes: 1 addition & 4 deletions src/components/icon/assets/tokens/tokenDenseVector.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ const EuiIconTokenDenseVector = ({ title, titleId, ...props }) => (
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"
/>
<path d="M4.154 12V4h2.713v1.14H5.658v5.72h1.21V12H4.153zm7.692-8v8H9.133v-1.14h1.209V5.14h-1.21V4h2.714z" />
</svg>
);

Expand Down
5 changes: 1 addition & 4 deletions src/components/icon/assets/tokens/tokenFlattened.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ const EuiIconTokenFlattened = ({ title, titleId, ...props }) => (
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"
/>
<path d="M3.25 3a.25.25 0 00-.25.25v2c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25v-2a.25.25 0 00-.25-.25h-9.5zm0 3.75A.25.25 0 003 7v2c0 .138.112.25.25.25H5.5A.25.25 0 005.75 9V7a.25.25 0 00-.25-.25H3.25zm-.25 4a.25.25 0 01.25-.25H5.5a.25.25 0 01.25.25v2a.25.25 0 01-.25.25H3.25a.25.25 0 01-.25-.25v-2zm3.31-.727c-.082-.073-.082-.224 0-.296l3.054-2.683a.17.17 0 01.19-.026c.064.032.104.1.104.174v1.341l3.161-.016c.1 0 .18.086.18.192v2.3c0 .105-.08.191-.18.191l-3.161.017v1.341c0 .074-.04.142-.103.174a.17.17 0 01-.19-.025L6.31 10.023z" />
</svg>
);

Expand Down
2 changes: 1 addition & 1 deletion src/components/icon/assets/tokens/tokenHistogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EuiIconTokenHistogram = ({ title, titleId, ...props }) => (
aria-labelledby={titleId}
{...props}>
{title ? <title id={titleId}>{title}</title> : null}
<path d="M3 3h4v5h2V5.5h4V13H3.00148v-1H3V3zm1 9h2V4H4v8zm3 0h2V9H7v3zm3 0h2V6.5h-2V12z" />
<path d="M3 3h4v5h2V5.5h4V13H3.001v-1H3V3zm1 9h2V4H4v8zm3 0h2V9H7v3zm3 0h2V6.5h-2V12z" />
</svg>
);

Expand Down
Loading