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