cart constant

String const cart

Icon Data of cart

Implementation

static const String cart =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><path fill-rule="evenodd" d="M16.513 6H7.487A2.5 2.5 0 005.05 9.057l.913 4A2.5 2.5 0 008.401 15H15.6a2.5 2.5 0 002.437-1.943l.913-4A2.5 2.5 0 0016.513 6ZM7.376 8.013A.5.5 0 017.487 8h9.026a.5.5 0 01.487.611l-.913 4A.5.5 0 0115.6 13H8.4a.5.5 0 01-.487-.389l-.913-4a.5.5 0 01.376-.598Z" clip-rule="evenodd"/><path d="M3.49 2H2a1 1 0 010-2h2.29a1 1 0 01.975.78l2.71 12a1 1 0 11-1.95.44L3.49 2ZM10 17.25a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0Zm7 0a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0Z"/></g></svg>';