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