settings constant

String const settings

Implementation

static const String settings =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g transform="translate(10 10)"><path id="svgIDa" fill="currentColor" d="M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3"/><use href="#svgIDa" transform="rotate(45)"/><use href="#svgIDa" transform="rotate(90)"/><use href="#svgIDa" transform="rotate(135)"/></g><path fill="currentColor" d="M10 2.5a7.5 7.5 0 000 15 7.5 7.5 0 000-15v4a3.5 3.5 0 010 7 3.5 3.5 0 010-7"/></svg>';