credit_card constant

String const credit_card

Implementation

static const String credit_card =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14 3.5H2a.5.5 0 00-.5.5v1h13V4a.5.5 0 00-.5-.5ZM1.5 12V6.5h13V12a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5ZM2 2a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2H2Zm1.75 7.5a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5Z" clip-rule="evenodd"/></svg>';