From e3935bf26eb75592bf3eeefabb199667e4a80449 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:13:53 +0100 Subject: [PATCH] Update memcached.tsx --- .../assets/integration-icons/memcached.tsx | 82 ++++++++++++------- 1 file changed, 51 insertions(+), 31 deletions(-) diff --git a/documentation/src/assets/integration-icons/memcached.tsx b/documentation/src/assets/integration-icons/memcached.tsx index 47d17b0..d5e9300 100644 --- a/documentation/src/assets/integration-icons/memcached.tsx +++ b/documentation/src/assets/integration-icons/memcached.tsx @@ -3,43 +3,63 @@ import { SVGProps } from "react"; const SvgMemcached = (props: SVGProps) => ( - + - - - + + + + + + + - - - + + + + + + + - - - + + + + + + + - - - + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + );