circles constant

String const circles

Implementation

static const String circles =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1024" height="1024" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 1024q-139 0-257-68.5T68.5 769 0 512t68.5-257T255 68.5 512 0t257 68.5T955.5 255t68.5 257-68.5 257T769 955.5 512 1024zm64-768H448q-53 0-90.5 37.5T320 384t37.5 90.5T448 512h128q26 0 45 19t19 45v64q0 27-19 45.5T576 704H448q-26 0-45-18.5T384 640q0-13-9.5-22.5T352 608t-22.5 9.5T320 640q0 53 37.5 90.5T448 768h128q53 0 90.5-37.5T704 640v-64q0-53-37.5-90.5T576 448H448q-26 0-45-18.5t-19-45 19-45.5 45-19h128q27 0 45.5 19t18.5 45q0 13 9.5 22.5T672 416t22.5-9.5T704 384q0-53-37.5-90.5T576 256z"/></svg>';