pyramid constant

String const pyramid

Implementation

static const String pyramid =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path d="m21 12 17 30H4l17-30Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M36.5 42H44l-8-14-3 5M21 12l-8 30"/></g></svg>';