poker_chip constant

String const poker_chip

Implementation

static const String poker_chip =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="5"/><path d="M12 3v4m0 10v4m-9-9h4m10 0h4m-2.636-6.364-2.828 2.828m-7.072 7.072-2.828 2.828m0-12.728 2.828 2.828m7.072 7.072 2.828 2.828"/></g></svg>';