paragraph_alphabet constant

String const paragraph_alphabet

Implementation

static const String paragraph_alphabet =
    '<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"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 9h18M24 19h18M6 29h36M6 39h36"/><path d="m11 9-4 8h8l-4-8Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m6 19 1-2m9 2-1-2m-8 0 4-8 4 8m-8 0h8"/></g></svg>';