File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/blocks/column/src/icon.js
export const ColumnIcon = () => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90">
<linearGradient
id="colIcon__a"
gradientUnits="userSpaceOnUse"
x1={0.378}
y1={45.031}
x2={92.875}
y2={45.031}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M16.6 21.4H3.3c-1.8 0-3.2 1.4-3.2 3.2v40.9c0 1.8 1.4 3.2 3.2 3.2h13.3c1.8 0 3.2-1.4 3.2-3.2V24.8c0-2-1.4-3.4-3.2-3.4zm.8 44c0 .4-.4.8-.8.8H3.3c-.4 0-.8-.4-.8-.8V24.8c0-.4.4-.8.8-.8h13.3c.4 0 .8.4.8.8v40.6z"
fill="url(#colIcon__a)"
/>
<linearGradient
id="colIcon__b"
gradientUnits="userSpaceOnUse"
x1={-1.047}
y1={45.119}
x2={91.45}
y2={45.119}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M57.3 21.4H26.7c-1.8 0-3.2 1.4-3.2 3.2v40.9c0 1.8 1.4 3.2 3.2 3.2h30.6c1.8 0 3.2-1.4 3.2-3.2V24.8c.2-2-1.5-3.4-3.2-3.4zm.8 44.1c0 .4-.4.8-.8.8H26.7c-.4 0-.8-.4-.8-.8V24.8c0-.4.4-.8.8-.8h30.6c.4 0 .8.4.8.8v40.7z"
fill="url(#colIcon__b)"
/>
<linearGradient
id="colIcon__c"
gradientUnits="userSpaceOnUse"
x1={-2.372}
y1={45.031}
x2={90.126}
y2={45.031}
>
<stop offset={0} stopColor="#1a6dff" />
<stop offset={1} stopColor="#c822ff" />
</linearGradient>
<path
d="M86.7 21.4H67.5c-1.8 0-3.2 1.4-3.2 3.2v40.9c0 1.8 1.4 3.2 3.2 3.2h19.2c1.8 0 3.2-1.4 3.2-3.2V24.8c0-2-1.5-3.4-3.2-3.4zm.8 44c0 .4-.4.8-.8.8H67.5c-.4 0-.8-.4-.8-.8V24.8c0-.4.4-.8.8-.8h19.2c.4 0 .8.4.8.8v40.6z"
fill="url(#colIcon__c)"
/>
</svg>
);