Skip to content

Commit

Permalink
chore: update twitter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberVitale committed Jan 13, 2024
1 parent 6f69e4d commit ff10469
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/SocialIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</svg>

<svg v-if="type === 'twitter'" :height="props.size" viewBox="0 0 24 24" :class="props.class" fill="none" :width="props.size" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M19.8571 2H4.14286C2.95982 2 2 2.95982 2 4.14286V19.8571C2 21.0402 2.95982 22 4.14286 22H19.8571C21.0402 22 22 21.0402 22 19.8571V4.14286C22 2.95982 21.0402 2 19.8571 2ZM17.6741 9.08929C17.683 9.21429 17.683 9.34375 17.683 9.46875C17.683 13.3393 14.7366 17.7991 9.35268 17.7991C7.69196 17.7991 6.15179 17.317 4.85714 16.4866C5.09375 16.5134 5.32143 16.5223 5.5625 16.5223C6.93304 16.5223 8.19196 16.058 9.19643 15.2723C7.91071 15.2455 6.83036 14.4018 6.45982 13.2411C6.91071 13.308 7.31696 13.308 7.78125 13.1875C6.44196 12.9152 5.4375 11.7366 5.4375 10.3125V10.2768C5.82589 10.4955 6.28125 10.6295 6.75893 10.6473C6.35733 10.3802 6.02812 10.0178 5.80066 9.59248C5.5732 9.16716 5.45457 8.69214 5.45536 8.20982C5.45536 7.66518 5.59821 7.16518 5.85268 6.73214C7.29464 8.50893 9.45982 9.66964 11.8884 9.79464C11.4732 7.80804 12.9598 6.19643 14.7455 6.19643C15.5893 6.19643 16.3482 6.54911 16.8839 7.12054C17.5446 6.99554 18.1786 6.75 18.7411 6.41518C18.5223 7.09375 18.0625 7.66518 17.4554 8.02679C18.0446 7.96429 18.6161 7.79911 19.1429 7.57143C18.7455 8.15625 18.2455 8.67411 17.6741 9.08929Z" fill="currentColor" />
<path d="M4.85714 2C3.28125 2 2 3.28125 2 4.85714V19.1429C2 20.7188 3.28125 22 4.85714 22H19.1429C20.7188 22 22 20.7188 22 19.1429V4.85714C22 3.28125 20.7188 2 19.1429 2H4.85714ZM18.1205 5.75L13.4866 11.0446L18.9375 18.25H14.6696L11.3304 13.8795L7.50446 18.25H5.38393L10.3393 12.5848L5.11161 5.75H9.48661L12.5089 9.74554L16 5.75H18.1205ZM16.433 16.9821L8.84821 6.95089H7.58482L15.2545 16.9821H16.4286H16.433Z" fill="currentColor" />
</svg>

<svg v-if="type === 'youtube'" :width="props.size" :height="props.size" :class="props.class" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
Expand Down
4 changes: 2 additions & 2 deletions public/media/social/twitter-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ layout: two-cols
<li class="flex gap-2 items-center text-2xl"><SocialIcon type="github" size="32" />Github</li>
<li class="flex gap-2 items-center text-2xl"><SocialIcon type="youtube" size="32" />Youtube </li>
<li class="flex gap-2 items-center text-2xl"><SocialIcon type="facebook" size="32" />Facebook </li>
<li class="flex gap-2 items-center text-2xl"><SocialIcon type="twitter" size="32" />Twitter</li>
<li class="flex gap-2 items-center text-2xl"><SocialIcon type="twitter" size="32" />X (Twitter)</li>
</ul>

::right::
Expand Down

0 comments on commit ff10469

Please sign in to comment.