import React from 'react';
const PozoSwapIcon = ({
width = '15',
height = '15',
color = 'currentColor',
className,
}) => {
return (
);
};
export default PozoSwapIcon;
// function SwapIcon({ fill = "white", className, style, onClick }) {
// return (
//
// );
// }
// export default SwapIcon;