stopwatch_outline constant

String const stopwatch_outline

Implementation

static const String stopwatch_outline =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 232v-80"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M256 88V72m-124 60-12-12"/><circle cx="256" cy="272" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M256 96a176 176 0 10176 176A176 176 0 00256 96Z"/></svg>';