spinner constant

String const spinner

Implementation

static const String spinner =
    '<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="M11 2h2v5h-2zm0 15h2v5h-2zm11-6v2h-5v-2zM7 11v2H2v-2zm11.364-6.778 1.414 1.414-3.536 3.536-1.414-1.414zM7.758 14.828l1.414 1.414-3.536 3.536-1.414-1.414zm12.02 3.536-1.414 1.414-3.536-3.536 1.414-1.414zM9.172 7.758 7.758 9.172 4.222 5.636l1.414-1.414z"/></svg>';