| 1 |
export function WpvrLogo() { |
| 2 |
return ( |
| 3 |
<svg width="58" height="26" viewBox="0 0 58 26" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 4 |
<path d="M48.5615 4.97614V13.2766C50.2475 13.2766 51.609 11.4177 51.609 9.12582C51.609 6.8339 50.2444 4.97614 48.5615 4.97614Z" fill="#3F04FE"/> |
| 5 |
<path d="M9.04111 4.92633V13.2246C7.3551 13.2246 5.99365 11.3658 5.99365 9.07496C5.99365 6.7841 7.35721 4.92738 9.04111 4.92633Z" fill="#3F04FE"/> |
| 6 |
<path d="M57.6488 19.4894C57.6488 23.0722 44.7434 25.97 28.8244 25.97C12.9053 25.97 0 23.069 0 19.4894C0 15.9098 12.9053 13.0131 28.8244 13.0131C44.7434 13.0131 57.6488 15.9098 57.6488 19.4894Z" fill="#3F04FE"/> |
| 7 |
<path d="M54.1183 17.9758C54.1183 20.9073 42.7936 23.2835 28.8282 23.2835C14.8628 23.2835 3.53809 20.9073 3.53809 17.9758C3.53809 15.0442 14.8638 12.668 28.8334 12.668C42.8031 12.668 54.1183 15.0442 54.1183 17.9758Z" fill="white"/> |
| 8 |
<path d="M43.6335 20.0593H14.023C11.6415 20.0593 9.70264 18.0413 9.70264 15.5618V4.49742C9.70264 2.01794 11.6405 0 14.023 0H43.6335C46.015 0 47.9539 2.01794 47.9539 4.49742V15.5618C47.9539 18.0413 46.0171 20.0593 43.6335 20.0593Z" fill="#3F04FE"/> |
| 9 |
<path d="M43.6515 0.692566H14.0411C12.0231 0.692566 10.3877 2.39649 10.3877 4.49767V15.5621C10.3877 17.6643 12.0231 19.3672 14.0411 19.3672H14.3393V19.3556C18.7029 18.639 23.6292 18.2355 28.8452 18.2355C34.0613 18.2355 38.9897 18.639 43.3533 19.3556V19.3672H43.6505C45.6684 19.3672 47.3049 17.6643 47.3049 15.5621V4.49767C47.306 2.39649 45.6695 0.692566 43.6515 0.692566Z" fill="white"/> |
| 10 |
<path d="M14.5967 6.76501H15.9813L17.1162 11.9748L18.4271 6.76501H19.8676L21.1036 11.9463L22.249 6.76501H23.6421L21.8423 13.4743H20.3196L19.1099 8.69338L17.8454 13.47L16.3312 13.4795L14.5967 6.76501Z" fill="#3F04FE"/> |
| 11 |
<path d="M26.8539 10.8978H25.7749V13.4743H24.4819V6.76501H26.8539C28.4051 6.76501 29.1806 7.67862 29.1806 8.84091C29.1806 9.85989 28.5157 10.8978 26.8539 10.8978ZM26.7991 9.81247C27.5283 9.81247 27.8529 9.43733 27.8529 8.84091C27.8529 8.22657 27.5294 7.86092 26.7991 7.86092H25.7749V9.81247H26.7991Z" fill="#3F04FE"/> |
| 12 |
<path d="M36.7027 6.76501H38.0726L35.7101 13.4743H34.1494L31.7827 6.76501H33.1673L34.9398 12.1002L36.7027 6.76501Z" fill="#3F04FE"/> |
| 13 |
<path d="M41.2724 6.76501C42.8224 6.76501 43.598 7.69759 43.598 8.82194C43.598 9.63966 43.1649 10.4658 42.1301 10.7545L43.6718 13.4743H42.1765L40.755 10.8599H40.1459V13.4743H38.854V6.76501H41.2724ZM41.226 7.87989H40.1459V9.85251H41.226C41.9457 9.85251 42.2692 9.45841 42.2692 8.85355C42.2692 8.2487 41.9478 7.87989 41.226 7.87989Z" fill="#3F04FE"/> |
| 14 |
</svg> |
| 15 |
); |
| 16 |
} |
| 17 |
|
| 18 |
export function SceneHotspotIcon() { |
| 19 |
return ( |
| 20 |
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 21 |
<path d="M7.75 20.75H13.75C18.75 20.75 20.75 18.75 20.75 13.75V7.75C20.75 2.75 18.75 0.75 13.75 0.75H7.75C2.75 0.75 0.75 2.75 0.75 7.75V13.75C0.75 18.75 2.75 20.75 7.75 20.75Z" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 22 |
<path d="M7.82038 6.02207C8.39155 2.99031 12.1114 2.99381 12.6796 6.02557C13.013 7.80401 12.0969 9.30939 11.2938 10.2406C10.711 10.9198 9.78901 10.9198 9.20335 10.2406C8.40314 9.30939 7.48696 7.80051 7.82038 6.02207Z" stroke="currentColor" strokeWidth="1.5"/> |
| 23 |
<path d="M1.41992 17.7001L6.34992 14.3901C7.13992 13.8601 8.27992 13.9201 8.98992 14.5301L9.31992 14.8201C10.0999 15.4901 11.3599 15.4901 12.1399 14.8201L16.2999 11.2501C17.0799 10.5801 18.3399 10.5801 19.1199 11.2501L20.7499 12.6501" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 24 |
</svg> |
| 25 |
); |
| 26 |
} |
| 27 |
|
| 28 |
export function SettingsIcon() { |
| 29 |
return ( |
| 30 |
<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 31 |
<path d="M10.75 13.1896C12.4069 13.1896 13.75 11.8464 13.75 10.1896C13.75 8.53272 12.4069 7.18958 10.75 7.18958C9.09315 7.18958 7.75 8.53272 7.75 10.1896C7.75 11.8464 9.09315 13.1896 10.75 13.1896Z" stroke="currentColor" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/> |
| 32 |
<path d="M0.75 11.0696V9.30963C0.75 8.26963 1.6 7.40963 2.65 7.40963C4.46 7.40963 5.2 6.12963 4.29 4.55963C3.77 3.65963 4.08 2.48963 4.99 1.96963L6.72 0.979634C7.51 0.509634 8.53 0.789634 9 1.57963L9.11 1.76963C10.01 3.33963 11.49 3.33963 12.4 1.76963L12.51 1.57963C12.98 0.789634 14 0.509634 14.79 0.979634L16.52 1.96963C17.43 2.48963 17.74 3.65963 17.22 4.55963C16.31 6.12963 17.05 7.40963 18.86 7.40963C19.9 7.40963 20.76 8.25963 20.76 9.30963V11.0696C20.76 12.1096 19.91 12.9696 18.86 12.9696C17.05 12.9696 16.31 14.2496 17.22 15.8196C17.74 16.7296 17.43 17.8896 16.52 18.4096L14.79 19.3996C14 19.8696 12.98 19.5896 12.51 18.7996L12.4 18.6096C11.5 17.0396 10.02 17.0396 9.11 18.6096L9 18.7996C8.53 19.5896 7.51 19.8696 6.72 19.3996L4.99 18.4096C4.08 17.8896 3.77 16.7196 4.29 15.8196C5.2 14.2496 4.46 12.9696 2.65 12.9696C1.6 12.9696 0.75 12.1096 0.75 11.0696Z" stroke="currentColor" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/> |
| 33 |
</svg> |
| 34 |
); |
| 35 |
} |
| 36 |
|
| 37 |
export function FloorPlanIcon() { |
| 38 |
return ( |
| 39 |
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 40 |
<path d="M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 41 |
<path d="M9 2L13.95 22" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 42 |
<path d="M11.53 12.22L2 15" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 43 |
</svg> |
| 44 |
); |
| 45 |
} |
| 46 |
|
| 47 |
export function StreetViewIcon() { |
| 48 |
return ( |
| 49 |
<svg width="22" height="22" viewBox="0 0 512 512" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> |
| 50 |
<path d="M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z"/> |
| 51 |
</svg> |
| 52 |
); |
| 53 |
} |
| 54 |
|
| 55 |
export function ExportIcon() { |
| 56 |
return ( |
| 57 |
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 58 |
<path d="M11 14.25V1.75" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 59 |
<path d="M6.75 10L11 14.25L15.25 10" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 60 |
<path d="M1.75 15.75V16.75C1.75 18.407 3.093 19.75 4.75 19.75H17.25C18.907 19.75 20.25 18.407 20.25 16.75V15.75" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/> |
| 61 |
</svg> |
| 62 |
); |
| 63 |
} |
| 64 |
|
| 65 |
export function BackgroundTourIcon() { |
| 66 |
return ( |
| 67 |
<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 68 |
<path d="M19.75 5.75V15.75C19.75 18.75 18.1667 20.75 14.4722 20.75H6.02778C2.33333 20.75 0.75 18.75 0.75 15.75V5.75C0.75 2.75 2.33333 0.75 6.02778 0.75H14.4722C18.1667 0.75 19.75 2.75 19.75 5.75Z" stroke="currentColor" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/> |
| 69 |
<path d="M8.75 9.75H12.75" stroke="currentColor" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/> |
| 70 |
<path d="M6.75 13.75H14.75" stroke="currentColor" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/> |
| 71 |
</svg> |
| 72 |
); |
| 73 |
} |
| 74 |
|