@gravityforms/components
Version:
UI components for use in Gravity Forms development. Both React and vanilla js flavors.
110 lines (104 loc) • 20.2 kB
JavaScript
import { React, PropTypes } from '@gravityforms/libraries';
const { forwardRef } = React;
/**
* @module MailSuccessBg
* @description The Mail Success Bg.
*
* @since 3.6.6
*
* @param {object} props Component props.
* @param {number} props.height The height of the logo.
* @param {string} props.title The title of the logo.
* @param {number} props.width The width of the logo.
* @param {object|null} ref Ref to the component.
*
* @return {JSX.Element} The svg component.
* @example
* import MailSuccessBg from '@gravityforms/components/react/admin/elements/Svgs/MailSuccessBg';
*
* return (
* <MailSuccessBg height={ 474 } width={ 730 } />
* );
*
*/
const MailSuccessBg = forwardRef( ( {
height = 474,
title = '',
width = 730,
}, ref ) => {
return (
<svg xmlns="http://www.w3.org/2000/svg" width={ width } height={ height } viewBox="0 0 730 474" fill="none" ref={ ref }>
{ title !== '' && <title>{ title }</title> }
<path opacity="0.22" d="M437 221C437 279.613 413.979 335.825 373.003 377.271C332.026 418.716 276.45 442 218.5 442C160.55 442 104.974 418.716 63.9972 377.271C23.0205 335.825 0 279.613 0 221C0 162.387 23.0205 106.175 63.9972 64.7294C104.974 23.2839 160.55 0 218.5 0C276.45 0 332.026 23.2839 373.003 64.7294C413.979 106.175 437 162.387 437 221Z" fill="url(#paint0_radial_7081_3510)" />
<path opacity="0.22" d="M730 237C730 299.856 704.188 360.138 658.241 404.584C612.295 449.03 549.978 474 485 474C420.022 474 357.705 449.03 311.759 404.584C265.812 360.138 240 299.856 240 237C240 174.144 265.812 113.862 311.759 69.4157C357.705 24.9696 420.022 0 485 0C549.978 0 612.295 24.9696 658.241 69.4157C704.188 113.862 730 174.144 730 237Z" fill="url(#paint1_radial_7081_3510)" />
<g opacity="0.3">
<circle opacity="0.08" cx="341" cy="237" r="216" fill="#FF4F00" />
<circle opacity="0.15" cx="340.5" cy="236.5" r="148.5" fill="#FF4F00" />
<circle opacity="0.45" cx="341" cy="237" r="86" fill="#FF4F00" />
</g>
<path fillRule="evenodd" clipRule="evenodd" d="M287 280C286.448 280 286 280.448 286 281C286 281.552 286.448 282 287 282H334H354H401C401.552 282 402 281.552 402 281C402 280.448 401.552 280 401 280H354H334H287Z" fill="#BBBBCE" />
<rect x="406" y="280" width="12" height="2" rx="1" fill="#BBBBCE" />
<g filter="url(#filter0_d_7081_3510)">
<rect x="299" y="204" width="90" height="76" rx="4" fill="white" />
<rect x="298" y="203" width="92" height="78" rx="5" stroke="#BBBBCE" strokeWidth="2" />
</g>
<mask id="mask0_7081_3510" style={ { maskType: 'luminance' } } maskUnits="userSpaceOnUse" x="297" y="202" width="94" height="80">
<rect x="298" y="203" width="92" height="78" rx="5" fill="white" stroke="white" strokeWidth="2" />
</mask>
<g mask="url(#mask0_7081_3510)">
<path fillRule="evenodd" clipRule="evenodd" d="M329 243C329 245.209 327.209 247 325 247C322.791 247 321 245.209 321 243C321 240.791 322.791 239 325 239C327.209 239 329 240.791 329 243ZM367 243C367 245.209 365.209 247 363 247C360.791 247 359 245.209 359 243C359 240.791 360.791 239 363 239C365.209 239 367 240.791 367 243Z" fill="#0F3D6C" />
<path fillRule="evenodd" clipRule="evenodd" d="M331 252C331 259.18 336.82 265 344 265C351.18 265 357 259.18 357 252H331Z" fill="#242748" />
<path fillRule="evenodd" clipRule="evenodd" d="M331 252C331 259.18 336.82 265 344 265C351.18 265 357 259.18 357 252H331Z" fill="#0F3D6C" />
<path d="M331 252V250C329.895 250 329 250.895 329 252H331ZM357 252H359C359 250.895 358.105 250 357 250V252ZM329 252C329 260.284 335.716 267 344 267V263C337.925 263 333 258.075 333 252H329ZM344 267C352.284 267 359 260.284 359 252H355C355 258.075 350.075 263 344 263V267ZM357 250H331V254H357V250Z" fill="#0F3D6C" />
<mask id="mask1_7081_3510" style={ { maskType: 'luminance' } } maskUnits="userSpaceOnUse" x="329" y="250" width="30" height="17">
<path fillRule="evenodd" clipRule="evenodd" d="M331 252C331 259.18 336.82 265 344 265C351.18 265 357 259.18 357 252H331Z" fill="white" />
<path d="M331 252V250C329.895 250 329 250.895 329 252H331ZM357 252H359C359 250.895 358.105 250 357 250V252ZM329 252C329 260.284 335.716 267 344 267V263C337.925 263 333 258.075 333 252H329ZM344 267C352.284 267 359 260.284 359 252H355C355 258.075 350.075 263 344 263V267ZM357 250H331V254H357V250Z" fill="white" />
</mask>
<g mask="url(#mask1_7081_3510)">
<path fillRule="evenodd" clipRule="evenodd" d="M344 275C348.971 275 353 270.971 353 266C353 261.029 348.971 257 344 257C339.029 257 335 261.029 335 266C335 270.971 339.029 275 344 275Z" fill="#9092B2" />
</g>
<path fillRule="evenodd" clipRule="evenodd" d="M388.537 205.844L346.288 232.641C344.98 233.471 343.311 233.471 342.003 232.641L300 206L300.537 205.156L341.998 231.541C343.308 232.375 344.983 232.375 346.293 231.541L388 205L388.537 205.844Z" fill="#BBBBCE" stroke="#BBBBCE" />
</g>
<path d="M473.157 180.006C473.068 179.804 472.926 179.63 472.744 179.504C472.563 179.378 472.35 179.305 472.129 179.294L466.334 178.986L461.883 175.262C461.193 174.685 459.982 175.212 459.934 176.11L459.626 181.906L455.903 186.357C455.761 186.526 455.669 186.732 455.638 186.95C455.606 187.169 455.636 187.392 455.724 187.594C455.812 187.796 455.955 187.97 456.136 188.096C456.318 188.222 456.531 188.295 456.751 188.306L462.546 188.614L466.998 192.339C467.167 192.48 467.372 192.572 467.591 192.604C467.809 192.635 468.032 192.605 468.235 192.517C468.437 192.429 468.611 192.286 468.737 192.105C468.862 191.923 468.935 191.711 468.947 191.49L469.254 185.695L472.978 181.243C473.12 181.074 473.212 180.868 473.243 180.65C473.275 180.431 473.245 180.208 473.157 180.006Z" fill="#F15A2B" />
<path d="M464.473 223.031L465.599 223.869C465.624 223.89 465.642 223.917 465.652 223.948C465.662 223.979 465.663 224.012 465.655 224.043C465.647 224.075 465.631 224.103 465.608 224.126C465.585 224.148 465.556 224.164 465.524 224.171L464.136 224.382L463.299 225.508C463.278 225.533 463.251 225.551 463.22 225.561C463.189 225.571 463.156 225.572 463.125 225.564C463.093 225.556 463.065 225.54 463.042 225.517C463.019 225.494 463.004 225.465 462.997 225.433L462.786 224.045L461.659 223.208C461.635 223.187 461.617 223.16 461.607 223.129C461.597 223.098 461.596 223.065 461.604 223.034C461.611 223.002 461.628 222.974 461.651 222.951C461.674 222.928 461.703 222.913 461.735 222.906L463.122 222.695L463.96 221.568C463.981 221.544 464.008 221.526 464.039 221.516C464.07 221.506 464.103 221.505 464.134 221.513C464.166 221.52 464.194 221.537 464.217 221.56C464.239 221.583 464.255 221.612 464.262 221.644L464.473 223.031Z" fill="#F15A2B" />
<path d="M485.179 248.596L481.749 245.243C481.676 245.161 481.627 245.06 481.607 244.951C481.588 244.842 481.6 244.73 481.64 244.627C481.681 244.525 481.75 244.435 481.839 244.37C481.928 244.304 482.033 244.264 482.143 244.255L486.939 244.179L490.292 240.749C490.374 240.676 490.476 240.626 490.584 240.607C490.693 240.588 490.805 240.599 490.908 240.64C491.011 240.681 491.1 240.75 491.166 240.839C491.231 240.928 491.271 241.033 491.28 241.143L491.356 245.939L494.786 249.292C494.86 249.374 494.909 249.475 494.928 249.584C494.947 249.693 494.936 249.805 494.895 249.908C494.854 250.01 494.785 250.1 494.696 250.165C494.608 250.231 494.502 250.271 494.392 250.28L489.596 250.356L486.243 253.786C486.161 253.859 486.06 253.909 485.951 253.928C485.842 253.947 485.73 253.936 485.627 253.895C485.525 253.854 485.435 253.785 485.37 253.696C485.304 253.607 485.264 253.502 485.255 253.392L485.179 248.596Z" fill="#F15A2B" />
<path d="M417.02 157.224L420.796 157.051C420.883 157.052 420.968 157.078 421.041 157.126C421.114 157.173 421.172 157.24 421.21 157.319C421.247 157.398 421.261 157.485 421.252 157.572C421.242 157.658 421.208 157.741 421.154 157.809L418.619 160.614L418.793 164.39C418.791 164.477 418.765 164.562 418.718 164.635C418.67 164.708 418.604 164.767 418.525 164.804C418.446 164.841 418.358 164.856 418.272 164.846C418.185 164.836 418.103 164.802 418.035 164.748L415.23 162.214L411.453 162.388C411.366 162.386 411.281 162.36 411.208 162.312C411.135 162.265 411.077 162.198 411.04 162.119C411.003 162.04 410.988 161.953 410.998 161.866C411.008 161.78 411.042 161.698 411.095 161.629L413.63 158.824L413.456 155.048C413.458 154.961 413.484 154.876 413.532 154.803C413.579 154.73 413.646 154.671 413.725 154.634C413.803 154.597 413.891 154.582 413.978 154.592C414.064 154.602 414.146 154.636 414.215 154.69L417.02 157.224Z" fill="#F15A2B" />
<path d="M441.419 261.708L444.294 263.104C444.358 263.141 444.41 263.195 444.446 263.259C444.481 263.324 444.497 263.397 444.493 263.471C444.489 263.544 444.464 263.615 444.422 263.676C444.38 263.736 444.321 263.783 444.254 263.812L441.238 264.872L439.842 267.747C439.805 267.811 439.752 267.863 439.687 267.898C439.622 267.933 439.549 267.95 439.476 267.945C439.402 267.941 439.331 267.917 439.271 267.874C439.211 267.832 439.163 267.774 439.134 267.706L438.075 264.691L435.2 263.295C435.136 263.258 435.083 263.204 435.048 263.14C435.013 263.075 434.997 263.002 435.001 262.928C435.005 262.855 435.03 262.784 435.072 262.723C435.114 262.663 435.173 262.616 435.24 262.587L438.256 261.527L439.652 258.652C439.688 258.588 439.742 258.536 439.807 258.501C439.872 258.466 439.945 258.449 440.018 258.454C440.092 258.458 440.163 258.482 440.223 258.525C440.283 258.567 440.331 258.625 440.36 258.693L441.419 261.708Z" fill="#F15A2B" />
<path d="M209.018 180.006C209.106 179.804 209.249 179.63 209.431 179.504C209.612 179.378 209.825 179.305 210.045 179.294L215.841 178.986L220.292 175.262C220.982 174.685 222.193 175.212 222.241 176.11L222.549 181.906L226.272 186.357C226.414 186.526 226.506 186.732 226.537 186.95C226.569 187.169 226.539 187.392 226.451 187.594C226.362 187.796 226.22 187.97 226.038 188.096C225.857 188.222 225.644 188.295 225.424 188.306L219.628 188.614L215.177 192.339C215.008 192.48 214.803 192.572 214.584 192.604C214.366 192.635 214.143 192.605 213.94 192.517C213.738 192.429 213.564 192.286 213.438 192.105C213.312 191.923 213.239 191.711 213.228 191.49L212.921 185.695L209.197 181.243C209.055 181.074 208.963 180.868 208.932 180.65C208.9 180.431 208.93 180.208 209.018 180.006Z" fill="#F15A2B" />
<path d="M196.996 248.596L200.425 245.243C200.499 245.161 200.548 245.06 200.567 244.951C200.587 244.842 200.575 244.73 200.534 244.627C200.493 244.525 200.425 244.435 200.336 244.37C200.247 244.304 200.142 244.264 200.032 244.255L195.236 244.179L191.883 240.749C191.801 240.676 191.699 240.626 191.59 240.607C191.482 240.588 191.37 240.599 191.267 240.64C191.164 240.681 191.075 240.75 191.009 240.839C190.943 240.928 190.904 241.033 190.894 241.143L190.818 245.939L187.389 249.292C187.315 249.374 187.266 249.475 187.247 249.584C187.228 249.693 187.239 249.805 187.28 249.908C187.321 250.01 187.39 250.1 187.478 250.165C187.567 250.231 187.673 250.271 187.783 250.28L192.578 250.356L195.931 253.786C196.014 253.859 196.115 253.909 196.224 253.928C196.333 253.947 196.445 253.936 196.547 253.895C196.65 253.854 196.739 253.785 196.805 253.696C196.871 253.607 196.911 253.502 196.92 253.392L196.996 248.596Z" fill="#F15A2B" />
<path d="M265.155 157.224L261.379 157.051C261.292 157.052 261.207 157.078 261.134 157.126C261.061 157.173 261.002 157.24 260.965 157.319C260.928 157.398 260.913 157.485 260.923 157.572C260.933 157.658 260.967 157.741 261.021 157.809L263.555 160.614L263.382 164.39C263.383 164.477 263.41 164.562 263.457 164.635C263.504 164.708 263.571 164.767 263.65 164.804C263.729 164.841 263.816 164.856 263.903 164.846C263.989 164.836 264.072 164.802 264.14 164.748L266.945 162.214L270.721 162.388C270.808 162.386 270.893 162.36 270.966 162.312C271.039 162.265 271.098 162.198 271.135 162.119C271.172 162.04 271.187 161.953 271.177 161.866C271.167 161.78 271.133 161.698 271.079 161.629L268.545 158.824L268.719 155.048C268.717 154.961 268.691 154.876 268.643 154.803C268.596 154.73 268.529 154.671 268.45 154.634C268.371 154.597 268.284 154.582 268.197 154.592C268.111 154.602 268.029 154.636 267.96 154.69L265.155 157.224Z" fill="#F15A2B" />
<path d="M240.756 261.708L237.881 263.104C237.817 263.141 237.764 263.195 237.729 263.259C237.694 263.324 237.678 263.397 237.682 263.471C237.686 263.544 237.711 263.615 237.753 263.676C237.795 263.736 237.854 263.783 237.921 263.812L240.936 264.872L242.333 267.747C242.369 267.811 242.423 267.863 242.488 267.898C242.552 267.933 242.626 267.95 242.699 267.945C242.773 267.941 242.844 267.917 242.904 267.874C242.964 267.832 243.012 267.774 243.041 267.706L244.1 264.691L246.975 263.295C247.039 263.258 247.091 263.204 247.126 263.14C247.162 263.075 247.178 263.002 247.174 262.928C247.17 262.855 247.145 262.784 247.103 262.723C247.06 262.663 247.002 262.616 246.934 262.587L243.919 261.527L242.523 258.652C242.486 258.588 242.433 258.536 242.368 258.501C242.303 258.466 242.23 258.449 242.156 258.454C242.083 258.458 242.012 258.482 241.952 258.525C241.891 258.567 241.844 258.625 241.815 258.693L240.756 261.708Z" fill="#F15A2B" />
<path d="M246.419 216.708L249.294 218.104C249.358 218.141 249.41 218.195 249.446 218.259C249.481 218.324 249.497 218.397 249.493 218.471C249.489 218.544 249.464 218.615 249.422 218.676C249.38 218.736 249.321 218.783 249.254 218.812L246.238 219.872L244.842 222.747C244.805 222.811 244.752 222.863 244.687 222.898C244.622 222.933 244.549 222.95 244.476 222.945C244.402 222.941 244.331 222.917 244.271 222.874C244.211 222.832 244.163 222.774 244.134 222.706L243.075 219.691L240.2 218.295C240.136 218.258 240.083 218.204 240.048 218.14C240.013 218.075 239.997 218.002 240.001 217.928C240.005 217.855 240.03 217.784 240.072 217.723C240.114 217.663 240.173 217.616 240.24 217.587L243.256 216.527L244.652 213.652C244.688 213.588 244.742 213.536 244.807 213.501C244.872 213.466 244.945 213.449 245.018 213.454C245.092 213.458 245.163 213.482 245.223 213.525C245.283 213.567 245.331 213.625 245.36 213.693L246.419 216.708Z" fill="#F15A2B" />
<path d="M407 202.5H405.5V201C405.5 200.735 405.395 200.48 405.207 200.293C405.02 200.105 404.765 200 404.5 200C404.235 200 403.98 200.105 403.793 200.293C403.605 200.48 403.5 200.735 403.5 201V202.5H402C401.735 202.5 401.48 202.605 401.293 202.793C401.105 202.98 401 203.235 401 203.5C401 203.765 401.105 204.02 401.293 204.207C401.48 204.395 401.735 204.5 402 204.5H403.5V206C403.5 206.265 403.605 206.52 403.793 206.707C403.98 206.895 404.235 207 404.5 207C404.765 207 405.02 206.895 405.207 206.707C405.395 206.52 405.5 206.265 405.5 206V204.5H407C407.265 204.5 407.52 204.395 407.707 204.207C407.895 204.02 408 203.765 408 203.5C408 203.235 407.895 202.98 407.707 202.793C407.52 202.605 407.265 202.5 407 202.5ZM380.49 169.5H377.49V166.5C377.49 166.235 377.385 165.98 377.197 165.793C377.01 165.605 376.755 165.5 376.49 165.5C376.225 165.5 375.97 165.605 375.783 165.793C375.595 165.98 375.49 166.235 375.49 166.5V169.5H372.49C372.225 169.5 371.97 169.605 371.783 169.793C371.595 169.98 371.49 170.235 371.49 170.5C371.49 170.765 371.595 171.02 371.783 171.207C371.97 171.395 372.225 171.5 372.49 171.5H375.49V174.5C375.49 174.765 375.595 175.02 375.783 175.207C375.97 175.395 376.225 175.5 376.49 175.5C376.755 175.5 377.01 175.395 377.197 175.207C377.385 175.02 377.49 174.765 377.49 174.5V171.5H380.49C380.755 171.5 381.01 171.395 381.197 171.207C381.385 171.02 381.49 170.765 381.49 170.5C381.49 170.235 381.385 169.98 381.197 169.793C381.01 169.605 380.755 169.5 380.49 169.5ZM279.5 189.5H276.5V186.5C276.5 186.235 276.395 185.98 276.207 185.793C276.02 185.605 275.765 185.5 275.5 185.5C275.235 185.5 274.98 185.605 274.793 185.793C274.605 185.98 274.5 186.235 274.5 186.5V189.5H271.5C271.235 189.5 270.98 189.605 270.793 189.793C270.605 189.98 270.5 190.235 270.5 190.5C270.5 190.765 270.605 191.02 270.793 191.207C270.98 191.395 271.235 191.5 271.5 191.5H274.5V194.5C274.5 194.765 274.605 195.02 274.793 195.207C274.98 195.395 275.235 195.5 275.5 195.5C275.765 195.5 276.02 195.395 276.207 195.207C276.395 195.02 276.5 194.765 276.5 194.5V191.5H279.5C279.765 191.5 280.02 191.395 280.207 191.207C280.395 191.02 280.5 190.765 280.5 190.5C280.5 190.235 280.395 189.98 280.207 189.793C280.02 189.605 279.765 189.5 279.5 189.5Z" fill="#F15A2B" />
<path d="M423.5 246.9C424.328 246.9 425 246.229 425 245.4C425 244.572 424.328 243.9 423.5 243.9C422.672 243.9 422 244.572 422 245.4C422 246.229 422.672 246.9 423.5 246.9Z" fill="#F15A2B" />
<path d="M263.5 246C264.328 246 265 245.328 265 244.5C265 243.672 264.328 243 263.5 243C262.672 243 262 243.672 262 244.5C262 245.328 262.672 246 263.5 246Z" fill="#F15A2B" />
<path d="M331.5 182C331.006 182 330.522 181.853 330.111 181.579C329.7 181.304 329.38 180.914 329.19 180.457C329.001 180 328.952 179.497 329.048 179.012C329.145 178.527 329.383 178.082 329.732 177.732C330.082 177.383 330.527 177.145 331.012 177.048C331.497 176.952 332 177.001 332.457 177.19C332.914 177.38 333.304 177.7 333.579 178.111C333.853 178.522 334 179.006 334 179.5C334 179.828 333.935 180.153 333.81 180.457C333.684 180.76 333.5 181.036 333.268 181.268C333.036 181.5 332.76 181.684 332.457 181.81C332.153 181.935 331.828 182 331.5 182ZM331.5 178C331.203 178 330.913 178.088 330.667 178.253C330.42 178.418 330.228 178.652 330.114 178.926C330.001 179.2 329.971 179.502 330.029 179.793C330.087 180.084 330.23 180.351 330.439 180.561C330.649 180.77 330.916 180.913 331.207 180.971C331.498 181.029 331.8 180.999 332.074 180.886C332.348 180.772 332.582 180.58 332.747 180.333C332.912 180.087 333 179.797 333 179.5C333 179.102 332.842 178.721 332.561 178.439C332.279 178.158 331.898 178 331.5 178ZM434.49 209.5C433.897 209.5 433.317 209.324 432.823 208.994C432.33 208.665 431.945 208.196 431.718 207.648C431.491 207.1 431.432 206.497 431.548 205.915C431.663 205.333 431.949 204.798 432.369 204.379C432.788 203.959 433.323 203.673 433.905 203.558C434.487 203.442 435.09 203.501 435.638 203.728C436.186 203.955 436.655 204.34 436.984 204.833C437.314 205.327 437.49 205.907 437.49 206.5C437.49 207.296 437.174 208.059 436.611 208.621C436.049 209.184 435.286 209.5 434.49 209.5ZM434.49 204.5C434.094 204.5 433.708 204.617 433.379 204.837C433.05 205.057 432.794 205.369 432.642 205.735C432.491 206.1 432.451 206.502 432.528 206.89C432.606 207.278 432.796 207.635 433.076 207.914C433.355 208.194 433.712 208.384 434.1 208.462C434.488 208.539 434.89 208.499 435.255 208.348C435.621 208.196 435.933 207.94 436.153 207.611C436.373 207.282 436.49 206.896 436.49 206.5C436.49 205.97 436.279 205.461 435.904 205.086C435.529 204.711 435.02 204.5 434.49 204.5Z" fill="#F15A2B" />
<defs>
<filter id="filter0_d_7081_3510" x="297" y="202" width="98" height="80" filterUnits="userSpaceOnUse" colorInterpolationFilters="sRGB">
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
<feOffset dx="4" />
<feColorMatrix type="matrix" values="0 0 0 0 0.733333 0 0 0 0 0.733333 0 0 0 0 0.807843 0 0 0 0.22 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7081_3510" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_7081_3510" result="shape" />
</filter>
<radialGradient id="paint0_radial_7081_3510" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(218.509 221.008) rotate(34.92) scale(226.231 223.672)">
<stop offset="0.21" stopColor="#F15A2B" stopOpacity="0.47" />
<stop offset="1" stopColor="#F15A2B" stopOpacity="0" />
</radialGradient>
<radialGradient id="paint1_radial_7081_3510" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(484.985 236.999) rotate(-48.76) scale(233.884 232.818)">
<stop offset="0.21" stopColor="#F15A2B" stopOpacity="0.38" />
<stop offset="0.82" stopColor="#F15A2B" stopOpacity="0.22" />
<stop offset="1" stopColor="#F15A2B" stopOpacity="0" />
</radialGradient>
</defs>
</svg>
);
} );
MailSuccessBg.propTypes = {
height: PropTypes.number,
title: PropTypes.string,
width: PropTypes.number,
};
MailSuccessBg.displayName = 'MailSuccessBg';
export default MailSuccessBg;