tooltip_text_line constant

String const tooltip_text_line

Implementation

static const String tooltip_text_line =
    '<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"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 11h10M7 14h4m1.707 6.293 1.707-1.707A2 2 0 0115.828 18H19a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2h3.172a2 2 0 011.414.586l1.707 1.707a1 1 0 001.414 0z"/></svg>';