import type { SVGProps } from "react"; const SvgReceptionIcon = (props: SVGProps) => ( ); export default SvgReceptionIcon;