stopwatch constant

String const stopwatch

Implementation

static const String stopwatch =
    '<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"><path fill="currentColor" d="M12 21a8 8 0 118-8 8.01 8.01 0 01-8 8Zm0-14a6 6 0 106 6 6.007 6.007 0 00-6-6Zm1 7h-2V9h2v5Zm6.293-6.293-2-2 1.414-1.414 2 2-1.413 1.413-.001.001ZM15 4H9V2h6v2Z"/></svg>';