import PlusIcon from "../src/assets/icons/plus.svg?react";
export function InputIcon() {
return <PlusIcon width={17.5} />;
}