feat: Add switch-camera icon (#31)
This commit is contained in:
17
icons/switch-camera.svg
Normal file
17
icons/switch-camera.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M11 19H4a2 2 0 01-2-2V7a2 2 0 012-2h5"/>
|
||||
<path d="M13 5h7a2 2 0 012 2v10a2 2 0 01-2 2h-5"/>
|
||||
<circle cx="12" cy="12" r="3"/>
|
||||
<path d="M18 22l-3-3 3-3"/>
|
||||
<path d="M6 2l3 3-3 3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 404 B |
Reference in New Issue
Block a user