PluginProbe ʕ •ᴥ•ʔ
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 2.12.3
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v2.12.3
2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.0.7 0.0.8 0.0.9 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.1.0 1.1.1 1.1.2 1.10.0 1.10.1 1.11.0 1.12.0 1.12.1 1.12.2 1.12.3 1.13.0 1.13.1 1.13.2 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5.0 1.5.1 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.8.0 1.9.0 1.9.1 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.0 2.5.2 2.6.0
sureforms / images / Logo.js
sureforms / images Last commit date
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 4 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
Logo.js
48 lines
1 export default () => {
2 return (
3 <svg
4 width="24"
5 height="24"
6 viewBox="0 0 24 24"
7 fill="none"
8 className="srfm-logo"
9 xmlns="http://www.w3.org/2000/svg"
10 >
11 { /* Had to add the internal styles here to maintain the logo color in block inserter selected state. */ }
12 <style>{ `.is-selected svg.srfm-logo path {fill:#000000;}` }</style>
13 <g clipPath="url(#clip0_15961_16935)">
14 <rect width="24" height="24" fill="evenodd" />
15 <path
16 d="M6.85742 5.14258H17.1431V8.57115H8.57171L6.85742 10.2854V8.57115V5.14258Z"
17 fill="white"
18 />
19 <path
20 d="M6.85742 5.14258H17.1431V8.57115H8.57171L6.85742 10.2854V8.57115V5.14258Z"
21 fill="white"
22 />
23 <path
24 d="M6.85742 10.2852H15.4288V13.7137H8.57171L6.85742 15.428V13.7137V10.2852Z"
25 fill="white"
26 />
27 <path
28 d="M6.85742 10.2852H15.4288V13.7137H8.57171L6.85742 15.428V13.7137V10.2852Z"
29 fill="white"
30 />
31 <path
32 d="M6.85742 15.4287H12.0003V18.8573H6.85742V15.4287Z"
33 fill="white"
34 />
35 <path
36 d="M6.85742 15.4287H12.0003V18.8573H6.85742V15.4287Z"
37 fill="white"
38 />
39 </g>
40 <defs>
41 <clipPath id="clip0_15961_16935">
42 <rect width="24" height="24" fill="white" />
43 </clipPath>
44 </defs>
45 </svg>
46 );
47 };
48