credit_card_solid constant

String const credit_card_solid

Implementation

static const String credit_card_solid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" d="M13.5 2A1.5 1.5 0 0115 3.5V5H0V3.5A1.5 1.5 0 011.5 2h12Z"/><path fill="currentColor" fill-rule="evenodd" d="M0 6v5.5A1.5 1.5 0 001.5 13h12a1.5 1.5 0 001.5-1.5V6H0Zm2 4h6V9H2v1Zm11 0h-3V9h3v1Z" clip-rule="evenodd"/></svg>';