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="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44 22c0-9.941-8.954-18-20-18S4 12.059 4 22h40Z" clip-rule="evenodd"/><path d="M4 38h40v6H4zm0-10 5.455 4 7.272-4L24 32l7.273-4 7.272 4L44 28"/></g></svg>';