gear_big constant

IconData const gear_big = const IconData(0xf2f7, fontFamily: iconFont, fontPackage: iconFontPackage)

A gear with six cogs.

See also:

  • gear, which is the iOS 7 version of this icon and appears smaller because of more and larger cogs.
  • settings_solid, which is another cogwheel with a different design.

Implementation

static const IconData gear_big = IconData(0xf2f7, fontFamily: iconFont, fontPackage: iconFontPackage)