clock_print constant

String const clock_print

Icon Data of clock_print

Implementation

static const String clock_print =
    '<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"><path d="M18.75 11a7 7 0 11-14 0 7 7 0 0114 0Z" opacity=".8"/><path fill-rule="evenodd" d="M10 16a6 6 0 100-12 6 6 0 000 12Zm0 1a7 7 0 100-14 7 7 0 000 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10 6.5a.5.5 0 01.5.5v3a.5.5 0 01-1 0V7a.5.5 0 01.5-.5Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M13.5 10a.5.5 0 01-.5.5h-3a.5.5 0 010-1h3a.5.5 0 01.5.5Z" clip-rule="evenodd"/></g></svg>';