next_circle constant

String const next_circle

Implementation

static const String next_circle =
    '<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" fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm6.498-4.865a1 1 0 01.998-.003L15 10.848V8a1 1 0 112 0v8a1 1 0 11-2 0v-2.848l-6.504 3.716A1 1 0 017 16V8a1 1 0 01.498-.865z" clip-rule="evenodd"/></svg>';