backspace_rounded constant

IconData const backspace_rounded

backspace — material icon named "backspace" (round).

Implementation

static const IconData backspace_rounded = IconData(
  0xf5a2,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);