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