undo_sharp constant

IconData const undo_sharp

undo — material icon named "undo" (sharp).

Implementation

static const IconData undo_sharp = IconData(
  0xed82,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);