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