arrow_keys constant

String const arrow_keys

Implementation

static const String arrow_keys =
    '<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"><path d="M14 4h20v20H14V4ZM4 24h20v20H4V24Zm20 0h20v20H24V24Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 24H4v20h20V24Zm0 0v20-20Zm0 0h20v20H24V24ZM14 4h20v20H14V4Zm10 6v8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m20 14 4-4 4 4M10 34h8m-4 4-4-4 4-4m24 4h-8m4-4 4 4-4 4"/></g></svg>';