sand_clock constant

String const sand_clock

Implementation

static const String sand_clock =
    '<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"><g fill="currentColor"><path d="M13 6h-2v1a1 1 0 102 0V6Z"/><path fill-rule="evenodd" d="M6 2v2h1v3a5 5 0 005 5 5 5 0 00-5 5v3H6v2h12v-2h-1v-3a5 5 0 00-5-5 5 5 0 005-5V4h1V2H6Zm3 2h6v3a3 3 0 11-6 0V4Zm0 13v3h6v-3a3 3 0 10-6 0Z" clip-rule="evenodd"/></g></svg>';