We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18c34ce + e7bae56 commit b9e3459Copy full SHA for b9e3459
1 file changed
src/components/Icon/Expensicons.ts
@@ -1,5 +1,7 @@
1
import Android from '@assets/images/android.svg';
2
import Apple from '@assets/images/apple.svg';
3
+import ArrowCollapse from '@assets/images/arrow-collapse.svg';
4
+import ArrowSplit from '@assets/images/arrow-split.svg';
5
import AttachmentNotFound from '@assets/images/attachment-not-found.svg';
6
import FallbackAvatar from '@assets/images/avatars/fallback-avatar.svg';
7
import FallbackWorkspaceAvatar from '@assets/images/avatars/fallback-workspace-avatar.svg';
@@ -200,6 +202,8 @@ import Zoom from '@assets/images/zoom.svg';
200
202
export {
201
203
Android,
204
Apple,
205
+ ArrowSplit,
206
+ ArrowCollapse,
207
AttachmentNotFound,
208
Bank,
209
Bill,
0 commit comments