import * as React from "react"; import { SVGProps } from "react"; const SvgRelationZeroOrOneToOne = (props: SVGProps) => ( ); export default SvgRelationZeroOrOneToOne;