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="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17.8 19.817-2.172 1.138a.392.392 0 01-.568-.41l.415-2.411-1.757-1.707a.389.389 0 01.217-.665l2.428-.352 1.086-2.193a.392.392 0 01.702 0l1.086 2.193 2.428.352a.39.39 0 01.217.665l-1.757 1.707.414 2.41a.39.39 0 01-.567.411L17.8 19.817zm-11.6 0-2.172 1.138a.392.392 0 01-.568-.41l.415-2.411-1.757-1.707a.389.389 0 01.217-.665l2.428-.352 1.086-2.193a.392.392 0 01.702 0l1.086 2.193 2.428.352a.39.39 0 01.217.665l-1.757 1.707.414 2.41a.39.39 0 01-.567.411L6.2 19.817zm5.8-10-2.172 1.138a.392.392 0 01-.568-.41l.415-2.411-1.757-1.707a.389.389 0 01.217-.665l2.428-.352 1.086-2.193a.392.392 0 01.702 0l1.086 2.193 2.428.352a.39.39 0 01.217.665l-1.757 1.707.414 2.41a.39.39 0 01-.567.411L12 9.817z"/></svg>';