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="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7 7h10a2 2 0 012 2v1l1 1v3l-1 1v3a2 2 0 01-2 2H7a2 2 0 01-2-2v-3l-1-1v-3l1-1V9a2 2 0 012-2zm3 9h4"/><circle cx="8.5" cy="11.5" r=".5"/><circle cx="15.5" cy="11.5" r=".5"/><path d="M9 7 8 3m7 4 1-4"/></g></svg>';