coordinate_system constant

String const coordinate_system

Implementation

static const String coordinate_system =
    '<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 d="m24 12 14 8v16l-14 8-14-8V20l14-8Z"/><path stroke-linecap="round" d="M24 6v6m-14 8 14 8 14-8m0 16 6 3M4 39l6-3m14-8v16"/><path d="m31 16 7 4v8M17 16l-7 4v8m7 12 7 4 7-4"/></g></svg>';