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="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><path fill-rule="evenodd" d="M16 3.5H4a3 3 0 00-3 3v7a3 3 0 003 3h12a3 3 0 003-3v-7a3 3 0 00-3-3Zm-13 3a1 1 0 011-1h12a1 1 0 011 1v7a1 1 0 01-1 1H4a1 1 0 01-1-1v-7Z" clip-rule="evenodd"/><path 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-.5Z"/><path fill-rule="evenodd" d="M6 9.5H5a1 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>';