Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
elclandestin0 committed Sep 20, 2024
1 parent cf15e17 commit a0a586a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'

const IconEthereum: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none" {...props}>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 40 41" fill="none" {...props}>
<g clip-path="url(#clip0_12825_139472)">
<path d="M40 20.5C40 31.5457 31.0457 40.5 20 40.5C8.9543 40.5 0 31.5457 0 20.5C0 9.4543 8.9543 0.5 20 0.5C31.0457 0.5 40 9.4543 40 20.5Z" fill="#627EEA" />
<path d="M19.996 5.5H19.9989V26.2209L19.996 26.2208L29.2039 20.7781L19.996 5.5Z" fill="#C1CCF8" />
Expand Down

0 comments on commit a0a586a

Please sign in to comment.