Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Request to update twitter to x icon [Fixes #2373] #2373

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TwitterIcon: IconComponent = ({ size, color, ...styledProps }) => {
<Path
fillRule="evenodd"
clipRule="evenodd"
d="M20.1328 3.38509C18.6196 2.03085 16.4579 1.61269 14.5255 2.35025C12.3887 3.16583 10.9843 5.22202 10.9997 7.50656C8.13296 7.29145 5.48993 5.80559 3.81834 3.42534C3.6113 3.13053 3.26168 2.96986 2.90312 3.00476C2.54456 3.03965 2.23248 3.26471 2.08617 3.59392L2.99998 4.00005C2.08617 3.59392 2.08596 3.5944 2.08573 3.59491L2.08519 3.59612L2.08385 3.59916L2.08011 3.60772L2.06854 3.63465C2.05908 3.6569 2.04619 3.68771 2.03042 3.72664C1.99889 3.80447 1.95575 3.91494 1.90526 4.05459C1.8044 4.33356 1.67356 4.73083 1.54746 5.21842C1.29646 6.18895 1.05769 7.54234 1.12601 9.04546C1.19454 10.553 1.57341 12.2317 2.57704 13.8164C3.3294 15.0043 4.41157 16.1055 5.91472 17.033C4.39635 17.7325 2.72654 18.0679 1.03973 18.0008C0.577005 17.9824 0.162178 18.2841 0.0371299 18.73C-0.0879187 19.1759 0.109527 19.6493 0.514338 19.8742C5.29085 22.5278 10.6509 22.5526 14.8448 20.3203C19.0631 18.0751 22 13.6 22 7.50005L22 7.49675C21.9994 7.33449 21.9917 7.17243 21.9769 7.01103C22.9424 5.93962 23.629 4.6432 23.9716 3.23667C24.0702 2.83167 23.9073 2.40797 23.5627 2.17341C23.2181 1.93885 22.7642 1.94262 22.4236 2.18289C21.7152 2.68259 20.9449 3.08658 20.1328 3.38509ZM3.40458 6.04386C3.22091 6.8452 3.07426 7.86138 3.12395 8.95465C3.18043 10.1972 3.48906 11.5184 4.26667 12.7463C5.04027 13.9677 6.31602 15.1573 8.40612 16.0862C8.73792 16.2337 8.96372 16.5494 8.99602 16.9111C9.02831 17.2728 8.86204 17.6235 8.56161 17.8274C7.45067 18.5815 6.23418 19.1489 4.96008 19.5157C8.13025 20.3234 11.307 19.9377 13.9051 18.5548C17.4365 16.6752 19.9995 12.9009 20 7.50172C19.9992 7.28562 19.9783 7.07007 19.9378 6.85781C19.8751 6.52994 19.9801 6.19243 20.2178 5.95805C20.4406 5.73836 20.6469 5.50422 20.8357 5.25756C20.6092 5.34111 20.3799 5.41784 20.1483 5.48759C19.7717 5.601 19.3635 5.48309 19.1054 5.18629C18.1472 4.08445 16.6029 3.69806 15.2387 4.21877C13.8744 4.73948 12.9803 6.05653 12.9999 7.51665L13.0001 7.53006H13V8.53006C13 9.07224 12.5679 9.51567 12.0259 9.52972C8.76543 9.61426 5.65043 8.33089 3.40458 6.04386Z"
d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"
fill={iconColor}
/>
</Svg>
Expand Down
Loading