hamburger constant

String const hamburger

Implementation

static const String hamburger =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1024" height="832" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 832"><path fill="currentColor" d="M960 448H64q-26 0-45-18.5T0 384t19-45.5T64 320h896q26 0 45 18.5t19 45.5-19 45.5-45 18.5zm-64-192H128q-27 0-45.5-18.5T64 192q0-82 121-137T512 0t327 55 121 137q0 27-19 45.5T896 256zM64 512h896q26 0 45 18.5t19 45-19 45.5-45 19H64q-26 0-45-19T0 575.5t18.5-45T64 512zm64 192h768q26 0 45 18.5t19 45.5q0 46-72 55t-376 9-376-9-72-55q0-26 18.5-45t45.5-19z"/></svg>';