Skip to content

Commit

Permalink
fix: Use fi-rr-minus-small for flow_none icon
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba authored Oct 15, 2024
1 parent ddcd265 commit 14e6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/icons/app_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract final class AppIcons {
static const IconData error = _Uicons.fi_rr_exclamation;
static const IconData flow_down_double =
_Uicons.fi_rr_angle_double_small_down;
static const IconData flow_none = _Uicons.fi_rr_minus;
static const IconData flow_none = _Uicons.fi_rr_minus_small;
static const IconData flow_right = _Uicons.fi_rr_angle_small_right;
static const IconData flow_up_double = _Uicons.fi_rr_angle_double_small_up;
static const IconData home = _Uicons.fi_rr_house_chimney;
Expand Down

0 comments on commit 14e6074

Please sign in to comment.