Commit c599f995 authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by Ian Hickson

Added music_note icon (#21459)

* Added music_note icon
parent 5735adab
......@@ -461,4 +461,7 @@ class CupertinoIcons {
/// * [settings], which is similar, but not filled in.
/// * [gear_solid], which is another cogwheel with a different design.
static const IconData settings_solid = IconData(0xf412, fontFamily: iconFont, fontPackage: iconFontPackage);
/// A symbol representing a single musical note.
static const IconData music_note = IconData(0xf46b, fontFamily: iconFont, fontPackage: iconFontPackage);
}
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