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