forked from tmea-tlip/www.tlip.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add LinkedIn icon "Any Questions?" section (#24)
* feat: add LinkedIn icon "Any Questions?" section * chore: add more space for buttons --------- Co-authored-by: JCNoguera <[email protected]>
- Loading branch information
1 parent
3a56ac8
commit a08196a
Showing
4 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<script lang="ts"> | ||
export let width = 19; | ||
export let height = 19; | ||
export let fill = "#7C7A9F"; | ||
</script> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" {width} {height} fill="none" viewBox="0 0 16 16"> | ||
<path | ||
{fill} | ||
d="M13.633 13.634h-2.37V9.92c0-.886-.017-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V5.998h2.276v1.043h.032a2.495 2.495 0 0 1 2.245-1.233c2.403 0 2.846 1.58 2.846 3.636v4.19ZM3.56 4.954a1.376 1.376 0 1 1 0-2.751 1.376 1.376 0 0 1 0 2.751Zm1.185 8.68H2.372V5.998h2.373v7.636ZM14.815 0H1.18A1.168 1.168 0 0 0 0 1.154v13.692A1.168 1.168 0 0 0 1.18 16h13.635A1.17 1.17 0 0 0 16 14.846V1.154A1.17 1.17 0 0 0 14.815 0" | ||
/> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters