/* global React */ function CustomE({ fillStyle, size = 22 }) { const width = Math.round(size * 0.64); const longBar = Math.round(width * 0.78); const shortBar = Math.round(width * 0.52); const barH = 2; return (