clock constant

String const clock

Icon Data of clock

Implementation

static const String clock =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10 4a6 6 0 100 12 6 6 0 000-12Zm-8 6a8 8 0 1116 0 8 8 0 01-16 0Z"/><path d="M10 6a1 1 0 011 1v3a1 1 0 11-2 0V7a1 1 0 011-1Z"/><path d="M14 10a1 1 0 01-1 1h-3a1 1 0 110-2h3a1 1 0 011 1Z"/></g></svg>';