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="-2 -5 24 24"><path fill="currentColor" d="M18 4V2H2v2h16zm0 3H2v5h16V7zM2 0h16a2 2 0 012 2v10a2 2 0 01-2 2H2a2 2 0 01-2-2V2a2 2 0 012-2zm2 9h1a1 1 0 110 2H4a1 1 0 010-2zm5 0h5a1 1 0 010 2H9a1 1 0 010-2z"/></svg>';