coffee_machine constant

String const coffee_machine

Implementation

static const String coffee_machine =
    '<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"><mask id="svgIDa"><g fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M8 42h29a3 3 0 003-3V9a3 3 0 00-3-3H17"/><path fill="#555" d="M22 36c5.523 0 10-4.477 10-10H12c0 5.523 4.477 10 10 10Z"/><path stroke-linecap="round" d="M16 18v2m6-2v2m6-2v2"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';