File: /mnt/drbd/www/edenhouse/wp-content/plugins/essential-blocks/admin/src/icons/nav-integrations.js
export const IntegrationsIcon = (props) => {
return (
<svg
width="16"
height="16"
viewBox="0 0 14 14"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clipPath="url(#clip0_27_96)">
<path
d="M7.58331 10.5V11.6667H11.0833V12.8333H7.58331C7.27389 12.8333 6.97715 12.7104 6.75836 12.4916C6.53956 12.2728 6.41665 11.9761 6.41665 11.6667V10.5H4.66665C4.04781 10.5 3.45432 10.2542 3.01673 9.81659C2.57915 9.379 2.33331 8.78551 2.33331 8.16667V4.08334C2.33331 3.92863 2.39477 3.78026 2.50417 3.67086C2.61356 3.56146 2.76194 3.50001 2.91665 3.50001H4.66665V1.16667H5.83331V3.50001H8.16665V1.16667H9.33331V3.50001H11.0833C11.238 3.50001 11.3864 3.56146 11.4958 3.67086C11.6052 3.78026 11.6666 3.92863 11.6666 4.08334V8.16667C11.6666 8.78551 11.4208 9.379 10.9832 9.81659C10.5456 10.2542 9.95215 10.5 9.33331 10.5H7.58331ZM4.66665 9.33334H9.33331C9.64273 9.33334 9.93948 9.21042 10.1583 8.99163C10.3771 8.77284 10.5 8.47609 10.5 8.16667V6.41667H3.49998V8.16667C3.49998 8.47609 3.6229 8.77284 3.84169 8.99163C4.06048 9.21042 4.35723 9.33334 4.66665 9.33334ZM10.5 4.66667H3.49998V5.25001H10.5V4.66667ZM6.99998 8.45834C6.84527 8.45834 6.6969 8.39688 6.5875 8.28748C6.4781 8.17809 6.41665 8.02972 6.41665 7.87501C6.41665 7.7203 6.4781 7.57192 6.5875 7.46253C6.6969 7.35313 6.84527 7.29167 6.99998 7.29167C7.15469 7.29167 7.30306 7.35313 7.41246 7.46253C7.52185 7.57192 7.58331 7.7203 7.58331 7.87501C7.58331 8.02972 7.52185 8.17809 7.41246 8.28748C7.30306 8.39688 7.15469 8.45834 6.99998 8.45834Z"
fill="#A7AED7"
/>
</g>
<defs>
<clipPath id="clip0_27_96">
<rect width="14" height="14" fill="white" />
</clipPath>
</defs>
</svg>
);
};