Unverified Commit c73100bf authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Fix the code point for CupertinoIcons.location (#101923)

parent 4ca94ab2
......@@ -912,7 +912,7 @@ class CupertinoIcons {
static const IconData mail_solid = IconData(0xf423, fontFamily: iconFont, fontPackage: iconFontPackage);
/// <i class='cupertino-icons md-36'>location</i> &#x2014; Cupertino icon for a location pin.
static const IconData location = IconData(0xf455, fontFamily: iconFont, fontPackage: iconFontPackage);
static const IconData location = IconData(0xf6ee, fontFamily: iconFont, fontPackage: iconFontPackage);
/// <i class='cupertino-icons md-36'>placemark_fill</i> &#x2014; Cupertino icon for a location pin. This icon is filled in.
/// This is the same icon as [placemark_fill] in cupertino_icons 1.0.0+.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment