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="M10 4h4a.5.5 0 000-1h-4a.5.5 0 000 1zm7.993 4.713 1.36-1.36a.5.5 0 00-.707-.707l-1.36 1.36C15.876 6.762 14.03 6 12 6s-3.876.762-5.287 2.007l-1.36-1.36a.5.5 0 00-.707.707l1.36 1.36A7.96 7.96 0 004 14a8 8 0 008 8 8.01 8.01 0 008-8 7.96 7.96 0 00-2.007-5.287zM12 21A7 7 0 017.037 9.065c.005-.005.012-.006.017-.011.005-.005.006-.012.01-.017A6.977 6.977 0 0112 7a6.986 6.986 0 014.943 2.049l.008.008A6.986 6.986 0 0119 14a7 7 0 01-7 7zm.5-8.408V10.5a.5.5 0 00-1 0v2.092A1.496 1.496 0 0012 15.5a1.496 1.496 0 00.5-2.908z"/></svg>';