cylinder constant

String const cylinder

Implementation

static const String cylinder =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M128 16c-40.4 0-72 18.4-72 42v140c0 23.6 31.6 42 72 42s72-18.4 72-42V58c0-23.6-31.6-42-72-42Zm0 16c33 0 56 13.7 56 26s-23 26-56 26-56-13.7-56-26 23-26 56-26Zm0 192c-33 0-56-13.7-56-26V84.7c13.1 9.4 33.1 15.3 56 15.3s42.9-5.9 56-15.3V198c0 12.3-23 26-56 26Z"/></svg>';