-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' of https://github.com/gustavomm19/app into…
… saas-courses
- Loading branch information
Showing
72 changed files
with
3,285 additions
and
1,722 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
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
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,23 @@ | ||
const graphUp = ({ | ||
width, height, style, color, | ||
}) => ( | ||
<svg | ||
width={width || '28'} | ||
height={height || '26'} | ||
style={style} | ||
viewBox="0 0 28 26" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M14.8696 11.3305C17.5644 8.63696 20.1976 6.00371 22.8514 3.35115C21.9262 3.35115 20.9709 3.35356 20.0167 3.35115C18.9926 3.34874 18.3304 2.75888 18.3472 1.87108C18.3641 1.01343 19.0179 0.456141 20.0191 0.454934C22.1289 0.452522 24.2386 0.452522 26.3483 0.454934C27.4267 0.456141 27.9961 1.01343 27.9973 2.07373C28.0009 4.20397 28.0009 6.33301 27.9973 8.46326C27.9961 9.44997 27.4135 10.105 26.551 10.105C25.6861 10.105 25.1059 9.45239 25.1023 8.46688C25.0987 7.5079 25.1023 6.54773 25.1023 5.45727C24.8634 5.67319 24.7054 5.80588 24.5595 5.95184C21.802 8.70692 19.0469 11.4644 16.2894 14.2195C15.3183 15.1905 14.6332 15.1942 13.6742 14.2364C12.6803 13.2436 11.6899 12.2473 10.6525 11.2063C10.4704 11.3764 10.31 11.5163 10.1592 11.6671C7.67189 14.152 5.19063 16.6441 2.69127 19.1181C2.43072 19.3762 2.09176 19.6199 1.74677 19.7152C1.15329 19.8805 0.634605 19.6344 0.27876 19.129C-0.0770853 18.6211 -0.0951788 18.0771 0.241366 17.5488C0.369229 17.3485 0.544136 17.1748 0.714218 17.006C3.58269 14.1339 6.45237 11.2642 9.32325 8.3945C10.2883 7.4295 10.9734 7.4307 11.9384 8.3945C12.9324 9.38604 13.9227 10.3812 14.8708 11.3317L14.8696 11.3305Z" | ||
fill={color || '#EFF9FF'} | ||
/> | ||
<path | ||
d="M13.9571 25.546C9.81965 25.546 5.68099 25.5484 1.54354 25.5436C0.732935 25.5436 0.115334 25.0213 0.0200398 24.2891C-0.0716356 23.593 0.360203 22.9151 1.04656 22.7137C1.23474 22.6582 1.44221 22.651 1.64004 22.651C9.87514 22.6485 18.1114 22.6473 26.3465 22.6498C27.3393 22.6498 27.9907 23.2215 27.9979 24.0852C28.0051 24.9718 27.3453 25.5448 26.3104 25.546C22.1922 25.5472 18.0753 25.546 13.9571 25.546Z" | ||
fill={color || '#EFF9FF'} | ||
/> | ||
</svg> | ||
); | ||
|
||
export default graphUp; |
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,50 @@ | ||
const layout = ({ | ||
width, height, color, style, | ||
}) => ( | ||
<svg | ||
width={width || '14'} | ||
height={height || '14'} | ||
style={style} | ||
viewBox="0 0 14 14" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<rect | ||
x="0.5" | ||
y="0.5" | ||
width="5.26087" | ||
height="7.72839" | ||
rx="0.5" | ||
stroke={color || '#0097CF'} | ||
/> | ||
<rect | ||
x="13.5" | ||
y="13.5" | ||
width="5.26087" | ||
height="7.7284" | ||
rx="0.5" | ||
transform="rotate(180 13.5 13.5)" | ||
stroke={color || '#0097CF'} | ||
/> | ||
<rect | ||
x="0.5" | ||
y="10.8672" | ||
width="5.26087" | ||
height="2.62963" | ||
rx="0.5" | ||
stroke={color || '#0097CF'} | ||
/> | ||
<rect | ||
x="13.5" | ||
y="3.13281" | ||
width="5.26087" | ||
height="2.62963" | ||
rx="0.5" | ||
transform="rotate(180 13.5 3.13281)" | ||
stroke={color || '#0097CF'} | ||
/> | ||
</svg> | ||
|
||
); | ||
|
||
export default layout; |
Oops, something went wrong.