robot constant

String const robot

Implementation

static const String robot =
    '<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-width="4"><rect width="30" height="26" x="9" y="17" stroke-linecap="round" stroke-linejoin="round" rx="2"/><path stroke-linecap="round" stroke-linejoin="round" d="m33 9-5 8M15 9l5 8"/><circle cx="34" cy="7" r="2"/><circle cx="14" cy="7" r="2"/><rect width="16" height="8" x="16" y="24" rx="4"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 24H4v10h5m30-10h5v10h-5"/></g></svg>';