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