import React from 'react'; import { IconTheme } from '../../IconsCommonTypes'; function Refresh(theme: IconTheme | undefined = undefined) { return !theme?.applyZoom ? ( ) : ( ); } // "#3978FC" export default Refresh;