-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(icon): replaced Clubhouse logo #28612
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
b127e8d
fix(icon): replaced clubhouse icon with shortcut
robinrendle 21e397a
replaced clubhouse with shortcut pluginicon
robinrendle 4a50fc0
fixed icon and renamed files
robinrendle ed7262b
fixing clubhouse icon
robinrendle a8c8b74
fixed shortcut integration icon
robinrendle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import * as React from 'react'; | ||
|
||
import SvgIcon from './svgIcon'; | ||
|
||
type Props = React.ComponentProps<typeof SvgIcon>; | ||
|
||
const IconShortcut = React.forwardRef(function IconShortcut( | ||
props: Props, | ||
ref: React.Ref<SVGSVGElement> | ||
) { | ||
return ( | ||
<SvgIcon {...props} ref={ref}> | ||
<g> | ||
<path | ||
d="M16 4.00001C16 1.79041 14.2096 4.68664e-06 12 4.68664e-06H4C3.47462 -0.00080122 2.95427 0.102338 2.46891 0.303481C1.98356 0.504625 1.5428 0.799799 1.172 1.17201C-0.39 2.73401 -0.39 5.26601 1.172 6.82801L2.5966 8.25261C1.0798 8.82241 0 10.2858 0 12C0 14.2096 1.7904 16 4 16H12C13.023 16 14.0478 15.61 14.828 14.828C16.39 13.266 16.39 10.734 14.828 9.17201L13.4034 7.74741C14.9202 7.17941 16 5.71601 16 4.00001ZM2.2696 13.732C2.04148 13.5054 1.86062 13.2358 1.73751 12.9387C1.61439 12.6417 1.55147 12.3232 1.5524 12.0016C1.5524 11.3476 1.8064 10.7324 2.2696 10.2712C2.70266 9.83575 3.28435 9.58013 3.898 9.55561L8.7916 14.4492H4C3.67858 14.4494 3.36028 14.3862 3.06335 14.2632C2.76641 14.1401 2.49668 13.9597 2.2696 13.7322V13.732ZM13.7304 10.2696C13.9585 10.4962 14.1394 10.7659 14.2625 11.0629C14.3856 11.3599 14.4485 11.6785 14.4476 12C14.4476 12.654 14.1936 13.2692 13.7304 13.7304C13.5038 13.9585 13.2341 14.1394 12.9371 14.2625C12.6401 14.3856 12.3215 14.4485 12 14.4476C11.346 14.4476 10.7308 14.1936 10.2696 13.7304L2.2696 5.73201C2.04148 5.5054 1.86062 5.23576 1.73751 4.93871C1.61439 4.64167 1.55147 4.32315 1.5524 4.00161C1.5524 3.34761 1.8064 2.73261 2.2696 2.27121C2.49621 2.04309 2.76585 1.86223 3.06289 1.73911C3.35993 1.616 3.67846 1.55308 4 1.55401C4.654 1.55401 5.2692 1.80801 5.7304 2.27121L13.7304 10.2696ZM13.7304 5.73201C13.2973 6.16747 12.7156 6.42309 12.102 6.44761L7.2084 1.55241H12C12.654 1.55241 13.2692 1.80641 13.7304 2.26961C13.9585 2.49621 14.1394 2.76586 14.2625 3.0629C14.3856 3.35994 14.4485 3.67846 14.4476 4.00001C14.4476 4.65401 14.1936 5.26921 13.7304 5.73201Z" | ||
fill="black" | ||
/> | ||
</g> | ||
</SvgIcon> | ||
); | ||
}); | ||
|
||
IconShortcut.displayName = 'IconShortcut'; | ||
|
||
export {IconShortcut}; |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename the file too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That’s what I tried at first but it broke the icon and wouldn’t display. Spent a bunch of time trying to figure out why that’s the case but I was thoroughly stumped.