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