truck constant

String const truck

Implementation

static const String truck =
    '<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-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 17h6V6a2 2 0 00-2-2H4a2 2 0 00-2 2v10a1 1 0 001 1h1m18-1v-4a4 4 0 00-4-4h-2v9h5a1 1 0 001-1Zm-7 1a3 3 0 106 0h-6Zm7-3h-2"/><circle cx="7" cy="17" r="3"/></g></svg>';