yinyang constant

String const yinyang

Implementation

static const String yinyang =
    '<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"><path d="M14 16a2 2 0 11-4 0 2 2 0 014 0Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 0a4 4 0 010-8 8 8 0 100 16 4 4 0 000-8Zm2-4a2 2 0 11-4 0 2 2 0 014 0Z" clip-rule="evenodd"/></g></svg>';