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