arrow_forward_outlined constant

IconData const arrow_forward_outlined

arrow_forward — material icon named "arrow forward" (outlined).

Implementation

static const IconData arrow_forward_outlined = IconData(
  0xee8d,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);