Skip to content

Commit

Permalink
Use AniList logo with "A" in front of "L"
Browse files Browse the repository at this point in the history
This adds depth to the icon. The icon is borrowed from mem's site [1].

[1]: https://mempo.carrd.co/
  • Loading branch information
kyleerhabor committed Feb 10, 2024
1 parent 2ca66e2 commit 643c540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file not shown.
5 changes: 3 additions & 2 deletions src/kyleerhabor/hello/ui/icon.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

(def anilist
[:svg {:fill "currentcolor"
:viewBox "0 0 24 24"}
:viewBox "0 0 40 40"}
[:title "AniList logo"]
[:path {:d "M6.361 2.943L0 21.056h4.942l1.077-3.133H11.4l1.052 3.133H22.9c.71 0 1.1-.392 1.1-1.101V17.53c0-.71-.39-1.101-1.1-1.101h-6.483V4.045c0-.71-.392-1.102-1.101-1.102h-2.422c-.71 0-1.101.392-1.101 1.102v1.064l-.758-2.166zm2.324 5.948l1.688 5.018H7.144z"}]])
[:path {:d "M39.8,32.4c0,0.8-0.7,1.3-1.5,1.3c-1.4,0-2.7,0-4.1,0c-1.4,0-2.9,0-4.3,0c-0.3,0-0.5-0.1-0.6-0.4 c-2.3-6.6-4.7-13.2-7-19.9c-0.4-1-0.7-2-1.1-3c-0.5-1.2-0.6-2.3-0.5-3.6c0-0.9,0.6-1.5,1.5-1.5c1.4,0,3.8,0,5.2,0 c0.8,0,1.4,0.6,1.5,1.4c0,0.9,0,1.9,0,2.8c0,2.3,0,4.6,0,6.9l0,9.6c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.1,0.4,0.1c1.2,0,1.4,0,2.6,0 c2,0,3.9,0,5.9,0c0.4,0,0.8,0,1.1,0.2c0.5,0.2,0.9,0.6,0.9,1.2C39.8,29.3,39.9,30.9,39.8,32.4z M27.2,33.3c0,0.1,0.1,0.2,0.1,0.5 c-0.5,0-1,0-1.5,0c-1.9,0-3.8,0-5.8,0c-0.4,0-0.6-0.1-0.7-0.5c-0.4-1.3-0.8-2.5-1.2-3.8c-0.2-0.7-0.3-0.7-1-0.7c-2.4,0-4.8,0-7.2,0 c-0.4,0-0.6,0.1-0.7,0.5C9,30.7,8.5,32,8,33.3c-0.1,0.3-0.3,0.5-0.7,0.5c-2.3,0-4.5,0-6.8,0c-0.5,0-0.5-0.1-0.3-0.5 c1.2-3.4,2.4-6.7,3.6-10.1C4.9,20,6,16.8,7.1,13.7C8.1,11,9,8.3,9.9,5.7c0.1-0.3,0.2-0.4,0.5-0.4c2.2,0,4.4,0,6.6,0 c0.3,0,0.4,0.2,0.5,0.4c0.8,2.3,1.6,4.5,2.4,6.8c1.6,4.6,3.3,9.3,4.9,13.9C25.6,28.7,26.4,31,27.2,33.3z M16.2,22.1 c0-0.1-0.1-0.2-0.1-0.3c-0.7-2.2-1.5-4.4-2.2-6.6c0-0.1-0.1-0.3-0.2-0.5c-0.1,0.1-0.1,0.2-0.2,0.2c-0.7,2.4-1.5,4.8-2.2,7.1 c-0.1,0.3,0,0.4,0.3,0.4c1.4,0,2.9,0,4.3,0C16.3,22.5,16.4,22.4,16.2,22.1z"
}]])

(def github
[:svg {:fill "currentcolor"
Expand Down

0 comments on commit 643c540

Please sign in to comment.