Skip to content

Commit 844d3e0

Browse files
committed
fix: correct alphabetical order of ArrowUpward export
Signed-off-by: Aman Karn <[email protected]>
1 parent ac10392 commit 844d3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/icons/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ export * from './Add';
66
export * from './Alert';
77
export * from './Application';
88
export * from './ArrowBack';
9-
export * from './ArrowUpward';
109
export * from './ArrowCompress';
1110
export * from './ArrowDropDown';
1211
export * from './ArrowExpand';
12+
export * from './ArrowUpward';
1313
export * from './Article';
1414
export * from './Bell';
1515
export * from './BuildRounded';

0 commit comments

Comments
 (0)