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