596312ab0e
* ProjectsAdd wrapper * WorkspaceMoveProject wrapper added * move wrapper finalized * passing through location * more cleanup * model add wrapper * permissions cleanup * add invite wrapper * vue-tippy bugfix * ViewerLimitsDialog prep * upgrade limit alert prep * limit alerts * movemanager fix * new add flow * slug update fix * add model flow * invites? * some extra fixes * move unmount fix? * more fixes * vue-tsc update * style: remove h-32 for smaller screens * vue-tsc parser fix * prep for new viewer limits dialog * updated viewer dialogs * comment variant cleanup * CR comments --------- Co-authored-by: michalspeckle <michal@speckle.systems>
31 lines
849 B
Vue
31 lines
849 B
Vue
<template>
|
|
<svg
|
|
width="100%"
|
|
height="100%"
|
|
viewBox="0 0 52 52"
|
|
fill="none"
|
|
stroke-width="1"
|
|
stroke="currentColor"
|
|
class="stroke-outline-5"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<g clip-path="url(#clip0_3364_50057)">
|
|
<path
|
|
d="M1.18603 42.3122L20.164 42.3122L19.5387 30.2391L50.8138 30.2391L47.0808 50.8502L20.6032 50.8502L2.95394 50.8502L1.18603 42.3122Z"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<path
|
|
d="M46.1985 1.14978L50.8137 30.2391L19.5386 30.2391L20.8561 1.14978L46.1985 1.14978Z"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<path
|
|
d="M19.7769 42.3122L1.18603 42.3122L5.25779 15.6944L20.1975 15.6944"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
</g>
|
|
</svg>
|
|
</template>
|