mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
add arrow icons for pagination
This commit is contained in:
5
frontend/src/assets/double-arrow-left.svg
Normal file
5
frontend/src/assets/double-arrow-left.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z" fill="black" fill-opacity="0.54" />
|
||||
<path d="M15.41 10.59L10.83 6L15.41 1.41L14 0L8 6L14 12L15.41 10.59Z" fill="black"
|
||||
fill-opacity="0.54" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 324 B |
5
frontend/src/assets/double-arrow-right.svg
Normal file
5
frontend/src/assets/double-arrow-right.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.59 10.59L13.17 6L8.59 1.41L10 0L16 6L10 12L8.59 10.59Z" fill="black"
|
||||
fill-opacity="0.54" />
|
||||
<path d="M0.59 10.59L5.17 6L0.59 1.41L2 0L8 6L2 12L0.59 10.59Z" fill="black" fill-opacity="0.54" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 322 B |
3
frontend/src/assets/single-left-arrow.svg
Normal file
3
frontend/src/assets/single-left-arrow.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z" fill="black" fill-opacity="0.54" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 204 B |
3
frontend/src/assets/single-right-arrow.svg
Normal file
3
frontend/src/assets/single-right-arrow.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.59 1.41L5.17 6L0.59 10.59L2 12L8 6L2 0L0.59 1.41Z" fill="black" fill-opacity="0.54" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 203 B |
Reference in New Issue
Block a user