stopwatch_print constant

String const stopwatch_print

Implementation

static const String stopwatch_print =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><g opacity=".8"><path d="M18.5 11.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0Z"/><path fill-rule="evenodd" d="M12 16a4.5 4.5 0 100-9 4.5 4.5 0 000 9Zm0 2a6.5 6.5 0 100-13 6.5 6.5 0 000 13Z" clip-rule="evenodd"/></g><path fill-rule="evenodd" d="M10 16.5a5.5 5.5 0 100-11 5.5 5.5 0 000 11Zm0 1a6.5 6.5 0 100-13 6.5 6.5 0 000 13Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M3.646 4.646a.5.5 0 01.708 0l1.5 1.5a.5.5 0 11-.708.708l-1.5-1.5a.5.5 0 010-.708Zm10.5 2.208a.5.5 0 00.708 0l1.5-1.5a.5.5 0 00-.708-.708l-1.5 1.5a.5.5 0 000 .708ZM12.89 8.688a.5.5 0 01-.078.702l-2.5 2a.5.5 0 01-.624-.78l2.5-2a.5.5 0 01.702.078ZM9.5 5V3h1v2h-1Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8 3a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3A.5.5 0 018 3Z" clip-rule="evenodd"/></g></svg>';