rectangles_two_duotone constant

String const rectangles_two_duotone

Implementation

static const String rectangles_two_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"><rect width="176" height="56" x="40" y="144" fill="currentColor" opacity=".2" rx="8"/><rect width="176" height="56" x="40" y="56" fill="currentColor" opacity=".2" rx="8"/><path fill="currentColor" d="M208 136H48a16 16 0 00-16 16v40a16 16 0 0016 16h160a16 16 0 0016-16v-40a16 16 0 00-16-16Zm0 56H48v-40h160v40Zm0-144H48a16 16 0 00-16 16v40a16 16 0 0016 16h160a16 16 0 0016-16V64a16 16 0 00-16-16Zm0 56H48V64h160v40Z"/></svg>';