Skip to content

stroke-linejoin -> strokeLinejoin #15055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/components/icons/EthHomeIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ export const EthHomeIcon = createIconBase({
d="M57.5054 181V135.84L1.64064 103.171L57.5054 181Z"
fill="#F0CDC2"
stroke="#1616B4"
stroke-linejoin="round"
strokeLinejoin="round"
/>
<path
d="M57.6906 181V135.84L113.555 103.171L57.6906 181Z"
fill="#C9B3F5"
stroke="#1616B4"
stroke-linejoin="round"
strokeLinejoin="round"
/>
<path
d="M57.5055 124.615V66.9786L1 92.2811L57.5055 124.615Z"
fill="#88AAF1"
stroke="#1616B4"
stroke-linejoin="round"
strokeLinejoin="round"
/>
<path
d="M57.6903 124.615V66.9786L114.196 92.2811L57.6903 124.615Z"
fill="#C9B3F5"
stroke="#1616B4"
stroke-linejoin="round"
strokeLinejoin="round"
/>
<path
d="M1.00006 92.2811L57.5054 1V66.9786L1.00006 92.2811Z"
fill="#F0CDC2"
stroke="#1616B4"
stroke-linejoin="round"
strokeLinejoin="round"
/>
<path
d="M114.196 92.2811L57.6906 1V66.9786L114.196 92.2811Z"
fill="#B8FAF6"
stroke="#1616B4"
stroke-linejoin="round"
strokeLinejoin="round"
/>
</>
),
Expand Down