box_line constant

String const box_line

Implementation

static const String box_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="m4 8 8-5 4 2.5M4 8v8l8 5M4 8l4 2.5m4 2.5 8-5m-8 5v8m0-8-4-2.5M20 8v8l-8 5m8-13-4-2.5m-8 5 8-5"/></svg>';