doughnut constant

String const doughnut

Implementation

static const String doughnut =
    '<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-width="4"><circle cx="24" cy="24" r="19"/><circle cx="24" cy="24" r="7"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 28s3.389-2.958 6-1c4 3 6 1 6 1m11 1c.667-1 4-4.286 7-3 4 1.714 7 0 7-1"/></g></svg>';