mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-02 13:33:09 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import PlusIcon from "../src/assets/icons/plus.svg?react";
|
|
|
|
export function InputIcon() {
|
|
return <PlusIcon width={17.5} height={17.5} />;
|
|
}
|