help_outlined constant

IconData const help_outlined

help — material icon named "help" (outlined).

Implementation

static const IconData help_outlined = IconData(
  0xf0f8,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);