clock constant

String const clock

Implementation

static const String clock =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0ZM16 8A8 8 0 110 8a8 8 0 0116 0ZM8.75 3.75a.75.75 0 00-1.5 0v4.56l.22.22 2.254 2.254a.75.75 0 101.06-1.06L8.75 7.689V3.75Z" clip-rule="evenodd"/></svg>';