diff --git a/dist/remote/Pagination.js b/dist/remote/Pagination.js index d4c4605..6707f2f 100644 --- a/dist/remote/Pagination.js +++ b/dist/remote/Pagination.js @@ -74,7 +74,7 @@ function ie(t) { ...t }, e.createElement("path", { - d: "M15 18L9 12L15 6", + d: "M9 18L15 12L9 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", @@ -96,7 +96,7 @@ function se(t) { ...t }, e.createElement("path", { - d: "M9 18L15 12L9 6", + d: "M15 18L9 12L15 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", diff --git a/src/remote/ui/Pagination.remote.jsx b/src/remote/ui/Pagination.remote.jsx index 59cb790..7499453 100644 --- a/src/remote/ui/Pagination.remote.jsx +++ b/src/remote/ui/Pagination.remote.jsx @@ -116,7 +116,7 @@ function ChevronRightIcon(props) { ...props, }, React.createElement("path", { - d: "M15 18L9 12L15 6", + d: "M9 18L15 12L9 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", @@ -140,7 +140,7 @@ function ChevronLeftIcon(props) { ...props, }, React.createElement("path", { - d: "M9 18L15 12L9 6", + d: "M15 18L9 12L15 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round",