diff options
Diffstat (limited to 'icons/zoom-pan.svg')
-rw-r--r-- | icons/zoom-pan.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons/zoom-pan.svg b/icons/zoom-pan.svg new file mode 100644 index 00000000..a9024d7b --- /dev/null +++ b/icons/zoom-pan.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-zoom-pan" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <desc>Download more icon variants from https://tabler-icons.io/i/zoom-pan</desc> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <circle cx="12" cy="12" r="3" /> + <path d="M17 17l-2.5 -2.5" /> + <path d="M10 5l2 -2l2 2" /> + <path d="M19 10l2 2l-2 2" /> + <path d="M5 10l-2 2l2 2" /> + <path d="M10 19l2 2l2 -2" /> +</svg> + + |