webcam constant

String const webcam

Implementation

static const String webcam =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="M20 22H4"/><path d="M15.5 18v3m-7.5.5V18"/><path d="M12 19a9 9 0 100-18 9 9 0 000 18Z" clip-rule="evenodd"/><path d="M12 16a6 6 0 100-12 6 6 0 000 12Z" clip-rule="evenodd"/><path d="M12 14a4 4 0 100-8 4 4 0 000 8Z" clip-rule="evenodd"/><path d="M12 11a1 1 0 100-2 1 1 0 000 2Z" clip-rule="evenodd"/></g></svg>';