feat: Implement payment success confirmation page and testimonials form with new icons.
This commit is contained in:
4
public/assets/icons/copy-icon.svg
Normal file
4
public/assets/icons/copy-icon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="5.5" y="5.5" width="9" height="9" rx="1.5" stroke="#00293D" stroke-width="1.2"/>
|
||||
<path d="M10.5 5.5V3C10.5 2.17157 9.82843 1.5 9 1.5H3C2.17157 1.5 1.5 2.17157 1.5 3V9C1.5 9.82843 2.17157 10.5 3 10.5H5.5" stroke="#00293D" stroke-width="1.2"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 354 B |
6
public/assets/icons/dashboard-white-icon.svg
Normal file
6
public/assets/icons/dashboard-white-icon.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="2" y="2" width="6.5" height="6.5" rx="1.5" stroke="white" stroke-width="1.5"/>
|
||||
<rect x="11.5" y="2" width="6.5" height="6.5" rx="1.5" stroke="white" stroke-width="1.5"/>
|
||||
<rect x="2" y="11.5" width="6.5" height="6.5" rx="1.5" stroke="white" stroke-width="1.5"/>
|
||||
<rect x="11.5" y="11.5" width="6.5" height="6.5" rx="1.5" stroke="white" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 467 B |
4
public/assets/icons/download-white-icon.svg
Normal file
4
public/assets/icons/download-white-icon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 3V13M10 13L6 9M10 13L14 9" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M3 14V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 388 B |
4
public/assets/icons/payment-success-icon.svg
Normal file
4
public/assets/icons/payment-success-icon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="20" cy="20" r="20" fill="#e58625"/>
|
||||
<path d="M14 20.5L18 24.5L26 16.5" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
3
public/assets/icons/sort-arrow-down-icon.svg
Normal file
3
public/assets/icons/sort-arrow-down-icon.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7 3V11M7 11L3.5 7.5M7 11L10.5 7.5" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 233 B |
4
public/assets/icons/verified-shield-green-icon.svg
Normal file
4
public/assets/icons/verified-shield-green-icon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 1.5L3 4.5V9.5C3 13.64 6.04 17.5 10 18.5C13.96 17.5 17 13.64 17 9.5V4.5L10 1.5Z" fill="#4CAF50"/>
|
||||
<path d="M7.5 10L9.5 12L13 8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 326 B |
Reference in New Issue
Block a user