stars constant

String const stars

Implementation

static const String stars =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" preserveAspectRatio="xMidYMid meet" viewBox="0 0 30 30"><path fill="currentColor" d="M5.37 16.18c.65-.03 1.2-.28 1.65-.75.45-.47.68-1.03.68-1.68 0 .65.22 1.21.67 1.68.45.47 1 .72 1.65.75-.65.03-1.2.28-1.65.75a2.34 2.34 0 00-.67 1.68c0-.65-.22-1.21-.68-1.68-.45-.47-1-.72-1.65-.75zm2.33-7.2c1.26-.06 2.33-.55 3.21-1.47.88-.92 1.32-2.01 1.32-3.28 0 1.27.44 2.36 1.32 3.28s1.95 1.4 3.22 1.47c-.83.04-1.59.27-2.29.71-.69.43-1.24 1.01-1.65 1.73-.4.72-.6 1.49-.6 2.33 0-1.27-.44-2.37-1.32-3.29-.88-.93-1.95-1.42-3.21-1.48zm3.32 10.77c.95-.04 1.76-.41 2.42-1.1.66-.69.99-1.51.99-2.47 0 .96.33 1.78.99 2.47.66.69 1.46 1.06 2.41 1.1-.95.04-1.75.41-2.41 1.1-.66.69-.99 1.51-.99 2.47 0-.96-.33-1.78-.99-2.47a3.503 3.503 0 00-2.42-1.1zm6.81-4.74c.95-.04 1.75-.41 2.41-1.1.66-.69.98-1.51.98-2.48 0 .96.33 1.78.99 2.47s1.47 1.06 2.42 1.1c-.95.04-1.76.41-2.42 1.1-.66.69-.99 1.51-.99 2.47 0-.96-.33-1.78-.98-2.47-.66-.68-1.46-1.05-2.41-1.09z"/></svg>';