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