Skip to content
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

Update IconDenom.tsx #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions src/icons/IconDenom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ const IconDenomInner: React.FC<{ denom: Denom | string }> = ({
return <IconWHALE />;
case "roar":
return <IconROAR />;
case "sayve":
return <IconSAYVE />;
case "frnz":
case "frienzies":
return <IconFRNZ />;
Expand Down Expand Up @@ -1818,6 +1820,20 @@ const IconROAR = () => (
</svg>
);


const IconSayve = () => (
<svg
className="icon-denom"
viewBox="0 0 512 512"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M401.231 0H110.769C49.5931 0 0 49.5931 0 110.769V401.231C0 462.407 49.5931 512 110.769 512H401.231C462.407 512 512 462.407 512 401.231V110.769C512 49.5931 462.407 0 401.231 0Z" fill="#4AA454"/>
<path d="M372.044 398.167C385.917 398.167 397.162 386.921 397.162 373.049C397.162 359.177 385.917 347.931 372.044 347.931C358.172 347.931 346.927 359.177 346.927 373.049C346.927 386.921 358.172 398.167 372.044 398.167Z" fill="#FFE85C"/>
<path d="M352.301 297.093C352.301 211.692 217.972 237.262 217.972 200.188C217.972 185.118 233.042 180.546 255.698 180.546C284.534 180.546 294.681 191.598 294.681 206.82C294.739 208.618 294.621 210.419 294.329 212.195H349.588C349.839 209.574 349.94 206.94 349.89 204.308C349.89 167.234 327.786 142.367 281.57 135.385V96.7536H232.59V134.681C190.041 140.458 159.799 164.823 159.799 204.609C159.799 290.462 294.128 263.837 294.128 301.212C294.128 315.831 281.469 321.306 256.402 321.306C233.293 321.306 215.862 314.323 215.862 294.38C215.804 292.781 215.922 291.181 216.213 289.608H161.055C160.805 292.128 160.704 294.661 160.753 297.193C160.753 325.074 174.468 358.983 232.59 366.82V398.166H281.62V366.769C324.672 360.339 352.301 334.719 352.301 297.093Z" fill="#F0EBE6"/>
</svg>
);


const IconAmpKUJI = () => (
<svg
className="icon-denom"
Expand Down