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