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