misaligned_semicircle constant

String const misaligned_semicircle

Implementation

static const String misaligned_semicircle =
    '<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-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20 30c-6.627 0-12-5.373-12-12S13.373 6 20 6"/><path d="M20 22a4 4 0 010-8m8 20a4 4 0 000-8"/><path d="M28 42c6.627 0 12-5.373 12-12s-5.373-12-12-12"/></g></svg>';