direction constant

String const direction

Icon Data of direction

Implementation

static const String direction =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="-2 -2 24 24"><path fill="currentColor" d="M2 4v4h12.98l2.853-1.714a.333.333 0 000-.572L14.98 4H2zm8-2h4.98a2 2 0 011.03.286L18.863 4a2.333 2.333 0 010 4L16.01 9.714a2 2 0 01-1.03.286H10v9a1 1 0 01-2 0v-9H2a2 2 0 01-2-2V4a2 2 0 012-2h6V1a1 1 0 112 0v1z"/></svg>';