Skip to content

Commit

Permalink
Corrects misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AkimaLunar committed Nov 4, 2024
1 parent 25b9f72 commit 454bd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/icon/src/icon/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Moon } from './moon';
import { MoreHorizontal } from './more-horizontal';
import { MoreVertical } from './more-vertical';
import { Open } from './open';
import { ReOrder } from './re-order';
import { Reorder } from './reorder';
import { SlideIn } from './slide-in';
import { SlideOut } from './slide-out';
import { Sun } from './sun';
Expand All @@ -23,7 +23,6 @@ export const paths = {
['full-screen']: FullScreen,
['more-horizontal']: MoreHorizontal,
['more-vertical']: MoreVertical,
['re-reorder']: ReOrder,
['slide-in']: SlideIn,
['slide-out']: SlideOut,
check: Check,
Expand All @@ -34,6 +33,7 @@ export const paths = {
link: Link,
moon: Moon,
open: Open,
reorder: Reorder,
sun: Sun,
x: X,
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';

export const ReOrder = () => (
export const Reorder = () => (
<path
d="M1.99998 8.66667H14C14.3682 8.66667 14.6666 8.96513 14.6666 9.33333C14.6666 9.6752 14.4093 9.957 14.0777 9.99553L14 10H1.99998C1.63179 10 1.33331 9.70153 1.33331 9.33333C1.33331 8.99147 1.59067 8.70967 1.92223 8.67113L1.99998 8.66667ZM1.99998 6H14C14.3682 6 14.6666 6.29848 14.6666 6.66667C14.6666 7.00853 14.4093 7.29033 14.0777 7.32887L14 7.33333H1.99998C1.63179 7.33333 1.33331 7.03487 1.33331 6.66667C1.33331 6.32477 1.59067 6.04299 1.92223 6.00449L1.99998 6Z"
fill="currentColor"
Expand Down

0 comments on commit 454bd94

Please sign in to comment.