device_unknown_rounded constant

IconData const device_unknown_rounded

device_unknown — material icon named "device unknown" (round).

Implementation

static const IconData device_unknown_rounded = IconData(
  0xf6a6,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);