diff --git a/dapp/src/static/icons/Bitcoin.tsx b/dapp/src/static/icons/Bitcoin.tsx
index 0bcd4ea51..c25918520 100644
--- a/dapp/src/static/icons/Bitcoin.tsx
+++ b/dapp/src/static/icons/Bitcoin.tsx
@@ -4,36 +4,28 @@ import { createIcon } from "@chakra-ui/react"
export const Bitcoin = createIcon({
displayName: "Bitcoin",
viewBox: "0 0 28 28",
- path: (
-
- ),
+ ,
+
+
+
+
+
+
+
+ ,
+ ],
})
diff --git a/dapp/src/static/icons/ChevronRight.tsx b/dapp/src/static/icons/ChevronRight.tsx
index 7013170cf..8a11116cb 100644
--- a/dapp/src/static/icons/ChevronRight.tsx
+++ b/dapp/src/static/icons/ChevronRight.tsx
@@ -3,22 +3,11 @@ import { createIcon } from "@chakra-ui/react"
export const ChevronRight = createIcon({
displayName: "ChevronRight",
- viewBox: "0 0 16 16",
+ viewBox: "0 0 20 20",
path: (
-
+
),
})
diff --git a/dapp/src/static/icons/Ethereum.tsx b/dapp/src/static/icons/Ethereum.tsx
index 5fd1e69f0..b3c5c5633 100644
--- a/dapp/src/static/icons/Ethereum.tsx
+++ b/dapp/src/static/icons/Ethereum.tsx
@@ -4,46 +4,38 @@ import { createIcon } from "@chakra-ui/react"
export const Ethereum = createIcon({
displayName: "Ethereum",
viewBox: "0 0 28 28",
- path: (
-
- ),
+ path: [
+
+
+
+
+
+
+
+
+ ,
+
+
+
+
+ ,
+ ],
})
diff --git a/dapp/src/static/icons/Info.tsx b/dapp/src/static/icons/Info.tsx
index bef23adae..364e278d7 100644
--- a/dapp/src/static/icons/Info.tsx
+++ b/dapp/src/static/icons/Info.tsx
@@ -3,30 +3,12 @@ import { createIcon } from "@chakra-ui/react"
export const Info = createIcon({
displayName: "Info",
- viewBox: "0 0 16 16",
- path: (
-
- ),
+ viewBox: "0 0 20 20",
+ path: [
+ ,
+ ,
+ ],
})