mouse constant

String const mouse

Icon Data of mouse

Implementation

static const String mouse =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.488 4 6 8.488 6 14v4c0 5.512 4.488 10 10 10s10-4.488 10-10v-4c0-5.512-4.488-10-10-10zm-1 2.063V13H8.062A7.994 7.994 0 0115 6.062zm2 0A7.994 7.994 0 0123.938 13H17zM8 15h16v3c0 4.43-3.57 8-8 8s-8-3.57-8-8z"/></svg>';