button_solid constant

String const button_solid

Implementation

static const String button_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" d="M4 6a3 3 0 010-6h7a3 3 0 110 6H9V3.5a2.5 2.5 0 00-5 0V6Z"/><path fill="currentColor" d="M6.5 2A1.5 1.5 0 005 3.5v4.55a2.5 2.5 0 00-2 2.45A4.5 4.5 0 007.5 15H8a5 5 0 005-5v-.853A2.147 2.147 0 0010.853 7H8V3.5A1.5 1.5 0 006.5 2Z"/></svg>';