video constant

String const video

Icon Data of video

Implementation

static const String video =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16" d="M48 48h112c17.728 0 32 14.272 32 32v96c0 17.728-14.272 32-32 32H48c-17.728 0-32-14.272-32-32V80c0-17.728 14.272-32 32-32zm144 112 48 32V64l-48 32"/></svg>';