share_up constant

IconData const share_up = const IconData(0xf220, fontFamily: iconFont, fontPackage: iconFontPackage)

iOS style share icon with an arrow pointing upwards to the right from a box.

For another version of this icon (introduced in iOS 7), see share.

Implementation

static const IconData share_up = IconData(0xf220, fontFamily: iconFont, fontPackage: iconFontPackage)