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