Skip to content

Commit

Permalink
[Icons] Updated APM app and solution logos (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Jul 1, 2019
1 parent 9b4479d commit 4c2defb
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Made `aria-label` attribute equal to `title` of the the selection checkbox in table items (for each row) in `EuiBasicTable` ([#2043](https://github.com/elastic/eui/pull/2043))
- Updated `appApm` and `logoAPM` with new updated icons ([#2084](https://github.com/elastic/eui/pull/2084))

**Bug fixes**

Expand Down
14 changes: 5 additions & 9 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -612,15 +612,11 @@ exports[`EuiIcon props type apmApp is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
class="euiIcon__fillSecondary"
d="M7 9v2H0V0h23v7h-2V2H2v7z"
/>
<path
d="M32 9v12H20c-6.075 0-11-4.925-11-11V9h23zm-20.945 2c.497 4.5 4.312 8 8.945 8h10v-8H11.055z"
d="M3 10h4v2H1V1h30v6h-2V3H3v7zm26 19v-6h2v8H18v-8h2v6h9z"
/>
<path
class="euiIcon__fillSecondary"
d="M30 23h2v9H19v-9h2v7h9z"
d="M31 10H9v11h12c5.523 0 10-4.477 10-10v-1zm-10 9H11v-7h17.938A8.001 8.001 0 0 1 21 19z"
/>
</svg>
`;
Expand Down Expand Up @@ -2950,15 +2946,15 @@ exports[`EuiIcon props type logoAPM is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0 10.001h24V0H0z"
d="M0 0h32v10H0z"
fill="#F04E98"
/>
<path
class="euiIcon__fillNegative"
d="M32 20H20c-5.522 0-10-4.478-10-10h22v10z"
d="M10 10h22a10 10 0 0 1-10 10H10V10z"
/>
<path
d="M20 32h12v-9H20z"
d="M19 23h13v9H19z"
fill="#0080D5"
/>
</svg>
Expand Down
8 changes: 5 additions & 3 deletions src/components/icon/assets/app_apm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ const EuiIconAppApm = props => (
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
{...props}>
<path className="euiIcon__fillSecondary" d="M7 9v2H0V0h23v7h-2V2H2v7z" />
<path d="M32 9v12H20c-6.075 0-11-4.925-11-11V9h23zm-20.945 2c.497 4.5 4.312 8 8.945 8h10v-8H11.055z" />
<path className="euiIcon__fillSecondary" d="M30 23h2v9H19v-9h2v7h9z" />
<path d="M3 10h4v2H1V1h30v6h-2V3H3v7zm26 19v-6h2v8H18v-8h2v6h9z" />
<path
className="euiIcon__fillSecondary"
d="M31 10H9v11h12c5.523 0 10-4.477 10-10v-1zm-10 9H11v-7h17.938A8.001 8.001 0 0 1 21 19z"
/>
</svg>
);

Expand Down
5 changes: 2 additions & 3 deletions src/components/icon/assets/app_apm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/icon/assets/logo_apm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ const EuiIconLogoApm = props => (
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
{...props}>
<path fill="#F04E98" d="M0 10.001h24V0H0z" />
<path fill="#F04E98" d="M0 0h32v10H0z" />
<path
className="euiIcon__fillNegative"
d="M32 20H20c-5.522 0-10-4.478-10-10h22v10z"
d="M10 10h22a10 10 0 0 1-10 10H10V10z"
/>
<path fill="#0080D5" d="M20 32h12v-9H20z" />
<path fill="#0080D5" d="M19 23h13v9H19z" />
</svg>
);

Expand Down
6 changes: 3 additions & 3 deletions src/components/icon/assets/logo_apm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c2defb

Please sign in to comment.