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" fill="#555" fill-rule="evenodd" d="M13 35h12L13 23v12Z" clip-rule="evenodd"/><path id="svgIDb" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 35h12L13 23v12Z" clip-rule="evenodd"/></defs><mask id="svgIDc"><g fill="none"><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 44 4 4v40h40Z"/><use fill-rule="evenodd" clip-rule="evenodd" href="#svgIDa"/><use fill-rule="evenodd" clip-rule="evenodd" href="#svgIDa"/><use fill-rule="evenodd" clip-rule="evenodd" href="#svgIDa"/><use fill-rule="evenodd" 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="#fff" 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></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDc)"/></svg>';