house constant

IconData const house

— Cupertino icon named "house". Available on cupertino_icons package 1.0.0+ only. This is the same icon as home which is available in cupertino_icons 0.1.3.

Implementation

static const IconData house = IconData(
  0xf447,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
);