sort_horizontal_line constant

String const sort_horizontal_line

Implementation

static const String sort_horizontal_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" d="M17.707 4.293a1 1 0 10-1.414 1.414L17.586 7H10a1 1 0 000 2h7.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3zm-11.414 8a1 1 0 011.414 1.414L6.414 15H14a1 1 0 110 2H6.414l1.293 1.293a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414l3-3z"/></svg>';