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