battery_tips constant

String const battery_tips

Implementation

static const String battery_tips =
    '<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="36" height="20" x="14" y="44" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="2" transform="rotate(-90 14 44)"/><path d="M20 6V4a2 2 0 012-2h4a2 2 0 012 2v2h-8Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 28V18"/><circle r="2" transform="matrix(0 -1 -1 0 24 34)"/></g></svg>';