feat: add OnlyFans (#865)

* feat: add Postman

* feat: add OnlyFans

* fix: align OnlyFans icon to center
This commit is contained in:
Gabriel de Souza
2024-10-28 10:10:17 -03:00
committed by GitHub
parent 2881de688f
commit f8d642926e
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><style>.a{fill:none;}.b{fill:#00aeef;}.c{fill:#008ccf;}</style></defs><rect class="a" width="400" height="400"/><path class="b" d="M137.5,75a125,125,0,1,0,125,125A125,125,0,0,0,137.5,75Zm0,162.5A37.5,37.5,0,1,1,175,200,37.45,37.45,0,0,1,137.5,237.5Z"/><path class="c" d="M278,168.75c31.76,9.14,69.25,0,69.25,0-10.88,47.5-45.38,77.25-95.13,80.87A124.73,124.73,0,0,1,137.5,325L175,205.81C213.55,83.3,233.31,75,324.73,75H387.5C377,121.25,340.81,156.58,278,168.75Z"/></svg>

After

Width:  |  Height:  |  Size: 537 B

View File

@@ -0,0 +1 @@
https://onlyfans.com/brand

5
images/svg/onlyfans.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" aria-label="OnlyFans" viewBox="0 0 512 512">
<path fill="#fff" d="M0 0h512v512H0"/>
<path fill="#00aeef" d="M194 131a125 125 0 1 0 125 125 125 125 0 0 0-125-125m0 163a38 38 0 1 1 37-38 38 38 0 0 1-37 38"/>
<path fill="#008ccf" d="M334 225c32 9 69 0 69 0-11 47-45 77-95 81a125 125 0 0 1-114 75l37-119c39-123 58-131 150-131h63c-11 46-47 82-110 94"/>
</svg>

After

Width:  |  Height:  |  Size: 395 B