Skip to content

Commit

Permalink
Update twitter icon to X
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhhd committed Jan 16, 2025
1 parent 75273b4 commit bb99233
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions src/app/stilling/[id]/_components/icons/TwitterIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,12 @@ function TwitterIcon(): ReactElement {
viewBox="0 0 24 24"
fill="none"
>
<g clipPath="url(#clip0_6044_839)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M14.5255 2.35024C15.5743 1.94993 16.7207 1.88139 17.8097 2.15388C18.6758 2.37057 19.4722 2.7946 20.1326 3.38515C20.9448 3.08663 21.7151 2.68262 22.4236 2.18288L23 3.00005L23.9716 3.23666C23.629 4.64319 22.9424 5.93961 21.9769 7.01102C21.9917 7.17242 21.9994 7.33448 22 7.49674L22 7.50005C22 13.6 19.0631 18.0751 14.8448 20.3203C10.6509 22.5525 5.29085 22.5278 0.514338 19.8742C0.109527 19.6493 -0.0879187 19.1759 0.0371299 18.73C0.162178 18.2841 0.577005 17.9824 1.03973 18.0008C2.72654 18.0679 4.39635 17.7325 5.91472 17.033C4.41157 16.1055 3.3294 15.0043 2.57704 13.8163C1.57341 12.2317 1.19454 10.5529 1.12601 9.04545C1.05769 7.54233 1.29646 6.18894 1.54746 5.21841C1.67356 4.73082 1.8044 4.33355 1.90526 4.05458C1.95575 3.91493 1.99889 3.80446 2.03042 3.72663C2.04619 3.6877 2.05908 3.65689 2.06854 3.63464L2.08011 3.60771L2.08306 3.60096C2.09011 3.58478 2.0976 3.56873 2.10555 3.55283L2.99998 4.00005L3.81834 3.42534C4.73388 4.72901 5.95762 5.78604 7.38058 6.50226C8.51244 7.07196 9.74238 7.41197 10.9997 7.50646C10.9923 6.3968 11.322 5.3107 11.9456 4.3921C12.5761 3.4633 13.4767 2.75054 14.5255 2.35024ZM3.40463 6.04365C3.22094 6.84502 3.07425 7.86128 3.12395 8.95464C3.18043 10.1971 3.48906 11.5184 4.26667 12.7462C5.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.50171C19.9992 7.28562 19.9783 7.07006 19.9378 6.8578C19.8751 6.52994 19.9801 6.19242 20.2178 5.95804C20.4406 5.73835 20.6469 5.50421 20.8357 5.25755C20.6092 5.3411 20.3799 5.41783 20.1483 5.48758C19.7717 5.60099 19.3635 5.48308 19.1054 5.18628C18.6376 4.64837 18.0159 4.26711 17.3243 4.09407C16.6327 3.92102 15.9047 3.96455 15.2387 4.21876C14.5726 4.47297 14.0007 4.9256 13.6003 5.51542C13.1999 6.10525 12.9903 6.80381 12.9999 7.51664L13.0001 7.53005L13 8.53005C13 9.07223 12.5679 9.51566 12.0259 9.52971C10.1037 9.57955 8.19897 9.15324 6.4814 8.28872C5.33583 7.71212 4.29723 6.95253 3.40463 6.04365Z"
fill="currentColor"
/>
</g>
<defs>
<clipPath id="clip0_6044_839">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M18.6204 3.20461C18.7346 3.07456 18.8992 3 19.0722 3C19.5892 3 19.8652 3.60931 19.5241 3.99786L13.7239 10.6056L19.8986 19.4265C20.3625 20.0893 19.8884 21 19.0793 21H16.1207C15.7943 21 15.4886 20.8408 15.3014 20.5735L10.7197 14.0282L4.7796 20.7954C4.66544 20.9254 4.50079 21 4.32775 21C3.81075 21 3.53484 20.3907 3.87589 20.0021L10.0099 13.0141L4.10142 4.57346C3.63748 3.91069 4.11163 3 4.92066 3H7.87934C8.20566 3 8.51145 3.15921 8.69858 3.42654L13.0141 9.59155L18.6204 3.20461ZM16.2248 19.8L5.30479 4.2H7.77521L18.6952 19.8H16.2248Z"
fill="currentColor"
/>
</svg>
);
}
Expand Down

0 comments on commit bb99233

Please sign in to comment.