Skip to content

Commit

Permalink
Merge pull request #208 from microsoft/riacarmin/xx/add-re-order-icon-2
Browse files Browse the repository at this point in the history
Corrects misspelling
  • Loading branch information
AkimaLunar authored Nov 4, 2024
2 parents 25b9f72 + 2d24e06 commit 2105ef2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Corrects misspelling",
"packageName": "@microsoft/arbutus.icon",
"email": "[email protected]",
"dependentChangeType": "patch"
}
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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"@babel/preset-typescript": "^7.23.2",
"@griffel/react": "^1.5.18",
"@microsoft/arbutus.aside-navigation": "1.0.7",
"@microsoft/arbutus.bookmark-tile": "1.0.10",
"@microsoft/arbutus.bookmark-tile": "1.0.11",
"@microsoft/arbutus.code-snippet": "1.0.6",
"@microsoft/arbutus.command": "1.0.7",
"@microsoft/arbutus.command": "1.0.8",
"@microsoft/arbutus.divider": "1.0.4",
"@microsoft/arbutus.file-to-string": "1.0.4",
"@microsoft/arbutus.icon": "1.1.0",
"@microsoft/arbutus.icon-button": "1.1.0",
"@microsoft/arbutus.link": "1.1.8",
"@microsoft/arbutus.main-navigation": "1.0.8",
"@microsoft/arbutus.mark-list": "1.0.9",
"@microsoft/arbutus.recommendation-tile": "1.0.10",
"@microsoft/arbutus.icon": "1.2.0",
"@microsoft/arbutus.icon-button": "1.1.1",
"@microsoft/arbutus.link": "1.1.9",
"@microsoft/arbutus.main-navigation": "1.0.9",
"@microsoft/arbutus.mark-list": "1.0.10",
"@microsoft/arbutus.recommendation-tile": "1.0.11",
"@microsoft/arbutus.tabs": "1.0.7",
"@microsoft/arbutus.text": "1.0.6",
"@microsoft/arbutus.theme-switch": "1.0.7",
"@microsoft/arbutus.theme-switch": "1.0.8",
"@microsoft/arbutus.theming": "1.1.2",
"@microsoft/arbutus.tile": "1.0.6",
"@microsoft/arbutus.ts": "0.0.2",
Expand Down

0 comments on commit 2105ef2

Please sign in to comment.