calculator_solid constant

String const calculator_solid

Implementation

static const String calculator_solid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M1 1.5A1.5 1.5 0 012.5 0h10A1.5 1.5 0 0114 1.5v12a1.5 1.5 0 01-1.5 1.5h-10A1.5 1.5 0 011 13.5v-12ZM4 5h7V4H4v1Zm0 4h1V8H4v1Zm4 0H7V8h1v1Zm2 0h1V8h-1v1Zm-5 3H4v-1h1v1Zm2 0h1v-1H7v1Zm4 0h-1v-1h1v1Z" clip-rule="evenodd"/></svg>';