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