share constant

IconData const share = const IconData(0xf4ca, fontFamily: iconFont, fontPackage: iconFontPackage)

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

See also:

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

Implementation

static const IconData share = IconData(0xf4ca, fontFamily: iconFont, fontPackage: iconFontPackage)