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