import React from "react"; const SwapVertical = ({ width, height, color }) => ( ); export default SwapVertical;