paragraph_triangle constant

String const paragraph_triangle

Implementation

static const String paragraph_triangle =
    '<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 9h18M24 19h18M6 29h36M6 39h36"/><path fill="#555" d="M6 9.766a1 1 0 011.514-.857l7.057 4.233a1 1 0 010 1.716L7.515 19.09A1 1 0 016 18.234V9.766Z"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';