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