arrowUpLong constant

FaIconData const arrowUpLong

Solid Arrow Up Long icon

https://fontawesome.com/icons/arrow-up-long?style=solid arrow, arrow-up, ascension, increase, long-arrow-up, move up, rise, up, upload, upward

Implementation

static const FaIconData arrowUpLong = FaIconData(
  IconData(
    0xf176,
    fontFamily: 'FontAwesomeSolid',
    fontPackage: 'font_awesome_flutter',
  ),
);