menu constant

String const menu

Icon Data of menu

Implementation

static const String menu =
    '<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"><path fill="currentColor" fill-rule="evenodd" d="M2 8a1 1 0 011-1h10.308a1 1 0 110 2H3a1 1 0 01-1-1Zm0-4a1 1 0 011-1h14a1 1 0 110 2H3a1 1 0 01-1-1Zm0 8a1 1 0 011-1h14a1 1 0 110 2H3a1 1 0 01-1-1Zm0 4a1 1 0 011-1h10.308a1 1 0 110 2H3a1 1 0 01-1-1Z" clip-rule="evenodd"/></svg>';