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;