diff --git a/shared/common/newui/icons/index.tsx b/shared/common/newui/icons/index.tsx index 9adfda1..b88b19c 100644 --- a/shared/common/newui/icons/index.tsx +++ b/shared/common/newui/icons/index.tsx @@ -586,3 +586,23 @@ export function CircledQuestionIcon() { ); } + +export function TransferIcon() { + return ( + + + + ); +}