hearts_card constant

String const hearts_card

Implementation

static const String hearts_card =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="384" height="512" preserveAspectRatio="xMidYMid meet" viewBox="0 0 384 512"><path fill="currentColor" d="M64 512h256q27 0 45.5-18.5T384 448V64q0-27-18.5-45.5T320 0H64Q37 0 18.5 18.5T0 64v384q0 27 18.5 45.5T64 512zM43 64q0-21 21-21h256q21 0 21 21v384q0 21-21 21H64q-21 0-21-21V64zm66 160q5 52 83 96 78-44 83-96v-11q0-17-12.5-29.5T233 171q-18 0-30.5 12.5T190 213q0-17-12.5-29.5T147 171q-17 0-29.5 12.5T105 213v5q1 1 2 3t2 3z"/></svg>';