Skip to content

Commit

Permalink
[Workplace Search] Update SourceIcon to match latest changes in ent-s…
Browse files Browse the repository at this point in the history
…earch (#83714)

* Move source icons into subfolder

* Copy over new icons

* Update SourceIcon to account for full bleed images

* Remove unused file

* Fix broken icon path
  • Loading branch information
scottybollinger authored Nov 18, 2020
1 parent 640a7b9 commit b819287
Show file tree
Hide file tree
Showing 42 changed files with 69 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

import confluence from './confluence.svg';
import custom from './custom.svg';
import dropbox from './dropbox.svg';
import github from './github.svg';
import gmail from './gmail.svg';
import googleDrive from './google_drive.svg';
import jira from './jira.svg';
import jiraServer from './jira_server.svg';
import oneDrive from './onedrive.svg';
import salesforce from './salesforce.svg';
import serviceNow from './servicenow.svg';
import sharePoint from './sharepoint.svg';
import slack from './slack.svg';
import zendesk from './zendesk.svg';

export const imagesFull = {
confluence,
confluenceCloud: confluence,
confluenceServer: confluence,
custom,
dropbox,
github,
githubEnterpriseServer: github,
gmail,
googleDrive,
jira,
jiraServer,
jiraCloud: jira,
oneDrive,
salesforce,
salesforceSandbox: salesforce,
serviceNow,
sharePoint,
slack,
zendesk,
} as { [key: string]: string };
Loading

0 comments on commit b819287

Please sign in to comment.