credit_card_print constant

String const credit_card_print

Icon Data of credit_card_print

Implementation

static const String credit_card_print =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><path d="M5.5 6h12A2.5 2.5 0 0120 8.5v7a2.5 2.5 0 01-2.5 2.5h-12A2.5 2.5 0 013 15.5v-7A2.5 2.5 0 015.5 6Z" opacity=".8"/><path fill-rule="evenodd" d="M16 4H4a2.5 2.5 0 00-2.5 2.5v7A2.5 2.5 0 004 16h12a2.5 2.5 0 002.5-2.5v-7A2.5 2.5 0 0016 4ZM2.5 6.5A1.5 1.5 0 014 5h12a1.5 1.5 0 011.5 1.5v7A1.5 1.5 0 0116 15H4a1.5 1.5 0 01-1.5-1.5v-7Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M2.5 6.5h15a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-15A.5.5 0 012 8V7a.5.5 0 01.5-.5Zm3.5 3H5a1 1 0 00-1 1v1a1 1 0 001 1h1a1 1 0 001-1v-1a1 1 0 00-1-1Zm-1 2v-1h1v1H5Z" clip-rule="evenodd"/></g></svg>';