Files
speckle-server/packages/frontend-2/components/global/icon/MouseZoom.vue
T
andrewwallacespeckle 601b517058 Various Android Responsive Fixes (#1872)
* Dialog - use 100dvh

* Add "There's more to Speckle - be sure to visit on a computer" to Dashboard

* Fix Breadcrumb logo skewing

* Lower mobile panel responsive fixes

* Tidy up "You have completed" message

* Remove info colour from Change Password

* Add desktop icons. Restyle Notifications

* Colour suggested by Agi

* Use dvh everywhere

* Small update

* Fix compostable warning
2023-11-16 15:07:44 +00:00

25 lines
513 B
Vue

<template>
<svg
width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M19.5 11.5C19.5 17.299 18 22 13 22C8 22 6.5 17.299 6.5 11.5C6.5 5.70101 6.5 1 13 1C19.5 1 19.5 5.70101 19.5 11.5Z"
stroke="currentColor"
/>
<path d="M6.5 9H19.5" stroke="#94A3B8" />
<rect
x="11.5"
y="2.5"
width="3"
height="5"
rx="1"
stroke="#334155"
stroke-linejoin="round"
/>
</svg>
</template>