wrap_text_outlined constant

IconData const wrap_text_outlined

wrap_text — material icon named "wrap text" (outlined).

Implementation

static const IconData wrap_text_outlined = IconData(
  0xf4d7,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);