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