File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/blocks/pricing-table/src/icon.js
export const PricingTableIcon = () => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="60"
height="60"
fill="none"
viewBox="0 0 60 60"
>
<path
fill="#6C3BFF"
d="M22.5 7.5c-1.425 0-2.55.975-2.925 2.25H10.5c-1.65 0-3 1.35-3 3v34.5c0 1.65 1.35 3 3 3h.75c.45 0 .75-.3.75-.75s-.3-.75-.75-.75h-.75c-.825 0-1.5-.675-1.5-1.5v-34.5c0-.825.675-1.5 1.5-1.5h9v5.25h-6.75V18h6.75v3h-6.75v1.5h6.75v9h-3V33h3v3h-3v1.5h3v12c0 1.65 1.35 3 3 3H24c.45 0 .75-.3.75-.75S24.45 51 24 51h-1.5c-.825 0-1.5-.675-1.5-1.5v-39c0-.825.675-1.5 1.5-1.5h15c.825 0 1.5.675 1.5 1.5v39c0 .825-.675 1.5-1.5 1.5H36c-.45 0-.75.3-.75.75s.3.75.75.75h1.5c1.65 0 3-1.35 3-3V42h6.75v-1.5H40.5v-3h6.75V36H40.5v-3h6.75v-1.5H40.5v-9h6.75V21H40.5v-3h6.75v-1.5H40.5v-5.25h9c.825 0 1.5.675 1.5 1.5v34.5c0 .825-.675 1.5-1.5 1.5h-.75c-.45 0-.75.3-.75.75s.3.75.75.75h.75c1.65 0 3-1.35 3-3v-34.5c0-1.65-1.35-3-3-3h-9.075c-.3-1.275-1.5-2.25-2.925-2.25h-15zM24 15v1.5h12V15H24zm0 4.5V21h12v-1.5H24zm.75 10.5c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0v1.5H36V30h-8.25zM13.5 31.5c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm11.25 3c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0V36H36v-1.5h-8.25zM13.5 36c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm11.25 3c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0v1.5H36V39h-8.25zm-3 4.5c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0V45H36v-1.5h-8.25zm-13.5 5.25c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm25.5 0c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zM27 51c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75zm3 0c-.45 0-.75.3-.75.75s.3.75.75.75.75-.3.75-.75-.3-.75-.75-.75z"
></path>
</svg>
);
};