Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 9df8831

Browse files
committed
feat: verified icon
1 parent 50b8241 commit 9df8831

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

src/icons/VerifiedIcon.svg

Lines changed: 5 additions & 0 deletions
Loading

src/icons/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,22 @@ export { default as Info } from "./Info.svg?react";
2626
export { default as InkLogo } from "./InkLogo.svg?react";
2727
export { default as Loading } from "./Loading.svg?react";
2828
export { default as Location } from "./Location.svg?react";
29-
export * as Logo from "./Logo/index.ts";
3029
export { default as Mail } from "./Mail.svg?react";
3130
export { default as Menu } from "./Menu.svg?react";
3231
export { default as Minus } from "./Minus.svg?react";
3332
export { default as Moon } from "./Moon.svg?react";
34-
export * as Page from "./Page/index.ts";
3533
export { default as Panel } from "./Panel.svg?react";
3634
export { default as Plus } from "./Plus.svg?react";
3735
export { default as PlusSmall } from "./PlusSmall.svg?react";
3836
export { default as Power } from "./Power.svg?react";
3937
export { default as Profile } from "./Profile.svg?react";
4038
export { default as Search } from "./Search.svg?react";
4139
export { default as Settings } from "./Settings.svg?react";
42-
export * as Social from "./Social/index.ts";
4340
export { default as Sun } from "./Sun.svg?react";
4441
export { default as Swap } from "./Swap.svg?react";
4542
export { default as Users } from "./Users.svg?react";
43+
export { default as VerifiedIcon } from "./VerifiedIcon.svg?react";
4644
export { default as Wallet } from "./Wallet.svg?react";
45+
export * as Logo from "./Logo/index.ts";
46+
export * as Page from "./Page/index.ts";
47+
export * as Social from "./Social/index.ts";

0 commit comments

Comments
 (0)