cart constant

String const cart

Implementation

static const String cart =
    '<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" d="M16 18a2 2 0 110 4 2 2 0 010-4Zm0 1a1 1 0 100 2 1 1 0 000-2Zm-9-1a2 2 0 110 4 2 2 0 010-4Zm0 1a1 1 0 100 2 1 1 0 000-2ZM18 6H4.273l2.547 6H15a.994.994 0 00.8-.402l3-4h.001A1 1 0 0018 6Zm-3 7H6.866L6.1 14.56 6 15a1 1 0 001 1h11v1H7a2 2 0 01-1.75-2.97l.72-1.474L2.338 4H1V3h2l.849 2H18a2 2 0 011.553 3.26l-2.914 3.886A1.998 1.998 0 0115 13Z"/></svg>';