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="36" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 36 36"><rect width="22" height="30" x="7" y="3" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="2" class="clr-i-solid clr-i-solid-path-1" rx=".96" ry=".96" transform="rotate(90 18 18)"/><path fill="currentColor" d="M32 6H4a2 2 0 00-2 2v20a2 2 0 002 2h28a2 2 0 002-2V8a2 2 0 00-2-2Zm0 18H4v-4h28Z" class="clr-i-solid clr-i-solid-path-2"/><path fill="currentColor" d="M0 0h36v36H0z"/></svg>';