toc_outlined constant

IconData const toc_outlined

toc — material icon named "toc" (outlined).

Implementation

static const IconData toc_outlined = IconData(
  0xf44c,
  fontFamily: 'MaterialIcons',
  matchTextDirection: true,
);