import React from "react"; import type { Props } from "./types"; export const TransferIcon: React.FC = ({ width, height, className, color }) => ( );