button constant

String const button

Icon Data of button

Implementation

static const String button =
    '<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="M2 5h11a1 1 0 011 1v3a1 1 0 01-1 1H2a1 1 0 01-1-1V6a1 1 0 011-1ZM0 6a2 2 0 012-2h11a2 2 0 012 2v3a2 2 0 01-2 2H2a2 2 0 01-2-2V6Zm4.5.75a.75.75 0 100 1.5.75.75 0 000-1.5Zm2.25.75a.75.75 0 111.5 0 .75.75 0 01-1.5 0Zm3.75-.75a.75.75 0 100 1.5.75.75 0 000-1.5Z" clip-rule="evenodd"/></svg>';