import React from 'react'; export const ZoomSelectIcon = (props: React.SVGProps) => { return ( {/* TODO box inside magnifying glass */} ); };