TF-1709 Add icon for quick sort filter

(cherry picked from commit 981f0c03b5a50c1cefb5cf85b765473beeb45404)
This commit is contained in:
hieubt
2023-11-11 00:39:28 +07:00
committed by Dat Vu
parent e485506d4a
commit cf953f8404
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.66699 5.16621C2.66699 4.79802 2.96547 4.49954 3.33366 4.49954H12.667C13.0352 4.49954 13.3337 4.79802 13.3337 5.16621C13.3337 5.5344 13.0352 5.83288 12.667 5.83288H3.33366C2.96547 5.83288 2.66699 5.5344 2.66699 5.16621Z" fill="#007AFF"/>
<path d="M4.00033 8.4043C4.00033 8.03611 4.2988 7.73764 4.66699 7.73764H11.3337C11.7018 7.73764 12.0003 8.03611 12.0003 8.4043C12.0003 8.77249 11.7018 9.07097 11.3337 9.07097H4.66699C4.2988 9.07097 4.00033 8.77249 4.00033 8.4043Z" fill="#007AFF"/>
<path d="M5.33366 11.6424C5.33366 11.2742 5.63214 10.9757 6.00033 10.9757H10.0003C10.3685 10.9757 10.667 11.2742 10.667 11.6424C10.667 12.0106 10.3685 12.3091 10.0003 12.3091H6.00033C5.63214 12.3091 5.33366 12.0106 5.33366 11.6424Z" fill="#007AFF"/>
</svg>

After

Width:  |  Height:  |  Size: 856 B

@@ -205,6 +205,7 @@ class ImagePaths {
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 get icFilterSB => _getImagePath('ic_filter_sb.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;