share_solid constant

IconData const share_solid = const IconData(0xf4cb, fontFamily: iconFont, fontPackage: iconFontPackage)

iOS style share icon with an arrow pointing up from a box. This icon is filled in.

See also:

  • share, which is similar, but not filled in.
  • share_up, for another (pre-iOS 7) version of this icon.

Implementation

static const IconData share_solid = IconData(0xf4cb, fontFamily: iconFont, fontPackage: iconFontPackage)