baseball_cap constant

String const baseball_cap

Implementation

static const String baseball_cap =
    '<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"><path stroke-linecap="round" stroke-linejoin="round" d="M12 30c0-8.837 7.163-16 16-16v0c8.837 0 16 7.163 16 16v6H12v-6Z"/><path d="M22 36c-1-3.5-1-22 6-22s6.5 18 6 22"/><rect width="30" height="6" x="4" y="36" stroke-linecap="round" stroke-linejoin="round" rx="3"/><circle cx="28" cy="10" r="4"/></g></svg>';