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