-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
45 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
.../src/core/client/stream/tabs/Comments/Comment/MediaConfirmation/MediaConfirmationIcon.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
client/src/core/client/ui/components/icons/SocialMediaTwitterIcon.tsx
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
client/src/core/client/ui/components/icons/XLogoTwitterIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import React, { FunctionComponent } from "react"; | ||
|
||
const XLogoTwitterIcon: FunctionComponent = () => { | ||
// https://www.streamlinehq.com/icons/streamline-regular/logos/social-medias/x-logo-twitter | ||
return ( | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> | ||
<path | ||
stroke="currentcolor" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
d="M17.647 23.173 0.75 0.75l5.60304 0L23.25 23.173h-5.603Z" | ||
></path> | ||
<path | ||
stroke="currentcolor" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
d="m22.4548 0.75 -8.9068 9.5514" | ||
></path> | ||
<path | ||
stroke="currentcolor" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
d="m1.54507 23.173 8.90013 -9.5442" | ||
></path> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default XLogoTwitterIcon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters