mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
add cashfusion svg
This commit is contained in:
parent
d7083cb725
commit
006c0a19f3
3 changed files with 5 additions and 1 deletions
3
assets/svg/cashfusion-icon.svg
Normal file
3
assets/svg/cashfusion-icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.4 KiB |
|
@ -198,7 +198,7 @@ class _SVG {
|
|||
String get arrowDown => "assets/svg/arrow-down.svg";
|
||||
String get robotHead => "assets/svg/robot-head.svg";
|
||||
String get whirlPool => "assets/svg/whirlpool.svg";
|
||||
String get cashFusion => "assets/svg/whirlpool.svg";
|
||||
String get cashFusion => "assets/svg/cashfusion-icon.svg";
|
||||
String get fingerprint => "assets/svg/fingerprint.svg";
|
||||
String get faceId => "assets/svg/faceid.svg";
|
||||
String get tokens => "assets/svg/tokens.svg";
|
||||
|
|
|
@ -371,6 +371,7 @@ flutter:
|
|||
- assets/svg/up-from-line.svg
|
||||
- assets/svg/peers.svg
|
||||
- assets/svg/fusing.svg
|
||||
- assets/svg/cashfusion-icon.svg
|
||||
|
||||
# coin control icons
|
||||
- assets/svg/coin_control/
|
||||
|
|
Loading…
Reference in a new issue