Skip to content

Commit

Permalink
Update Twitter Icon Component to X (#724)
Browse files Browse the repository at this point in the history
Refactor the "bird" logo to the newly rebranded "X" logo.

Used the official [logo](https://about.twitter.com/en/who-we-are/brand-toolkit)
from the brand tooling provided by Twitter, with a bit of resizing to fit
in the default viewports of (0, 0, 1792, 1792).

Fixes #723
  • Loading branch information
TheTanay902 authored Jan 18, 2024
1 parent 648329a commit e6c42a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function TwitterIcon({ className = "" }) {
<Icon className={className}>
<path
className="tk-svg-path"
d="M1684 408q-67 98-162 167 1 14 1 42 0 130-38 259.5t-115.5 248.5-184.5 210.5-258 146-323 54.5q-271 0-496-145 35 4 78 4 225 0 401-138-105-2-188-64.5t-114-159.5q33 5 61 5 43 0 85-11-112-23-185.5-111.5t-73.5-205.5v-4q68 38 146 41-66-44-105-115t-39-154q0-88 44-163 121 149 294.5 238.5t371.5 99.5q-8-38-8-74 0-134 94.5-228.5t228.5-94.5q140 0 236 102 109-21 205-78-37 115-142 178 93-10 186-50z"
d="m 1033.0757,785.67723 536.386,-610.09838 H 1442.3554 L 976.61152,705.31871 604.62327,175.57885 H 175.57884 L 738.0981,976.63931 175.57884,1616.4212 h 127.11352 l 491.83748,-559.4233 392.84686,559.4233 h 429.0444 L 1033.0445,785.67723 Z M 858.97635,983.69686 801.9814,903.9293 348.49316,269.21053 h 195.2389 l 365.97034,512.23831 56.9949,79.76754 475.7181,665.83142 H 1247.1765 L 858.97635,983.72736 Z"
fill="#fff"
/>
</Icon>
Expand Down

0 comments on commit e6c42a2

Please sign in to comment.