stopwatch constant

String const stopwatch

Icon Data of stopwatch

Implementation

static const String stopwatch =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.9 7.869a15 15 0 00-2.769-2.77m-7.434-.988a13 13 0 00-3.394 0m12.304 2.282-2.829 2.829M16 17l5 5m6-5c0 6.075-4.925 11-11 11S5 23.075 5 17 9.925 6 16 6s11 4.925 11 11Z"/></svg>';