import React from 'react'; const InfoIcon = ({ width = 14, height = 14, filled = false }) => ( {filled ? ( ) : ( )} ); export default InfoIcon;