create_solid constant

IconData const create_solid = const IconData(0xf417, fontFamily: iconFont, fontPackage: iconFontPackage)

A box for writing and a pen on top (that indicates the writing). This icon is filled in.

See also:

  • create, which is similar, but not filled in.
  • pencil, which is just a pencil.
  • pen, which is just a pen.

Implementation

static const IconData create_solid = IconData(0xf417, fontFamily: iconFont, fontPackage: iconFontPackage)