group_solid constant

IconData const group_solid = const IconData(0xf47c, fontFamily: iconFont, fontPackage: iconFontPackage)

A group of three people. This icon is filled in.

See also:

  • group, which is similar, but not filled in.
  • person_solid, which is just a single person.

Implementation

static const IconData group_solid = IconData(0xf47c, fontFamily: iconFont, fontPackage: iconFontPackage)