fix
This commit is contained in:
parent
430b99b4b8
commit
e1f501fa48
4
dist/remote/Pagination.js
vendored
4
dist/remote/Pagination.js
vendored
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user