directions constant

String const directions

Implementation

static const String directions =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="21" preserveAspectRatio="xMidYMid meet" viewBox="0 0 21 21"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4.5 4.5h11l2 2-2 2h-11a1 1 0 01-1-1v-2a1 1 0 011-1zm12 7h-11l-2 2 2 2h11a1 1 0 001-1v-2a1 1 0 00-1-1zm-6-3v3m0 4v3"/></svg>';