import React from 'react'; export const ZoomInIcon = (props: React.SVGProps) => { return ( ); };