graphic_stitching constant

String const graphic_stitching

Implementation

static const String graphic_stitching =
    '<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" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path d="m24 24 10-10c0-5.523-4.477-10-10-10S14 8.477 14 14l10 10Z"/><path d="m14 34 10-10-10-10C8.477 14 4 18.477 4 24s4.477 10 10 10Zm20 0c5.523 0 10-4.477 10-10s-4.477-10-10-10L24 24l10 10Z"/><path d="M24 44c5.523 0 10-4.477 10-10L24 24 14 34c0 5.523 4.477 10 10 10Z"/></g></svg>';