-
Notifications
You must be signed in to change notification settings - Fork 895
Plugs and web icons #8285
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
mgadewoll
merged 7 commits into
elastic:main
from
JoseLuisGJ:feature/crawler-and-connector-icons
Jan 24, 2025
Merged
Plugs and web icons #8285
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ec77f42
Plugs icon
JoseLuisGJ ad9726d
Web icon
JoseLuisGJ 4d826cf
Jet tests
JoseLuisGJ e3d1607
Adding changelog
JoseLuisGJ fbdb8af
Updating last web icon
JoseLuisGJ 552009c
Running tests
JoseLuisGJ 28b7002
Removing empty spaces
JoseLuisGJ 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| - Added `plugs` glyph to `EuiIcon` | ||
| - Added `web` glyph to `EuiIcon` | ||
|
|
||
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
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,38 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License | ||
| * 2.0 and the Server Side Public License, v 1; you may not use this file except | ||
| * in compliance with, at your election, the Elastic License 2.0 or the Server | ||
| * Side Public License, v 1. | ||
| */ | ||
|
|
||
| // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js | ||
|
|
||
| import * as React from 'react'; | ||
| import type { SVGProps } from 'react'; | ||
| interface SVGRProps { | ||
| title?: string; | ||
| titleId?: string; | ||
| } | ||
| const EuiIconPlugs = ({ | ||
| title, | ||
| titleId, | ||
| ...props | ||
| }: SVGProps<SVGSVGElement> & SVGRProps) => ( | ||
| <svg | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| aria-labelledby={titleId} | ||
| {...props} | ||
| > | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fillRule="evenodd" | ||
| d="m15.354 1.354-2.08 2.08a3 3 0 0 1-.324 3.859l-1.414 1.414-4.243-4.242L8.707 3.05a3 3 0 0 1 3.86-.324l2.08-2.08.707.708Zm-5.94 2.403-.707.708 2.829 2.828.707-.707a2 2 0 1 0-2.829-2.829ZM5.171 8 3.757 6.586l-.707.707.707.707-.707.707a3 3 0 0 0-.324 3.86l-2.08 2.08.708.707 2.079-2.08a3 3 0 0 0 3.86-.324l.706-.707.708.707.707-.707L8 10.829 9.768 9.06l-.707-.707-1.769 1.768-1.414-1.415L7.647 6.94l-.708-.707L5.171 8ZM3.757 9.414l.707-.707 2.828 2.829-.707.707a2 2 0 0 1-2.828-2.829Z" | ||
| clipRule="evenodd" | ||
| /> | ||
| </svg> | ||
| ); | ||
| export const icon = EuiIconPlugs; |
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,38 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License | ||
| * 2.0 and the Server Side Public License, v 1; you may not use this file except | ||
| * in compliance with, at your election, the Elastic License 2.0 or the Server | ||
| * Side Public License, v 1. | ||
| */ | ||
|
|
||
| // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js | ||
|
|
||
| import * as React from 'react'; | ||
| import type { SVGProps } from 'react'; | ||
| interface SVGRProps { | ||
| title?: string; | ||
| titleId?: string; | ||
| } | ||
| const EuiIconWeb = ({ | ||
| title, | ||
| titleId, | ||
| ...props | ||
| }: SVGProps<SVGSVGElement> & SVGRProps) => ( | ||
| <svg | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| width={16} | ||
| height={16} | ||
| viewBox="0 0 16 16" | ||
| aria-labelledby={titleId} | ||
| {...props} | ||
| > | ||
| {title ? <title id={titleId}>{title}</title> : null} | ||
| <path | ||
| fillRule="evenodd" | ||
| d="M15 15.253V16h1V0H0v1h.79a.74.74 0 0 1 .198.132c.15.13.317.337.49.617.345.559.665 1.334.894 2.154.23.82.357 1.649.338 2.31a2.553 2.553 0 0 1-.126.793c-.068.185-.148.276-.215.32l-.606.34.491.872.614-.346c.072-.043.2-.076.419-.044.217.03.486.12.795.275.616.307 1.312.83 1.94 1.452.63.623 1.162 1.316 1.472 1.945.296.601.335 1.025.235 1.283l-.363.635.869.496.329-.577.005.003c.133-.237.496-.445 1.193-.495.667-.047 1.498.066 2.32.3.82.232 1.594.574 2.15.956.277.192.484.381.617.558.08.105.127.197.151.274ZM9.825 1h3.77l-3.272 1.843a4.98 4.98 0 0 0-.175-.977A5.313 5.313 0 0 0 9.825 1ZM8.643 1c.04.04.095.107.158.209.143.23.282.564.383.926.102.363.154.718.147.988a1.14 1.14 0 0 1-.031.294l.001.002-2.21 1.246v-.002c.016-.592-.096-1.283-.277-1.932C6.639 2.105 6.39 1.485 6.1 1h2.543ZM4.816 1H2.183c.05.072.098.147.146.224.407.659.76 1.527 1.006 2.41.247.882.397 1.815.375 2.607a4.8 4.8 0 0 1-.021.34l2.214-1.247v-.001c.014-.009.06-.043.105-.166.045-.123.076-.3.083-.532.013-.461-.077-1.048-.24-1.635-.164-.586-.392-1.135-.634-1.527a1.865 1.865 0 0 0-.329-.416A.703.703 0 0 0 4.816 1Zm1.613 5.185-2.165 1.22c.089.038.177.08.264.123.736.367 1.516.962 2.198 1.637.681.674 1.292 1.455 1.665 2.213.051.103.099.209.142.316l1.215-2.128c.042-.137.028-.392-.173-.798-.216-.44-.592-.93-1.04-1.374-.45-.444-.943-.814-1.373-1.029a1.836 1.836 0 0 0-.535-.186.412.412 0 0 0-.198.006Zm4.192 3.87-1.224 2.143c.098-.013.197-.023.295-.03.816-.058 1.768.08 2.663.334.896.255 1.776.636 2.443 1.095.069.048.136.097.202.147v-2.539a.622.622 0 0 0-.076-.124 1.81 1.81 0 0 0-.416-.374c-.388-.267-.934-.51-1.519-.675-.586-.167-1.172-.245-1.635-.212-.414.029-.636.136-.733.234ZM15 9.832c-.489-.321-1.11-.585-1.738-.763-.644-.183-1.333-.286-1.936-.25l1.213-2.126c.034-.021.13-.067.34-.081.268-.02.62.026.98.128.358.102.687.25.914.405a.98.98 0 0 1 .223.199L15 7.35v2.483Zm0-3.713V2.384l-1.843 3.228c.321.016.658.077.974.167.3.085.6.2.869.34ZM12.298 5.1l1.87-3.275-3.291 1.854c.267.173.532.39.768.625.244.241.473.515.653.797Zm-2.483-.822-2.16 1.216c.536.276 1.095.706 1.583 1.189.497.492.947 1.065 1.227 1.628l1.208-2.116c.003-.043-.003-.151-.103-.354a3.315 3.315 0 0 0-.628-.826 3.45 3.45 0 0 0-.828-.622 1.27 1.27 0 0 0-.299-.115Z" | ||
| clipRule="evenodd" | ||
| /> | ||
| </svg> | ||
| ); | ||
| export const icon = EuiIconWeb; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.