Commit aa197c49 authored by Max Alekseenko's avatar Max Alekseenko

remove duplicated icon

parent 141a4d2b
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.615 19h2.77a.692.692 0 0 0 .664-.692v-.942a.956.956 0 0 1 1.627-.692l.692.692a.693.693 0 0 0 .983 0l1.96-1.96a.69.69 0 0 0 0-.982l-.692-.692a.955.955 0 0 1 .692-1.627h.997a.692.692 0 0 0 .692-.693V8.643a.692.692 0 0 0-.692-.692h-.977a.955.955 0 0 1-.692-1.627l.692-.692a.693.693 0 0 0 0-.984L15.372 2.69a.692.692 0 0 0-.983 0l-.692.693a.955.955 0 0 1-1.627-.693v-.997A.692.692 0 0 0 11.378 1h-2.77a.692.692 0 0 0-.692.692v.963a.955.955 0 0 1-1.627.692l-.692-.692a.692.692 0 0 0-.983 0L2.689 4.62a.692.692 0 0 0 0 .983l.693.692a.955.955 0 0 1-.693 1.627h-.997A.692.692 0 0 0 1 8.615v2.777a.692.692 0 0 0 .692.692h.963a.956.956 0 0 1 .692 1.627l-.692.692a.691.691 0 0 0 0 .983l1.966 1.925a.691.691 0 0 0 .983 0l.692-.692a.955.955 0 0 1 1.627.692v.997a.692.692 0 0 0 .692.692Zm2.077-1.385H9.308v-.304a2.333 2.333 0 0 0-3.988-1.648l-.215.215-.983-.983.215-.215a2.333 2.333 0 0 0-1.648-3.988h-.304V9.308h.304A2.333 2.333 0 0 0 4.337 5.32l-.215-.215.983-.983.215.215a2.333 2.333 0 0 0 3.988-1.648v-.304h1.384v.304a2.332 2.332 0 0 0 3.988 1.648l.215-.215.983.983-.215.215a2.333 2.333 0 0 0 1.648 3.988h.304v1.384h-.304a2.332 2.332 0 0 0-1.648 3.988l.215.215-.983.983-.215-.215a2.333 2.333 0 0 0-3.988 1.648v.304Zm-2.615-4.737a3.461 3.461 0 1 0 3.846-5.755 3.461 3.461 0 0 0-3.846 5.755Zm.77-4.605a2.077 2.077 0 1 1 2.307 3.454 2.077 2.077 0 0 1-2.308-3.454Z" fill="currentColor"/>
</svg>
......@@ -102,7 +102,6 @@
| "score/score-not-ok"
| "score/score-ok"
| "search"
| "settings"
| "social/canny"
| "social/coingecko"
| "social/coinmarketcap"
......
......@@ -85,7 +85,7 @@ const WalletMenuContent = ({ address, disconnect, isAutoConnectDisabled, openMod
/>
<IconButton
aria-label="open wallet"
icon={ <IconSvg name="settings" boxSize={ 5 }/> }
icon={ <IconSvg name="gear_slim" boxSize={ 5 }/> }
variant="simple"
h="20px"
w="20px"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment