camera_solid constant

String const camera_solid

Implementation

static const String camera_solid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" d="M2 1h5v1H2V1Zm6 7.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0Z"/><path fill="currentColor" fill-rule="evenodd" d="M0 12.5A1.5 1.5 0 001.5 14h12a1.5 1.5 0 001.5-1.5v-8A1.5 1.5 0 0013.5 3h-12A1.5 1.5 0 000 4.5v8ZM9.5 6a2.5 2.5 0 100 5 2.5 2.5 0 000-5Z" clip-rule="evenodd"/></svg>';