credit_card_outline constant

String const credit_card_outline

Implementation

static const String credit_card_outline =
    '<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="M19 5H5a3 3 0 00-3 3v8a3 3 0 003 3h14a3 3 0 003-3V8a3 3 0 00-3-3ZM4 8a1 1 0 011-1h14a1 1 0 011 1v1H4Zm16 8a1 1 0 01-1 1H5a1 1 0 01-1-1v-5h16Z"/><path fill="currentColor" d="M7 15h4a1 1 0 000-2H7a1 1 0 000 2Zm8 0h2a1 1 0 000-2h-2a1 1 0 000 2Z"/></svg>';