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
|
...t
|
||||||
},
|
},
|
||||||
e.createElement("path", {
|
e.createElement("path", {
|
||||||
d: "M15 18L9 12L15 6",
|
d: "M9 18L15 12L9 6",
|
||||||
stroke: "currentColor",
|
stroke: "currentColor",
|
||||||
strokeWidth: "2",
|
strokeWidth: "2",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: "round",
|
||||||
@ -96,7 +96,7 @@ function se(t) {
|
|||||||
...t
|
...t
|
||||||
},
|
},
|
||||||
e.createElement("path", {
|
e.createElement("path", {
|
||||||
d: "M9 18L15 12L9 6",
|
d: "M15 18L9 12L15 6",
|
||||||
stroke: "currentColor",
|
stroke: "currentColor",
|
||||||
strokeWidth: "2",
|
strokeWidth: "2",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: "round",
|
||||||
|
|||||||
@ -116,7 +116,7 @@ function ChevronRightIcon(props) {
|
|||||||
...props,
|
...props,
|
||||||
},
|
},
|
||||||
React.createElement("path", {
|
React.createElement("path", {
|
||||||
d: "M15 18L9 12L15 6",
|
d: "M9 18L15 12L9 6",
|
||||||
stroke: "currentColor",
|
stroke: "currentColor",
|
||||||
strokeWidth: "2",
|
strokeWidth: "2",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: "round",
|
||||||
@ -140,7 +140,7 @@ function ChevronLeftIcon(props) {
|
|||||||
...props,
|
...props,
|
||||||
},
|
},
|
||||||
React.createElement("path", {
|
React.createElement("path", {
|
||||||
d: "M9 18L15 12L9 6",
|
d: "M15 18L9 12L15 6",
|
||||||
stroke: "currentColor",
|
stroke: "currentColor",
|
||||||
strokeWidth: "2",
|
strokeWidth: "2",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: "round",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user