import * as React from "react"; function SvgGifFormat( props: React.SVGProps, svgRef?: React.Ref ) { return ( ); } const ForwardRef = React.forwardRef(SvgGifFormat); export default ForwardRef;