Files
speckle-server/packages/frontend-2/components/global/icon/MouseRotate.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

19 lines
502 B
Vue

<template>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M19 11.5C19 17.299 17.5 22 12.5 22C7.5 22 6 17.299 6 11.5C6 5.70101 6 1 12.5 1C19 1 19 5.70101 19 11.5Z"
stroke="currentColor"
/>
<path d="M6 9C6 6.5 6 1 12.5 1" stroke="#334155" />
<path d="M6 9H19" stroke="#94A3B8" />
<path d="M5.5 9H13" stroke="#334155" />
<path d="M12.5 0.5V9.5" stroke="#334155" />
</svg>
</template>