thermometer constant

String const thermometer

Implementation

static const String thermometer =
    '<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"><mask id="svgIDa"><g fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="4"><path fill="#555" d="M18 26V10a6 6 0 0112 0v16a9.985 9.985 0 014 8c0 5.523-4.477 10-10 10s-10-4.477-10-10a9.985 9.985 0 014-8Z"/><path stroke-linecap="round" d="M24 17v13"/><path fill="#555" d="M24 38a4 4 0 100-8 4 4 0 000 8Z"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';