i_3d_ellipse constant

String const i_3d_ellipse

Implementation

static const String i_3d_ellipse =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3a1 1 0 100-2 1 1 0 000 2Z"/><path d="M12 22c4.418 0 8-4.477 8-10S16.418 2 12 2 4 6.477 4 12s3.582 10 8 10Z"/><path d="M12 23a1 1 0 100-2 1 1 0 000 2Z"/></g></svg>';