drag_horizontal constant

String const drag_horizontal

Implementation

static const String drag_horizontal =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-width="2"><circle cx="20" cy="8" r="1" transform="rotate(-180 20 8)"/><circle cx="20" cy="16" r="1" transform="rotate(-180 20 16)"/><circle cx="12" cy="8" r="1" transform="rotate(-180 12 8)"/><circle cx="12" cy="16" r="1" transform="rotate(-180 12 16)"/><circle cx="4" cy="8" r="1" transform="rotate(-180 4 8)"/><circle cx="4" cy="16" r="1" transform="rotate(-180 4 16)"/></g></svg>';