Skip to content

Commit

Permalink
updating eql icon
Browse files Browse the repository at this point in the history
  • Loading branch information
marrasherrier committed Dec 3, 2020
1 parent d47460d commit 620b5da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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 620b5da

Please sign in to comment.