cursor_text constant

String const cursor_text

Implementation

static const String cursor_text =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M184 208a8 8 0 01-8 8h-16a40 40 0 01-32-16 40 40 0 01-32 16H80a8 8 0 010-16h16a24.1 24.1 0 0024-24v-40h-16a8 8 0 010-16h16V80a24.1 24.1 0 00-24-24H80a8 8 0 010-16h16a40 40 0 0132 16 40 40 0 0132-16h16a8 8 0 010 16h-16a24.1 24.1 0 00-24 24v40h16a8 8 0 010 16h-16v40a24.1 24.1 0 0024 24h16a8 8 0 018 8Z"/></svg>';