roundrectangle constant

String const roundrectangle

Implementation

static const String roundrectangle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1025" height="1024" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1025 1024"><path fill="currentColor" d="M768.694 1024h-512q-106 0-181-75t-75-181V256q0-106 75-181t181-75h512q106 0 181 75t75 181v512q0 106-75 181t-181 75zm192-768q0-80-56-136t-136-56h-512q-80 0-136 56t-56 136v512q0 80 56 136t136 56h512q80 0 136-56t56-136V256z"/></svg>';