mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-06-07 09:29:31 +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} />;
|
|
}
|