triangle_ruler constant

String const triangle_ruler

Implementation

static const String triangle_ruler =
    '<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"><defs><path id="svgIDa" d="M13 35h12L13 23v12Z" clip-rule="evenodd"/><path id="svgIDb" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 35h12L13 23v12Z" clip-rule="evenodd"/></defs><g fill="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 44 4 4v40h40Z"/><use clip-rule="evenodd" href="#svgIDa"/><use clip-rule="evenodd" href="#svgIDa"/><use clip-rule="evenodd" href="#svgIDa"/><use clip-rule="evenodd" href="#svgIDa"/><use stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd" href="#svgIDb"/><use stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd" href="#svgIDb"/><use stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd" href="#svgIDb"/><use stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd" href="#svgIDb"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30 44v-3m-6 3v-3m-6 3v-3m-6 3v-3m-8-5h3m-3-6h3m-3-6h3m-3-6h3"/></g></svg>';