-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(menu): add feedback link (#858)
- Loading branch information
1 parent
29048ac
commit 507e9fc
Showing
8 changed files
with
51 additions
and
16 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
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
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,11 @@ | ||
import React, {FunctionComponent} from 'react'; | ||
|
||
export const FeedbackIcon: FunctionComponent = () => ( | ||
<svg | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M6.68589 9.42857C5.85631 9.42857 5.18609 10.1946 5.18609 11.1429C5.18609 12.0911 5.85631 12.8571 6.68589 12.8571C7.51547 12.8571 8.1857 12.0911 8.1857 11.1429C8.1857 10.1946 7.51547 9.42857 6.68589 9.42857ZM11.9352 9.42857C11.1056 9.42857 10.4354 10.1946 10.4354 11.1429C10.4354 12.0911 11.1056 12.8571 11.9352 12.8571C12.7648 12.8571 13.435 12.0911 13.435 11.1429C13.435 10.1946 12.7648 9.42857 11.9352 9.42857ZM17.1845 9.42857C16.355 9.42857 15.6847 10.1946 15.6847 11.1429C15.6847 12.0911 16.355 12.8571 17.1845 12.8571C18.0141 12.8571 18.6843 12.0911 18.6843 11.1429C18.6843 10.1946 18.0141 9.42857 17.1845 9.42857ZM11.9352 0C5.30795 0 -0.0632346 4.9875 -0.0632346 11.1429C-0.0632346 13.6929 0.869457 16.0286 2.41613 17.9089C1.71778 20.0196 0.264848 21.8089 0.241413 21.8304C-0.0679215 22.2054 -0.152286 22.7518 0.0258164 23.2232C0.203918 23.6946 0.611678 24 1.06162 24C3.94406 24 6.2172 22.6232 7.58109 21.5196C8.9356 22.0071 10.3979 22.2857 11.9352 22.2857C18.5625 22.2857 23.9337 17.2982 23.9337 11.1429C23.9337 4.9875 18.5625 0 11.9352 0ZM11.9352 19.7143C10.6838 19.7143 9.44647 19.4946 8.26069 19.0661L7.19676 18.6804L6.28282 19.4196C5.61259 19.9607 4.69396 20.5661 3.58785 20.9732C3.93 20.325 4.26277 19.5964 4.52055 18.8196L5.01736 17.3143L4.05186 16.1464C3.20353 15.1125 2.18647 13.4036 2.18647 11.1429C2.18647 6.41786 6.55935 2.57143 11.9352 2.57143C17.3111 2.57143 21.6839 6.41786 21.6839 11.1429C21.6839 15.8679 17.3111 19.7143 11.9352 19.7143Z" /> | ||
</svg> | ||
); |
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