Skip to content

Commit

Permalink
assort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Sep 16, 2024
1 parent 5a31213 commit f33fea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .site/src/parts/misc/assort-icon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export let col: string;
<g transform="translate(-195.875,-135.625)">
<g fill-rule="nonzero" stroke="none" stroke-width="0" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal">
<path d="M195.875,180c0,-24.50763 19.86737,-44.375 44.375,-44.375c24.50763,0 44.375,19.86737 44.375,44.375c0,24.50763 -19.86737,44.375 -44.375,44.375c-24.50763,0 -44.375,-19.86737 -44.375,-44.375z" fill="none" />
<path d="M234.21497,213.88805c0,0 14.72011,-9.36563 19.39437,-18.73739c4.49814,-9.01864 1.20349,-18.50001 1.20349,-18.50001c0,0 17.33334,12.73824 11.49919,23.73624c-5.83415,10.998 -32.09705,13.50116 -32.09705,13.50116z" fill="#8da4ff" />
<path d="M245.78503,146.11195c0,0 -14.72011,9.36563 -19.39437,18.73739c-4.49814,9.01864 -1.20349,18.50001 -1.20349,18.50001c0,0 -17.33334,-12.73824 -11.49919,-23.73624c5.83415,-10.998 32.09705,-13.50116 32.09705,-13.50116z" fill="#8da4ff" />
<path d="M232.9127,180.00001l7.0873,-12.1014l7.0873,12.1014l-7.0873,12.1014z" fill="#8da4ff" />
<path d="M234.21497,213.88805c0,0 14.72011,-9.36563 19.39437,-18.73739c4.49814,-9.01864 1.20349,-18.50001 1.20349,-18.50001c0,0 17.33334,12.73824 11.49919,23.73624c-5.83415,10.998 -32.09705,13.50116 -32.09705,13.50116z" fill={col} />
<path d="M245.78503,146.11195c0,0 -14.72011,9.36563 -19.39437,18.73739c-4.49814,9.01864 -1.20349,18.50001 -1.20349,18.50001c0,0 -17.33334,-12.73824 -11.49919,-23.73624c5.83415,-10.998 32.09705,-13.50116 32.09705,-13.50116z" fill={col} />
<path d="M232.9127,180.00001l7.0873,-12.1014l7.0873,12.1014l-7.0873,12.1014z" fill={col} />
<path d="M267.625,161.5v0z" fill="none" />
</g>
</g>
Expand Down

0 comments on commit f33fea7

Please sign in to comment.