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