-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: rolling back this branch to sync with master * ci: style done, button not working * ci: removing unused code * ci: eslint * ci: button working * ci: full functionality complete * ci: prettier * ci: using material-ui button * ci: removed hover effects
- Loading branch information
1 parent
933f37c
commit 378004e
Showing
5 changed files
with
61 additions
and
25 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* eslint-disable */ | ||
import React from 'react' | ||
|
||
const CameraCenterIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => ( | ||
<svg width="1em" height="1em" viewBox="0 0 18 17" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> | ||
<g id="center"> | ||
<path id="Vector 121" d="M9 4L9 1" stroke="white" stroke-linecap="round" /> | ||
<path id="Vector 123" d="M14 9H17" stroke="white" stroke-linecap="round" /> | ||
<path id="Vector 122" d="M9 16L9 14" stroke="white" stroke-linecap="round" /> | ||
<path id="Vector 124" d="M1 9L4 9" stroke="white" stroke-linecap="round" /> | ||
<circle id="Ellipse 2" cx="9.00001" cy="9.00001" r="5.02857" stroke="white" /> | ||
</g> | ||
</svg> | ||
) | ||
|
||
export default CameraCenterIcon |
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