-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1188 from Expensify/Rory-ImproveExpensicons
Improve Expensicon lib
- Loading branch information
Showing
33 changed files
with
148 additions
and
300 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import BackArrow from '../../../assets/images/back-left.svg'; | ||
import ChatBubble from '../../../assets/images/chatbubble.svg'; | ||
import Close from '../../../assets/images/close.svg'; | ||
import MagnifyingGlass from '../../../assets/images/magnifyingglass.svg'; | ||
import Paperclip from '../../../assets/images/paperclip.svg'; | ||
import Pencil from '../../../assets/images/pencil.svg'; | ||
import Pin from '../../../assets/images/pin.svg'; | ||
import Plus from '../../../assets/images/plus.svg'; | ||
import Send from '../../../assets/images/send.svg'; | ||
import Users from '../../../assets/images/users.svg'; | ||
|
||
export { | ||
BackArrow, | ||
ChatBubble, | ||
Close, | ||
MagnifyingGlass, | ||
Paperclip, | ||
Pencil, | ||
Pin, | ||
Plus, | ||
Send, | ||
Users, | ||
}; |
Oops, something went wrong.