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