TF-1017 Add icon for scroll to top button
(cherry picked from commit 003d56781178bbd34689081b4ccafa50a8b18353)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 0L9.01935 0.000185966C9.04268 0.000634706 9.066 0.0018949 9.08925 0.00396633L9 0C9.05272 0 9.10448 0.00387514 9.15499 0.0113416C9.16655 0.0138109 9.1786 0.0159106 9.19061 0.0182323C9.4454 0.0640251 9.66551 0.202435 9.81162 0.394905L17.7071 8.29289C18.0976 8.68342 18.0976 9.31658 17.7071 9.70711C17.3466 10.0676 16.7794 10.0953 16.3871 9.7903L16.2929 9.70711L10 3.414V18.05C10 18.5747 9.55228 19 9 19C8.48716 19 8.06449 18.6333 8.00673 18.1608L8 18.05V3.414L1.70711 9.70711C1.34662 10.0676 0.779392 10.0953 0.387101 9.7903L0.292893 9.70711C-0.0675905 9.34662 -0.0953204 8.77939 0.209704 8.3871L0.292893 8.29289L8.18838 0.394905C8.33449 0.202435 8.5546 0.0640251 8.8091 0.0172901C8.8214 0.0159106 8.83345 0.0138106 8.84553 0.0119324C8.86645 0.00817297 8.88811 0.00565128 8.90997 0.00379801C8.93434 0.00186553 8.95798 0.00059914 8.98164 0.00016737C8.9872 5.70498e-05 8.99359 0 9 0Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1011 B |
@@ -204,6 +204,7 @@ class ImagePaths {
|
||||
String get icSend => _getImagePath('ic_send.svg');
|
||||
String get icReadReceipt => _getImagePath('ic_read_receipt.svg');
|
||||
String get icDropZoneIcon => _getImagePath('ic_drop_zone_icon.svg');
|
||||
String get icArrowUpOutline => _getImagePath('ic_arrow_up_outline.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user