sort_vertical_line constant

String const sort_vertical_line

Implementation

static const String sort_vertical_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="M4.293 6.293a1 1 0 001.414 1.414L7 6.414V14a1 1 0 102 0V6.414l1.293 1.293a1 1 0 101.414-1.414l-3-3a1 1 0 00-1.414 0l-3 3zm8 11.414a1 1 0 011.414-1.414L15 17.586V10a1 1 0 112 0v7.586l1.293-1.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3z"/></svg>';