directions constant

String const directions

Icon Data of directions

Implementation

static const String directions =
    '<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 3v4h12.98l2.853-1.714a.333.333 0 000-.572L14.98 3H2zm6-2a1 1 0 112 0h4.98a2 2 0 011.03.286L18.863 3a2.333 2.333 0 010 4L16.01 8.714A2 2 0 0114.98 9H10v1h7.995a2 2 0 012 2v4a2 2 0 01-2 2H10v1a1 1 0 01-2 0v-1H5.015a2 2 0 01-1.03-.286L1.132 16a2.333 2.333 0 010-4l2.853-1.714A2 2 0 015.015 10H8V9H2a2 2 0 01-2-2V3a2 2 0 012-2h6zm9.995 11H5.015l-2.853 1.714a.333.333 0 000 .572L5.015 16h12.98v-4z"/></svg>';