pilcrow constant

String const pilcrow

Implementation

static const String pilcrow =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1024" height="1024" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path fill="currentColor" d="M960 128h-64v832q0 26-19 45t-45.5 19-45-19-18.5-45V128H512v832q0 26-19 45t-45.5 19-45-19-18.5-45V640h-64q-87 0-160.5-43T43 480.5 0 320t43-160.5T159.5 43 320 0h640q26 0 45 18.5t19 45-18.5 45.5-45.5 19z"/></svg>';