sphere constant

String const sphere

Implementation

static const String sphere =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 32c11.046 0 20-3.582 20-8s-8.954-8-20-8-20 3.582-20 8 8.954 8 20 8Z"/><path stroke-linecap="round" d="M32 24c0 11.046-3.582 20-8 20s-8-8.954-8-20 3.582-20 8-20 8 8.954 8 20Z"/><circle cx="24" cy="24" r="20"/></g></svg>';