credit_card_line constant

String const credit_card_line

Implementation

static const String credit_card_line =
    '<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="M2 7a3 3 0 013-3h14a3 3 0 013 3v10a3 3 0 01-3 3H5a3 3 0 01-3-3V7zm3-1a1 1 0 00-1 1v1h16V7a1 1 0 00-1-1H5zm15 4H4v7a1 1 0 001 1h14a1 1 0 001-1v-7zM6 13a1 1 0 011-1h5a1 1 0 110 2H7a1 1 0 01-1-1z"/></svg>';