import type { SVGProps } from "react";
const Randevum = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} viewBox="0 -1 64 64">
<path fill="#1b8cff" d="M55 35H9L2 54h60Z" opacity=".3" />
<path
fill="none"
stroke="#fff"
strokeMiterlimit="10"
strokeWidth="2"
d="M3 51h58"
opacity=".5"
/>
<path
fill="none"
stroke="#fff"
strokeMiterlimit="10"
strokeWidth="2"
d="M8.125 38h47.75"
opacity=".5"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="4"
d="M9 6h46v29H9z"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="4"
d="M9 54v6h46v-6"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="4"
d="M55 35H9L2 54h60Z"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M9 12h46"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M15 32v6"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M49 32v6"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="4"
d="M15 2v4"
/>
<path
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="4"
d="M49 2v4"
/>
<g
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
>
<path d="M20.5 19h5" />
<path d="M29.5 19h5" />
<path d="M38.5 19h5" />
</g>
<g
fill="none"
stroke="#1b8cff"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
>
<path d="M20.5 25h5" />
<path d="M29.5 25h5" />
<path d="M38.5 25h5" />
</g>
</svg>
);
export { Randevum };