const FullScreenIcon = ({width = '26', height = '26'}) => (
	<svg width={width} height={height} viewBox="0 0 26 26"><path fill="#fff" d="M0 0L10 0L0 10ZM16 0L26 0L26 10ZM26 16L26 26L16 26ZM10 26L0 26L0 16Z"></path><path stroke="#fff" strokeWidth="4" strokeLinecap="butt" d="M3 3l5.5 5.5M23 3l-5.5 5.5M23 23l-5.5 -5.5M3 23l5.5 -5.5"></path></svg>
);

export default FullScreenIcon;
