marquee constant

String const marquee

Icon Data of marquee

Implementation

static const String marquee =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2m3 0h1.5m3 0H15m3 0a2 2 0 012 2m0 3v1.5m0 3V15m0 3a2 2 0 01-2 2m-3 0h-1.5m-3 0H9m-3 0a2 2 0 01-2-2m0-3v-1.5m0-3V9m0-3"/></svg>';