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