Icon: Update sigin icon (#23933)

This commit is contained in:
Ivana Huckova 2020-04-27 14:02:23 +02:00 committed by GitHub
parent 7af0d1e8c0
commit 1c750169bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,6 @@ export type IconName =
| 'circle'
| 'arrow-up'
| 'arrow-from-right'
| 'arrow-from-left'
| 'keyboard'
| 'search'
| 'chart-line'
@ -166,7 +165,6 @@ export const getAvailableIcons = (): IconName[] => [
'circle',
'arrow-up',
'arrow-from-right',
'arrow-from-left',
'keyboard',
'search',
'chart-line',

View File

@ -9,7 +9,7 @@ export const SignIn: FC<any> = ({ url }) => {
<div className="sidemenu-item">
<a href={loginUrl} className="sidemenu-link" target="_self">
<span className="icon-circle sidemenu-icon">
<Icon name="arrow-from-left" size="xl" />
<Icon name="sign-in-alt" size="xl" />
</span>
</a>
<a href={loginUrl} target="_self">

View File

@ -13,7 +13,7 @@ exports[`Render should render component 1`] = `
className="icon-circle sidemenu-icon"
>
<Icon
name="arrow-from-left"
name="sign-in-alt"
size="xl"
/>
</span>