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

new spirekey logo #2486

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/clever-rocks-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/kode-icons': minor
---

New logo for Kadena SpireKey
17 changes: 6 additions & 11 deletions packages/libs/kode-icons/src/product/SpireKeyKdacolorLogoGreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,17 @@ const SpireKeyKdacolorLogoGreen = (
<svg
xmlns="http://www.w3.org/2000/svg"
data-style="kdacolor"
viewBox="0 0 64 64"
viewBox="0 0 331 331"
fill="none"
fontSize="1.5em"
fill="currentColor"
height="1em"
width="331"
height="331"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fill="#4A9079"
d="m16.3 49.4 7-3.4-1.5 7.4zM24.6 39.4 5.7 41.6l2.2-6.9h17.7l-.9 4.7ZM28.7 32.2l-2.1-3.8zM24.6 24.6l2 3.8zM42.2 53.3l-1.5-7.4 7 3.4zM38.4 34.7h17.7l2.2 6.9-18.9-2.2-.9-4.7ZM35.3 32.2l2-3.8zM39.4 24.6l-2.1 3.8zM28.7 10.6v21.6l.7 1.2 2.6-.9 2.6.9.7-1.2V10.6z"
/>
<path
fill="#4A9079"
d="m39.4 24.6 11-7.4 2.1 6.5-14.1 11-3.8-1.3zM24.6 24.6l-11-7.4-2.1 6.5 14 11 3.9-1.3z"
/>
<path d="M143.23 0.752441L107.499 21.391L107.489 62.6477L143.23 83.2864L178.961 62.6477V21.391L143.23 0.752441Z" fill="#F5F5F5"/>
<path d="M143.231 330.857L107.5 310.228V268.961L71.7693 289.59L36.0382 268.961V227.694L108.397 185.912L107.5 145.16L36.0279 185.912L0.296875 165.799V124.532L107.5 62.6368L143.231 83.2651L178.962 62.6368L286.166 124.532V165.799C286.166 165.799 249.754 186.778 250.095 186.603C250.435 186.427 178.962 145.707 178.962 145.707L179.859 185.912L250.435 227.694V268.961L214.704 289.353L178.973 268.961V310.228L143.242 330.857H143.231Z" fill="#4A9079"/>
</svg>
);
export default SpireKeyKdacolorLogoGreen;
Loading