wave_square_duotone constant

String const wave_square_duotone

Implementation

static const String wave_square_duotone =
    '<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 72v56H24V72Zm0 56v56h104v-56Z" opacity=".2"/><path fill="currentColor" d="M240 128v56a8 8 0 01-8 8H128a8 8 0 01-8-8V80H32v48a8 8 0 01-16 0V72a8 8 0 018-8h104a8 8 0 018 8v104h88v-48a8 8 0 0116 0Z"/></svg>';