wrap_text_rounded constant

IconData const wrap_text_rounded

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

Implementation

static const IconData wrap_text_rounded = IconData(
  0xf02c9,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);