arrow constant

String const arrow

Implementation

static const String arrow =
    '<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="M9.71 6.29a1 1 0 00-1.42 0l-5 5a1 1 0 000 1.42l5 5a1 1 0 001.42 0 1 1 0 000-1.42L5.41 12l4.3-4.29a1 1 0 000-1.42Zm11 5-5-5a1 1 0 00-1.42 1.42l4.3 4.29-4.3 4.29a1 1 0 000 1.42 1 1 0 001.42 0l5-5a1 1 0 000-1.42Z"/></svg>';