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