Merge pull request #176 from safing/feature/website-icon

Add Icon
This commit is contained in:
Dave Gson 2021-12-10 13:29:52 +01:00 committed by GitHub
commit c54798ddd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -68,6 +68,8 @@ externals:
title: Freelancer
joined: August 2021
handles:
- icon: earth
external_url: https://brainbits.in
- icon: twitter
external_url: https://twitter.com/tweetsbypranav
description: >

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g fill="none">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M12 3c4.982 0 9 4.018 9 9s-4.018 9-9 9M12 21c-4.982 0-9-4.018-9-9s4.018-9 9-9"/>
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M10.168 4.06c-2.89 4.825-2.89 11.056 0 15.881.846 1.413 2.819 1.413 3.665 0 2.89-4.825 2.89-11.056 0-15.881-.847-1.413-2.819-1.413-3.665 0Z"/>
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M4.01 7.858c4.892 1.511 11.088 1.511 15.979 0M19.99 16.142c-4.892-1.511-11.088-1.511-15.979 0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 692 B