This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
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
22 changed files
with
1,010 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import type { SVGProps } from 'react'; | ||
|
||
export const PhoneIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M12.0395 4.75C12.0395 4.33579 12.3753 4 12.7895 4C14.6333 4 16.4802 4.70453 17.8878 6.11216C19.2955 7.51979 20 9.36674 20 11.2105C20 11.6247 19.6642 11.9605 19.25 11.9605C18.8358 11.9605 18.5 11.6247 18.5 11.2105C18.5 9.74848 17.9423 8.28797 16.8272 7.17282C15.712 6.05767 14.2515 5.5 12.7895 5.5C12.3753 5.5 12.0395 5.16421 12.0395 4.75ZM5.74394 6.20973C6.11074 5.84293 6.60824 5.63686 7.12698 5.63686C7.64573 5.63686 8.14323 5.84293 8.51003 6.20974L10.0515 7.75118C10.9723 8.67199 10.9723 10.1649 10.0515 11.0857L9.19857 11.9386C9.78708 13.199 10.801 14.2129 12.0614 14.8014L12.9143 13.9485C13.3565 13.5063 13.9562 13.2579 14.5815 13.2579C15.2069 13.2579 15.8066 13.5063 16.2488 13.9485L17.7903 15.49C18.5541 16.2538 18.5541 17.4922 17.7903 18.2561L17.1 18.9463C16.4261 19.6202 15.5123 19.9992 14.5593 20C11.758 20.0024 9.07084 18.8907 7.09006 16.9099C5.10929 14.9291 3.99757 12.2419 4 9.44068C4.00083 8.48763 4.3798 7.57386 5.05371 6.89996L5.74394 6.20973C5.74394 6.20973 5.74393 6.20974 5.74394 6.20973ZM7.12698 7.13686C7.00606 7.13686 6.8901 7.18489 6.8046 7.27039L6.11436 7.96062C5.72144 8.35354 5.50049 8.88631 5.5 9.44198C5.49792 11.8449 6.45157 14.1501 8.15072 15.8493C9.84988 17.5484 12.155 18.5021 14.558 18.5C15.1137 18.4995 15.6465 18.2786 16.0394 17.8856L16.7296 17.1954C16.9077 17.0174 16.9077 16.7287 16.7296 16.5506L15.1882 15.0092C15.0273 14.8483 14.8091 14.7579 14.5815 14.7579C14.354 14.7579 14.1358 14.8483 13.9749 15.0092L12.7665 16.2176C12.5589 16.4252 12.2492 16.4926 11.9741 16.39C9.95531 15.6371 8.3629 14.0447 7.61001 12.0259C7.50742 11.7508 7.57479 11.4411 7.7824 11.2335L8.99079 10.0251C9.32581 9.69005 9.32581 9.14686 8.99079 8.81183L7.44937 7.27039C7.36387 7.18489 7.2479 7.13686 7.12698 7.13686ZM14.5536 9.44637C14.0714 8.96411 13.4367 8.72876 12.7997 8.73741C12.3855 8.74304 12.0452 8.41184 12.0395 7.99766C12.0339 7.58349 12.3651 7.24317 12.7793 7.23755C13.8 7.22369 14.8311 7.60255 15.6143 8.38571C16.3974 9.16887 16.7763 10.2 16.7624 11.2207C16.7568 11.6349 16.4165 11.9661 16.0023 11.9605C15.5881 11.9548 15.2569 11.6145 15.2626 11.2003C15.2712 10.5633 15.0359 9.92862 14.5536 9.44637Z" | ||
fill="currentColor" | ||
/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const DEFAULT_ICON = 'https://cdn.voiceflow.com/widget-next/message.png'; |
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
Oops, something went wrong.