TF-996: add previous / Next message of a mailbox on Web

This commit is contained in:
ManhNTX
2022-10-27 18:02:00 +07:00
committed by Dat H. Pham
parent bc102dd9ec
commit 8a931019ed
8 changed files with 90 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.6409 12.0001L15.6062 7.03477C15.9409 6.70003 15.9409 6.15732 15.6062 5.82258C15.2715 5.48785 14.7287 5.48785 14.394 5.82258L8.82258 11.394C8.48785 11.7287 8.48785 12.2715 8.82258 12.6062L14.394 18.1776C14.7287 18.5124 15.2715 18.5124 15.6062 18.1776C15.9409 17.8429 15.9409 17.3002 15.6062 16.9654L10.6409 12.0001Z"
fill="#007AFF" />
</svg>

After

Width:  |  Height:  |  Size: 470 B

+5
View File
@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.7879 12.0001L8.82258 16.9654C8.48785 17.3002 8.48785 17.8429 8.82258 18.1776C9.15732 18.5124 9.70003 18.5124 10.0348 18.1776L15.6062 12.6062C15.9409 12.2715 15.9409 11.7287 15.6062 11.394L10.0348 5.82258C9.70003 5.48785 9.15732 5.48785 8.82258 5.82258C8.48785 6.15732 8.48785 6.70003 8.82258 7.03477L13.7879 12.0001Z"
fill="#007AFF" />
</svg>

After

Width:  |  Height:  |  Size: 472 B