field-previews
9 months ago
Logo.js
1 year ago
add-new-form.svg
1 year ago
ai-auth.svg
2 years ago
ai-credits.svg
2 years ago
ai-form-builder.svg
2 years ago
blank-entries.svg
2 years ago
blur.png
9 months ago
check-icon.svg
9 months ago
empty-state-header.svg
9 months ago
external-link-icon.js
1 year ago
google-maps.svg
4 months ago
icon.svg
1 year ago
integration-icons.js
2 years ago
integration_icons.js
2 years ago
no-integrations.svg
10 months ago
ottokit-integration.svg
9 months ago
ottokit.png
5 months ago
payment-list-placeholder.svg
9 months ago
quiz-no-entries-placeholder.svg
5 months ago
single-form-logo.json
1 year ago
spectra.svg
2 years ago
starterTemplates.svg
1 year ago
stripe-logo.png
7 months ago
surecart.svg
2 years ago
surecontact.svg
6 months ago
suredonation.svg
2 months ago
suremails.svg
1 year ago
surerank.svg
1 year ago
suretriggers-grayscale.svg
10 months ago
suretriggers.svg
1 year ago
suretriggers_full.svg
1 year ago
uae.svg
9 months ago
upgrade-to-pro.svg
1 year ago
webhook_new.js
2 years ago
zapier.svg
1 year ago
external-link-icon.js
34 lines
| 1 | export default () => { |
| 2 | return ( |
| 3 | <svg |
| 4 | width="24" |
| 5 | height="24" |
| 6 | viewBox="0 0 24 24" |
| 7 | fill="none" |
| 8 | xmlns="http://www.w3.org/2000/svg" |
| 9 | > |
| 10 | <path |
| 11 | d="M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11" |
| 12 | stroke="#111827" |
| 13 | strokeWidth="1.25" |
| 14 | strokeLinecap="round" |
| 15 | strokeLinejoin="round" |
| 16 | /> |
| 17 | <path |
| 18 | d="M15 3H21V9" |
| 19 | stroke="#111827" |
| 20 | strokeWidth="1.25" |
| 21 | strokeLinecap="round" |
| 22 | strokeLinejoin="round" |
| 23 | /> |
| 24 | <path |
| 25 | d="M10 14L21 3" |
| 26 | stroke="#111827" |
| 27 | strokeWidth="1.25" |
| 28 | strokeLinecap="round" |
| 29 | strokeLinejoin="round" |
| 30 | /> |
| 31 | </svg> |
| 32 | ); |
| 33 | }; |
| 34 |