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