metronome constant

String const metronome

Icon Data of metronome

Implementation

static const String metronome =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M24 2.5A21.51 21.51 0 002.5 24M24 45.5A21.51 21.51 0 0045.5 24"/><circle cx="24" cy="24" r="8.5" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m30.01 30.01 9.19 9.19M17.99 17.99 8.8 8.8"/></svg>';