credit_card constant

String const credit_card

Icon Data of 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"><path fill="currentColor" d="M17 7H6c-1.654 0-3 1.346-3 3v7c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3v-7c0-1.654-1.346-3-3-3zm1 10a1 1 0 01-1 1H6a1 1 0 01-1-1v-4h13v4zm0-6H5v-1a1 1 0 011-1h11a1 1 0 011 1v1zm-4 5h2a.5.5 0 000-1h-2a.5.5 0 000 1z"/></svg>';