diff --git a/assets/images/ic_arrow_up_outline.svg b/assets/images/ic_arrow_up_outline.svg new file mode 100644 index 000000000..cf2ed6fc4 --- /dev/null +++ b/assets/images/ic_arrow_up_outline.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/lib/presentation/resources/image_paths.dart b/core/lib/presentation/resources/image_paths.dart index d8b866c66..9fc8138df 100644 --- a/core/lib/presentation/resources/image_paths.dart +++ b/core/lib/presentation/resources/image_paths.dart @@ -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;