christmas_tree_one constant

String const christmas_tree_one

Implementation

static const String christmas_tree_one =
    '<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-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 36v8"/><path fill="#555" d="M14 15 24 4l10 11-3 3 8 8-5 1.158L42 36H6l8-8.842L9 26l8-8-3-3Z"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';