notebook_and_pen constant

String const notebook_and_pen

Implementation

static const String notebook_and_pen =
    '<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="M4 6v36h26V6H4Z"/><path d="M12 42V6"/><path fill="#555" d="M44 6h-8v32l4 4 4-4V6Z"/><path d="M36 12h8M30 6H4m26 36H4M36 6v16m8-16v16"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';