create constant

IconData const create

square_pencil — Cupertino icon for a box for writing and a pen on top (that indicates the writing). This icon is not filled in. This is the same icon as square_pencil in cupertino_icons 1.0.0+.

See also:

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

Implementation

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