painting constant

String const painting

Implementation

static const String painting =
    '<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 0q112 0 152 27.5T704 128q0 32-15 61t-33 47-33 40.5-15 43.5q0 96 96 96 21 0 43.5-15t40.5-33 47-33 61-15q72 0 100 41t28 151q0 104-40.5 199t-109 163.5-163.5 109-199 40.5zM288 832q40 0 68-28t28-68-28-68-68-28-68 28-28 68 28 68 68 28zm-64-512q-40 0-68 28t-28 68 28 68 68 28 68-28 28-68-28-68-68-28zm192-192q-40 0-68 28t-28 68 28 68 68 28 68-28 28-68-28-68-68-28zm192 576q-40 0-68 28t-28 68 28 68 68 28 68-28 28-68-28-68-68-28zm192-192q-40 0-68 28t-28 68 28 68 68 28 68-28 28-68-28-68-68-28z"/></svg>';