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="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4 9a1 1 0 011-1h4a1 1 0 010 2H5a1 1 0 01-1-1Z"/><path fill-rule="evenodd" d="M4 3a4 4 0 00-4 4v10a4 4 0 004 4h16a4 4 0 004-4V7a4 4 0 00-4-4H4Zm16 2H4a2 2 0 00-2 2v7h20V7a2 2 0 00-2-2Zm2 11H2v1a2 2 0 002 2h16a2 2 0 002-2v-1Z" clip-rule="evenodd"/></g></svg>';