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