Skip to content

Commit

Permalink
New Nexus icon (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Jul 16, 2024
1 parent a976552 commit c0127ad
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/lib/holocene/icon/svg/nexus.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
</script>

<Svg {...$$props}>
<circle cx="12" cy="12" r="10" stroke="currentcolor" stroke-width="3" />
<text y="18" x="6" fill="currentcolor">N</text>
</Svg>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.3684 15.0802L7.57895 13.5644V18.3448L11.3684 19.8606V15.0802ZM12 21.4737L6.31579 19.2V12.3789L12 10.1053L17.6842 12.3789V19.2L12 21.4737ZM16.4211 18.3448L12.6316 19.8606V15.0802L16.4211 13.5644V18.3448ZM5.68421 11.3684L0 9.09474V2.27368L5.68421 0L11.3684 2.27368V9.09474L5.68421 11.3684ZM8.81755 2.6138L5.68421 1.36046L2.55087 2.6138L5.68421 3.86713L8.81755 2.6138ZM5.05263 4.97497L1.26316 3.45918V8.23958L5.05263 9.75537V4.97497ZM12.6316 9.09474L18.3158 11.3684L24 9.09474V2.27368L18.3158 0L12.6316 2.27368V9.09474ZM18.9474 4.97497V9.75537L22.7368 8.23958V3.45918L18.9474 4.97497ZM21.4492 2.6138L18.3158 1.36046L15.1824 2.6138L18.3158 3.86713L21.4492 2.6138Z"
fill="currentcolor"
/></Svg
>

0 comments on commit c0127ad

Please sign in to comment.