diff options
Diffstat (limited to 'dist/icons/camera.html')
| -rw-r--r-- | dist/icons/camera.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/dist/icons/camera.html b/dist/icons/camera.html new file mode 100644 index 00000000..5861d38b --- /dev/null +++ b/dist/icons/camera.html @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-camera" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> +  <path d="M5 7h1a2 2 0 002 -2a1 1 0 011 -1h6a1 1 0 011 1a2 2 0 002 2h1a2 2 0 012 2v9a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-9a2 2 0 012 -2" /> +  <circle cx="12" cy="13" r="3" /> +</svg> + + | 
