heart_circle_solid constant

String const heart_circle_solid

Implementation

static const String heart_circle_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" fill-rule="evenodd" d="M0 7.5a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0Zm4.146-2.354a1.914 1.914 0 012.707 0l.647.647.646-.647a1.914 1.914 0 012.707 2.708L7.5 11.207 4.146 7.854a1.914 1.914 0 010-2.708Z" clip-rule="evenodd"/></svg>';