
const SVG = ({
style = {},
fill = '#fff',
width = '100%',
className = '',
height = '100%',
viewBox = '0 0 32 32',
}) =>
<svg
width={width}
style={style}
height={height}
viewBox={viewBox}
className={className}
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/…