cards constant

String const cards

Implementation

static const String cards =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M184 72H40a16 16 0 00-16 16v112a16 16 0 0016 16h144a16 16 0 0016-16V88a16 16 0 00-16-16Zm0 128H40V88h144v112Zm48-144v120a8 8 0 01-16 0V56H64a8 8 0 010-16h152a16 16 0 0116 16Z"/></svg>';