hippo constant

String const hippo

Implementation

static const String hippo =
    '<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"><rect width="34" height="18" x="7" y="25" stroke="currentColor" stroke-linejoin="round" stroke-width="4" rx="6"/><circle cx="17" cy="34" r="3" stroke="currentColor" stroke-width="4"/><circle cx="31" cy="34" r="3" stroke="currentColor" stroke-width="4"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M11 19a6 6 0 016-6h14a6 6 0 016 6v6H11v-6Z"/><circle cx="20" cy="19" r="2"/><circle cx="28" cy="19" r="2"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M18 5a3 3 0 013 3v5h-6V8a3 3 0 013-3Zm12 0a3 3 0 013 3v5h-6V8a3 3 0 013-3Z"/></g></svg>';