Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions assets/images/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/Icon/Expensicons.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import Gear from '../../../assets/images/gear.svg';
import Hashtag from '../../../assets/images/hashtag.svg';
import Info from '../../../assets/images/info.svg';
import Invoice from '../../../assets/images/invoice.svg';
import Key from '../../../assets/images/key.svg';
import Keyboard from '../../../assets/images/keyboard.svg';
import Link from '../../../assets/images/link.svg';
import LinkCopy from '../../../assets/images/link-copy.svg';
Expand Down Expand Up @@ -104,6 +105,7 @@ export {
Hashtag,
Info,
Invoice,
Key,
Keyboard,
Link,
LinkCopy,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/Security/SecuritySettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SecuritySettingsPage = (props) => {
const menuItems = [
{
translationKey: 'passwordPage.changePassword',
icon: Expensicons.Lock,
icon: Expensicons.Key,
action: () => {
Navigation.navigate(ROUTES.SETTINGS_PASSWORD);
},
Expand Down