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