cubes constant

String const cubes

Implementation

static const String cubes =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="m6.5 10.5 5.5 3 5.5-3v-6l-5.5-3-5.5 3v6Zm0-6 5.5 3 5.5-3m-5.5 3v6-6Zm-11 12 5.5 3 5.5-3v-6l-5.5-3-5.5 3v6Zm0-6 5.5 3 5.5-3m-5.5 3v6-6Zm5.5 3 5.5 3 5.5-3v-6l-5.5-3-5.5 3v6Zm0-6 5.5 3 5.5-3m-5.5 3v6-6Z"/></svg>';