import * as React from 'react'; export interface Pinch16Props extends React.SVGProps { ariaLabel?: string } export default function Pinch16({ ariaLabel, ...props }: Pinch16Props) { return ( ); }