Skip to content

Commit

Permalink
Logging icon (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
snide authored Sep 14, 2018
1 parent f081cb6 commit adc60dd
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Made `description` prop optional for `EuiDescribedFormGroup` ([#1191](https://github.com/elastic/eui/pull/1191))
- Fixed issue with unselected tabs and aria-controls attribute in EuiTabbedContent
- Added `tag` icon ([#1188](https://github.com/elastic/eui/pull/1188))
- Replaced `logging` app icon ([#1194](https://github.com/elastic/eui/pull/1194))

**Bug fixes**

Expand Down
32 changes: 26 additions & 6 deletions src/components/icon/__snapshots__/icon.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2560,19 +2560,39 @@ exports[`EuiIcon props type loggingApp is rendered 1`] = `
fill="none"
>
<path
d="M22.857 0H7.999c-.63 0-1.142.512-1.142 1.143v29.714c0 .631.512 1.143 1.142 1.143h22.858c.63 0 1.142-.512 1.142-1.143V9.143l-6.706-3.568L22.857 0z"
d="M7 6h18v19H7z"
fill="#00BFB3"
/>
<path
d="M22.857 0v8c0 .63.512 1.143 1.143 1.143h8L22.857 0z"
fill="#0279A0"
d="M10.5 2H28v5H10.5z"
fill="#00BFB3"
/>
<path
d="M15.713 14.857H1.429C.64 14.857 0 15.433 0 16.143v7.714c0 .71.64 1.286 1.429 1.286h14.284c.788 0 1.428-.576 1.428-1.286v-7.714c0-.71-.64-1.286-1.428-1.286"
fill="#14A7DF"
d="M28.5 2A3.5 3.5 0 0 0 25 5.5V7h3.5"
fill="#0078A0"
/>
<path
d="M10.5 2A3.5 3.5 0 0 0 7 5.5V7h3.5"
fill="#00BFB3"
/>
<path
d="M28.5 2A3.5 3.5 0 0 1 32 5.5V7h-3.5"
fill="#00A9E5"
/>
<path
d="M4 25h18v5H4z"
fill="#0078A0"
/>
<path
d="M7 26.5a3.5 3.5 0 0 1-7 0V25h7v1.5z"
fill="#00A9E5"
/>
<path
d="M25 26.5a3.5 3.5 0 0 1-7 0V25h7v1.5z"
fill="#00BFB3"
/>
<path
d="M5.546 22.042H3.272v-4.079h.474v3.649h1.8zM13.87 21.889a4.349 4.349 0 0 1-1.435.21c-.617 0-1.099-.184-1.442-.552-.344-.367-.517-.882-.517-1.545 0-.423.085-.795.255-1.114.171-.319.415-.562.736-.731.32-.168.694-.252 1.124-.252.435 0 .841.08 1.217.24l-.184.418a2.71 2.71 0 0 0-1.063-.234c-.497 0-.885.148-1.164.443-.28.296-.418.706-.418 1.23 0 .552.135.969.403 1.253.269.285.663.427 1.184.427.283 0 .559-.032.829-.097v-1.256h-.912v-.424h1.386v1.984zm-4.94-.634c-.23.285-.572.428-1.024.428-.448 0-.79-.143-1.025-.429-.235-.285-.353-.704-.353-1.257 0-.544.118-.96.353-1.246.235-.285.579-.428 1.031-.428.45 0 .79.142 1.02.425.23.285.344.701.344 1.249 0 .555-.115.974-.345 1.258zm.355-2.798c-.33-.372-.787-.558-1.373-.558-.603 0-1.068.183-1.395.548-.327.366-.49.88-.49 1.544 0 .67.162 1.19.489 1.556.326.368.79.551 1.39.551.589 0 1.048-.187 1.378-.56.33-.375.494-.888.494-1.541 0-.654-.164-1.167-.493-1.54z"
d="M9 9h3v2H9zM9 14h3v2H9zM9 19h3v2H9zM14 9h8v2h-8zM14 14h8v2h-8zM14 19h8v2h-8z"
fill="#FFF"
/>
</g>
Expand Down
17 changes: 9 additions & 8 deletions src/components/icon/assets/app_logging.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 adc60dd

Please sign in to comment.