progress constant

String const progress

Implementation

static const String progress =
    '<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="M4 5.5h8a2.5 2.5 0 010 5H4a2.5 2.5 0 010-5ZM0 8a4 4 0 014-4h8a4 4 0 010 8H4a4 4 0 01-4-4Zm4-1a1 1 0 000 2h5a1 1 0 000-2H4Z" clip-rule="evenodd"/></svg>';