File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/blocks/dual-button/src/icon.js
export const DualButtonIcon = () => {
return (
<svg
width="256"
height="156"
viewBox="0 0 66 70"
xmlns="http://www.w3.org/2000/svg"
>
<linearGradient
id="prefix__a"
gradientUnits="userSpaceOnUse"
x1={0.952}
y1={36.707}
x2={70.364}
y2={26.707}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M33.3 22.4H4.7C2.1 22.4 0 24.6 0 27v14.3c0 2.6 2.2 4.6 4.6 4.6H33c2.6 0 4.6-2.2 4.6-4.6V27c.3-2.6-1.9-4.6-4.3-4.6zm1.8 18.9c0 1.2-1 2-2 2H4.7c-1.2 0-2-1-2-2V27c0-1.2 1-2 2-2h28.4c1.2 0 2 1 2 2v14.3z"
fill="url(#prefix__a)"
/>
<linearGradient
id="prefix__b"
gradientUnits="userSpaceOnUse"
x1={-3.791}
y1={41.962}
x2={71.357}
y2={31.136}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M61.7 22.4H39.8c-2.6 0-4.7 2.2-4.7 4.6v14.3c0 2.6 2.2 4.6 4.6 4.6h21.7c2.6 0 4.6-2.2 4.6-4.6V27c.3-2.6-1.9-4.6-4.3-4.6zm1.8 18.9c0 1.2-1 2-2 2H39.8c-1.2 0-2-1-2-2V27c0-1.2 1-2 2-2h21.7c1.2 0 2 1 2 2v14.3z"
fill="url(#prefix__b)"
/>
<linearGradient
id="prefix__c"
gradientUnits="userSpaceOnUse"
x1={0.989}
y1={36.964}
x2={70.401}
y2={26.964}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M25.6 35.8H11.8c-.7 0-1.4-.6-1.4-1.4 0-.7.6-1.4 1.4-1.4h13.8c.7 0 1.4.6 1.4 1.4-.1.8-.7 1.4-1.4 1.4z"
fill="url(#prefix__c)"
/>
<linearGradient
id="prefix__d"
gradientUnits="userSpaceOnUse"
x1={-0.903}
y1={41.371}
x2={68.508}
y2={31.371}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M54.5 35.5H44.3c-.7 0-1.4-.6-1.4-1.4 0-.7.6-1.4 1.4-1.4h10.2c.7 0 1.4.6 1.4 1.4-.1.8-.7 1.4-1.4 1.4z"
fill="url(#prefix__d)"
/>
</svg>
);
};