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