music_note constant

String const music_note

Implementation

static const String music_note =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4v14"/><path d="M19 7.674v-.657a4 4 0 00-2.901-3.846l-2.824-.807A1 1 0 0012 3.326V7l5.725 1.636A1 1 0 0019 7.674Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18a3 3 0 11-6 0c0-1.657 1.343-2 3-2s3 .343 3 2Z"/></g></svg>';