Skip to content

Commit

Permalink
Add new EQL icon to rule creation flow [Pending EUI update] (#84934)
Browse files Browse the repository at this point in the history
* updating eql icon

* deleted import line

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
marrasherrier and kibanamachine authored Dec 10, 2020
1 parent d743107 commit 6ef4764
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { FieldHook } from '../../../../shared_imports';
import { useKibana } from '../../../../common/lib/kibana';
import * as i18n from './translations';
import { MlCardDescription } from './ml_card_description';
import EqlSearchIcon from './eql_search_icon.svg';

interface SelectRuleTypeProps {
describedByIds: string[];
Expand Down Expand Up @@ -156,7 +155,7 @@ export const SelectRuleType: React.FC<SelectRuleTypeProps> = ({
title={i18n.EQL_TYPE_TITLE}
titleSize="xs"
description={i18n.EQL_TYPE_DESCRIPTION}
icon={<EuiIcon size="l" type={EqlSearchIcon} />}
icon={<EuiIcon size="l" type="eql" />}
selectable={eqlSelectableConfig}
layout="horizontal"
textAlign="left"
Expand Down

0 comments on commit 6ef4764

Please sign in to comment.