red_envelope constant

String const red_envelope

Implementation

static const String red_envelope =
    '<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 fill="#555" d="M39 4H9v6l15 4 15-4V4Z"/><path d="M39 17v27H9V17"/><path d="m19 19 5 6 5-6M18 31h12m-12-6h12m-6 0v12"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';