From d7661276d072ad3bc5ccae283915112b19373d08 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:55:05 +0100 Subject: [PATCH] Update memcached.tsx --- .../assets/integration-icons/memcached.tsx | 69 ++++++++++--------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/documentation/src/assets/integration-icons/memcached.tsx b/documentation/src/assets/integration-icons/memcached.tsx index 9e7cb4db..7dda317b 100644 --- a/documentation/src/assets/integration-icons/memcached.tsx +++ b/documentation/src/assets/integration-icons/memcached.tsx @@ -3,40 +3,45 @@ import { SVGProps } from "react"; const SvgMemcached = (props: SVGProps) => ( - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - ); export default SvgMemcached;