Skip to content

Commit

Permalink
update: twitter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nilubava committed Oct 6, 2023
1 parent 2e2972f commit 922ac68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
15 changes: 7 additions & 8 deletions src/icons/Twitter.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import React from 'react'

export default () => (
<svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M23 1.01006C22.0424 1.68553 20.9821 2.20217 19.86 2.54006C19.2577 1.84757 18.4573 1.35675 17.567 1.13398C16.6767 0.911216 15.7395 0.967251 14.8821 1.29451C14.0247 1.62177 13.2884 2.20446 12.773 2.96377C12.2575 3.72309 11.9877 4.62239 12 5.54006V6.54006C10.2426 6.58562 8.50127 6.19587 6.93101 5.4055C5.36074 4.61513 4.01032 3.44869 3 2.01006C3 2.01006 -1 11.0101 8 15.0101C5.94053 16.408 3.48716 17.109 1 17.0101C10 22.0101 21 17.0101 21 5.51006C20.9991 5.23151 20.9723 4.95365 20.92 4.68006C21.9406 3.67355 22.6608 2.40277 23 1.01006V1.01006Z"
stroke="#A0AEC0"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
style={{ width: '24px', height: '24px', fill: '#A0AEC0' }}
>
<path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z" />
</svg>
)
14 changes: 7 additions & 7 deletions src/icons/TwitterShareIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from 'react'

export default () => (
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M4 0C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0H4ZM14.5864 11.7956C15.2274 10.5549 15.529 9.15425 15.4582 7.74675C16.0131 7.46224 16.4447 6.9697 16.6667 6.36758C16.2036 6.60035 15.7052 6.74703 15.1939 6.80103C15.7565 6.48055 16.1767 5.94313 16.3646 5.30365C15.8714 5.63744 15.3193 5.86518 14.7407 5.97353C14.3701 5.49839 13.8526 5.17253 13.277 5.05179C12.7014 4.93105 12.1034 5.02294 11.5856 5.31172C11.0678 5.6005 10.6624 6.06819 10.4388 6.63466C10.2152 7.20113 10.1873 7.8311 10.36 8.41664C9.33168 8.35852 8.32646 8.07599 7.40927 7.5873C6.49209 7.0986 5.68333 6.4146 5.03525 5.57948C4.72018 6.15692 4.61547 6.83362 4.74035 7.48517C4.86524 8.13673 5.21133 8.71935 5.715 9.12592C5.35333 9.13645 4.99343 9.06939 4.6576 8.9289C4.68147 9.55258 4.90735 10.1494 5.29834 10.6218C5.68932 11.0941 6.2223 11.4142 6.81017 11.5296C6.43052 11.647 6.03044 11.674 5.63948 11.6084C5.79989 12.1013 6.09069 12.5368 6.47829 12.8645C6.86588 13.1923 7.33444 13.3989 7.82981 13.4605C6.79012 14.3121 5.48561 14.7331 4.16667 14.6426C5.30811 15.3962 6.62621 15.8078 7.97677 15.8322C9.32732 15.8566 10.6583 15.4929 11.8241 14.781C12.9898 14.069 13.9455 13.0362 14.5864 11.7956Z"
fill="#A0AEC0"
/>
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
style={{ width: '24px', height: '24px', fill: '#A0AEC0' }}
>
<path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z" />
</svg>
)

1 comment on commit 922ac68

@vercel
Copy link

@vercel vercel bot commented on 922ac68 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dataguide – ./

dataguide-git-main-prisma.vercel.app
dataguide.vercel.app
dataguide-prisma.vercel.app

Please sign in to comment.